index.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. <template>
  2. <view :style="{ minHeight: sys.windowHeight + 'px' }" :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
  3. <tm-menubars title="" :shadow="0" :showback="false"></tm-menubars>
  4. <view class="C1b1b1b">
  5. <tm-search v-model="soso" color="white" confirm-text="" @click="sosoFun">
  6. <!-- <template #right>
  7. <view class="xiangji">
  8. <image src="/static/img/xiangji.png" mode="widthFix"></image>
  9. </view>
  10. </template> -->
  11. </tm-search>
  12. <view class="dingwei">
  13. <tm-quickCity color="blue" v-model="offshow" :defaultValue.sync="defaultValue" @change="qiehuandizhi">
  14. <image style="vertical-align: middle;" src="/static/img/dingwei.png" mode="widthFix"></image>
  15. <text style="vertical-align: middle;" class="text-size-g">{{chengshi}}</text>
  16. </tm-quickCity>
  17. </view>
  18. </view>
  19. <view class="zhuti mt-50">
  20. <tm-grid :grid="5" :list="list3" :icon-size="140" font-color="white"></tm-grid>
  21. <!-- 今日穿搭 -->
  22. <tm-sheet class="lunbo">
  23. <view class="py-10 text-size-g dianz">
  24. <image src="/static/img/6.png" mode="widthFix"></image>
  25. <text class="text-white">今日穿搭推荐</text>
  26. </view>
  27. <view class="mt-20 text-size-g">
  28. <view class="text-white" style="display: flex;justify-content: space-between;">
  29. <view class=""
  30. style="display: flex;align-items: center; justify-content: center;width: 46%;font-size: 16px;font-weight: bold;">
  31. {{list[current].name}}
  32. </view>
  33. <view class="qiehuan">
  34. <tm-translate class="fl a_1" :auto="true" ref="a_1" :duration="80" animation-name="zoomIn">
  35. <image v-if="current==0" class="anniu mr-10" src="/static/img/14.png" mode="widthFix">
  36. </image>
  37. <image v-if="current!=0" @click="xia()" class="anniu mr-10" src="/static/img/12.png"
  38. mode="widthFix"></image>
  39. </tm-translate>
  40. <tm-swiper @click="tiaoclick" @change="jinriFun" class="tu fl" :previmage="false"
  41. :noSwiping="true" :height="220" :width="250" :current="current" :margin="8"
  42. :autoplay="false" :list="list"></tm-swiper>
  43. <tm-translate class="fl a_1" :auto="true" ref="a_5" :duration="80" animation-name="zoomIn">
  44. <image v-if="current<(list.length-1)" @click="shang()" class="anniu fl ml-10"
  45. src="/static/img/13.png" mode="widthFix"></image>
  46. <image v-if="current>(list.length-2)" class="anniu fl ml-10" src="/static/img/11.png"
  47. mode="widthFix"></image>
  48. </tm-translate>
  49. </view>
  50. </view>
  51. </view>
  52. </tm-sheet>
  53. <!-- 明日计划 -->
  54. <tm-sheet class="lunbo1">
  55. <view class="py-10 text-size-g dianz mingri">
  56. <image src="/static/img/17.png" mode="widthFix"></image>
  57. <text class="text-white">明日计划</text>
  58. </view>
  59. <view class="mt-20 text-size-g jihua">
  60. <tm-translate class="a_1" ref="a_6" :auto="true" :duration="80" animation-name="zoomIn">
  61. <image @click="jihuashang()" class="anniu mr-10" src="/static/img/18.png" mode="widthFix">
  62. </image>
  63. </tm-translate>
  64. <view class="bbb">
  65. <tm-swiper @click="tiao" class="aaa" :previmage="false" :noSwiping="true" :current="current1"
  66. :autoplay="false" :list="list1"></tm-swiper>
  67. </view>
  68. <tm-translate class="a_1" ref="a_4" :auto="true" :duration="80" animation-name="zoomIn"
  69. style="right: 0px;">
  70. <image @click="jihuaxia()" class="anniu mr-10" src="/static/img/19.png" mode="widthFix"></image>
  71. </tm-translate>
  72. <view style="clear: both;"></view>
  73. </view>
  74. </tm-sheet>
  75. <!-- 热门穿搭 -->
  76. <tm-sheet class="lunbo1" style="margin-bottom: 70px !important;">
  77. <view class="py-10 text-size-g dianz mingri">
  78. <image src="/static/img/24.png" mode="widthFix"></image>
  79. <text class="text-white">热门穿搭</text>
  80. </view>
  81. <view class="text-size-g jihua remen">
  82. <view style="width: 48%;" class="fl">
  83. <view @click="tiaodapei()" v-for="(item,index) in listdata" v-if="index%2==0"
  84. class="round-3 shadow-2 overflow pa-10 mt-20"
  85. :class="[$tm.vx.state().tmVuetify.black ? 'black' : 'white']">
  86. <image class="logo" :src="item.image" mode="widthFix"></image>
  87. <view class="pa-10 text-size-s">
  88. <view class="text-overflow-2">
  89. <text>{{item.text}}</text>
  90. </view>
  91. <view class="mt-2 flex-between flex-center">
  92. <view>
  93. <!-- <tm-translate ref="a_2" :duration="80" animation-name="fadeIn"> -->
  94. <!-- <image class="remenzan" :src="dianzan1?'/static/img/29.png':'/static/img/9.png'" mode="widthFix"></image> -->
  95. <!-- </tm-translate> -->
  96. </view>
  97. </view>
  98. </view>
  99. </view>
  100. </view>
  101. <view style="width: 46%;" class="fr">
  102. <view style="width: 100%;" class="fr round-3 shadow-2 overflow pa-10 mt-20"
  103. :class="[$tm.vx.state().tmVuetify.black ? 'black' : 'white']">
  104. <view class="py-10 text-size-m dianz mingri">
  105. <text style="vertical-align: middle;" class="text-white">销量飙升榜</text>
  106. <image style="width: 25px;margin-left: 8px;" src="/static/img/36.png" mode="widthFix">
  107. </image>
  108. </view>
  109. <view class="py-10 text-size-s dianz mingri">
  110. <text class="text-white">亿万新品趋势洞察</text>
  111. </view>
  112. <view class="mt-10" v-for="item in list2">
  113. <image class="chuandaimg fl" :src="item.img" mode="widthFix"></image>
  114. <view class="chuandazi fr">
  115. <view class="text-size-m text-weight-b text-overflow-2">{{item.title}}</view>
  116. <view class="tm-cartCellListFood-label text-size-s text-grey py-8">{{item.text}}
  117. </view>
  118. <image class="gengduo fr" src="/static/img/40.png" mode="widthFix"></image>
  119. </view>
  120. <view style="clear: both;"></view>
  121. </view>
  122. </view>
  123. <view style="clear: both;"></view>
  124. <view v-for="(item,index) in listdata" v-if="index%2==1"
  125. class="round-3 shadow-2 overflow pa-10 mt-20"
  126. :class="[$tm.vx.state().tmVuetify.black ? 'black' : 'white']">
  127. <image class="logo" :src="item.image" mode="widthFix"></image>
  128. <view class="pa-10 text-size-s">
  129. <view class="text-overflow-2">
  130. <text>{{item.text}}</text>
  131. </view>
  132. <view class="mt-24 flex-between flex-center">
  133. </view>
  134. </view>
  135. </view>
  136. </view>
  137. <view style="clear: both;" class="more ma-40 pt-40" @click="gengmore()">
  138. <image src="/static/img/30.png" mode="widthFix"></image>
  139. <text class="text-size-s">下拉加载更多~</text>
  140. </view>
  141. </view>
  142. </tm-sheet>
  143. </view>
  144. </view>
  145. </template>
  146. <script>
  147. import {
  148. myRequest
  149. } from '@/api/request.js'
  150. export default {
  151. data() {
  152. return {
  153. offshow:false,
  154. chengshi:"南京",
  155. defaultValue: [],
  156. soso: '',
  157. aab: false,
  158. shoucangsrc: true,
  159. dianzan: true,
  160. dianzan1: true,
  161. list3: [],
  162. top: 60,
  163. sys: null,
  164. list2: [{
  165. img: '/static/img/39.png',
  166. title: '单品推荐',
  167. text: '3.9万人追捧'
  168. }, {
  169. img: '/static/img/37.png',
  170. title: '单品推荐',
  171. text: '3.9万人追捧'
  172. }, {
  173. img: '/static/img/38.png',
  174. title: '单品推荐',
  175. text: '3.9万人追捧'
  176. }],
  177. list: [],
  178. list1: [],
  179. current: 0,
  180. current1: 0,
  181. listdata: []
  182. };
  183. },
  184. onLoad() {
  185. // #ifdef MP
  186. this.top = uni.upx2px(150);
  187. // #endif
  188. },
  189. created() {
  190. var that = this;
  191. setTimeout(function() {
  192. if (uni.getStorageSync("token") == "") {
  193. uni.redirectTo({
  194. url: "/pages/login/index"
  195. })
  196. }
  197. }, 1000)
  198. this.sys = uni.getSystemInfoSync();
  199. this.getService();
  200. this.getremmend();
  201. this.getHot();
  202. this.getPlan();
  203. },
  204. methods: {
  205. // 获取用户服务列表
  206. getService() {
  207. let that = this;
  208. myRequest({
  209. url: "/api/Service/serviceList",
  210. method: 'get',
  211. data: that.reqData
  212. }).then(res => {
  213. if (res.data.code == 200) {
  214. res.data.data.forEach(item => {
  215. that.list3.push({
  216. icon: item.simg,
  217. text: item.name,
  218. sort: item.sort
  219. })
  220. })
  221. } else {
  222. that.$refs.toast.show({
  223. model: 'error',
  224. label: res.data.msg
  225. })
  226. }
  227. })
  228. },
  229. // 获取穿搭推荐
  230. getremmend() {
  231. let that = this;
  232. myRequest({
  233. url: "/api/Collocation/recommendList",
  234. method: 'get',
  235. data: that.reqData
  236. }).then(res => {
  237. // console.log(res.data)
  238. if (res.data.code == 200) {
  239. res.data.data.forEach(item => {
  240. that.list.push({
  241. src: item.thumb,
  242. name: item.title
  243. })
  244. })
  245. } else {
  246. that.$refs.toast.show({
  247. model: 'error',
  248. label: res.data.msg
  249. })
  250. }
  251. })
  252. },
  253. // 获取明日计划
  254. getPlan() {
  255. let that = this;
  256. myRequest({
  257. url: "/api/Scene/sceneList",
  258. method: 'get',
  259. data: that.reqData
  260. }).then(res => {
  261. console.log(res.data)
  262. if (res.data.code == 200) {
  263. res.data.data.forEach(item => {
  264. that.list1.push({
  265. src: item.img,
  266. title: item.scene_name
  267. })
  268. })
  269. } else {
  270. that.$refs.toast.show({
  271. model: 'error',
  272. label: res.data.msg
  273. })
  274. }
  275. })
  276. },
  277. // 获取热门穿搭
  278. getHot() {
  279. let that = this;
  280. myRequest({
  281. url: "/api/Collocation/hotList",
  282. method: 'get',
  283. data: that.reqData
  284. }).then(res => {
  285. if (res.data.code == 200) {
  286. res.data.data.forEach(item => {
  287. that.listdata.push({
  288. image: item.thumb,
  289. text: item.title
  290. })
  291. })
  292. } else {
  293. that.$refs.toast.show({
  294. model: 'error',
  295. label: res.data.msg
  296. })
  297. }
  298. })
  299. },
  300. tiaodapei() {
  301. uni.navigateTo({
  302. url: "/pages/zidingyi/index",
  303. })
  304. },
  305. tiao() {
  306. uni.navigateTo({
  307. url: "/pages/dapeizidingyi/index",
  308. })
  309. },
  310. tiaoclick(e) {
  311. console.log(e)
  312. uni.navigateTo({
  313. url: "/pages/shouyedetail/index",
  314. })
  315. },
  316. jinriFun(e) {
  317. this.current = e;
  318. },
  319. sosoFun() {
  320. uni.navigateTo({
  321. url: "/pages/sousuo/index",
  322. })
  323. },
  324. gengmore() {
  325. },
  326. itemClick(e) {
  327. console.log(e);
  328. uni.$tm.toast(e.dirIndex + ':' + e.childrenIndex)
  329. },
  330. randouh() {
  331. let list2 = [],
  332. that = this;
  333. for (let i = 0; i < 8; i++) {
  334. list2.push({
  335. image: '../../static/img/25.png',
  336. text: '西装穿搭 | 韩系又A又飒休闲西装 高级感'
  337. })
  338. }
  339. this.listdata = this.listdata.concat(list2)
  340. },
  341. jihuashang() {
  342. if (this.current1 == 0) {
  343. return
  344. }
  345. this.$refs.a_6.play()
  346. this.current1 = this.current1 - 1;
  347. },
  348. jihuaxia() {
  349. if (this.current1 > (this.list1.length - 5)) {
  350. return
  351. }
  352. this.$refs.a_4.play()
  353. this.current1 = this.current1 + 1;
  354. },
  355. shouc() {
  356. this.shoucangsrc = !this.shoucangsrc;
  357. this.$refs.a_3.play()
  358. },
  359. zan() {
  360. this.dianzan = !this.dianzan;
  361. this.$refs.a_2.play()
  362. },
  363. shang() {
  364. this.$refs.a_5.play()
  365. this.current = this.current + 1;
  366. },
  367. xia() {
  368. this.$refs.a_1.play()
  369. this.current = this.current - 1;
  370. }
  371. },
  372. }
  373. </script>
  374. <style lang="scss">
  375. /deep/ .tm-menubars .body {
  376. background-color: #1b1b1b !important;
  377. }
  378. /deep/ .aaa uni-image {
  379. width: 52px !important;
  380. height: 52px !important;
  381. }
  382. /deep/ .aaa uni-swiper-item {
  383. width: 55px !important;
  384. height: 80px !important;
  385. padding: 0 5px !important;
  386. }
  387. .xiangji image {
  388. width: 30px;
  389. height: 22px;
  390. }
  391. .suosou image {
  392. width: 40px;
  393. }
  394. /deep/ .icon-search {
  395. font-size: 23px !important;
  396. color: #8E8E93 !important;
  397. }
  398. /deep/ .tm-search {
  399. width: 94%;
  400. margin: 0 auto;
  401. background-color: #414141 !important;
  402. border-radius: 10px;
  403. }
  404. /deep/ .tm-search .grey-darken-5 {
  405. background-color: #414141 !important;
  406. }
  407. .dingwei {
  408. width: 92%;
  409. margin: 0 auto;
  410. margin-top: 20px;
  411. padding-bottom: 20px;
  412. }
  413. .dingwei image {
  414. width: 25px;
  415. margin-right: 10px;
  416. }
  417. /deep/ .tm-col {
  418. width: 20% !important;
  419. }
  420. .zhuti {
  421. padding: 10px 10px;
  422. }
  423. /deep/ .lunbo {
  424. margin: 0 !important;
  425. padding: 8px !important;
  426. margin-top: 50px !important;
  427. }
  428. .dianz image {
  429. width: 35px;
  430. vertical-align: middle;
  431. margin-right: 10px;
  432. }
  433. /deep/ .text-size-s span,
  434. /deep/ .text-size-g {
  435. font-size: 15px;
  436. }
  437. .touxiang image {
  438. width: 40px;
  439. margin-right: 10px;
  440. vertical-align: middle;
  441. }
  442. .shoucang image {
  443. width: 45px;
  444. }
  445. .qiehuan {
  446. float: right;
  447. }
  448. .qiehuan .a_1 {
  449. margin-top: 25%;
  450. }
  451. .qiehuan .anniu {
  452. width: 20px;
  453. height: 20px !important;
  454. }
  455. .di {
  456. background: #0D0D0D;
  457. width: 45px;
  458. height: 45px;
  459. text-align: center;
  460. line-height: 50px;
  461. border-radius: 30px;
  462. }
  463. .mingri image {
  464. width: 30px;
  465. margin-right: 12px;
  466. }
  467. .di image {
  468. width: 22px;
  469. margin: 0 !important;
  470. height: 20px !important;
  471. }
  472. .jihua image {
  473. width: 30px;
  474. height: 30px;
  475. }
  476. .jihua {
  477. position: relative;
  478. }
  479. .jihua .a_1 {
  480. position: absolute;
  481. top: 10%;
  482. }
  483. .bbb {
  484. width: 75% !important;
  485. margin: 0 auto !important;
  486. }
  487. /deep/ .bbb uni-swiper {
  488. width: 100% !important;
  489. height: 90px !important;
  490. }
  491. /deep/ .bbb .flex-start {
  492. background: rgba(0, 0, 0, 0) !important;
  493. padding: 0 !important;
  494. width: 100% !important;
  495. text-align: center;
  496. margin-top: 30px;
  497. }
  498. /deep/ .lunbo1 {
  499. margin: 0 !important;
  500. padding: 8px !important;
  501. margin-top: 20px !important;
  502. }
  503. .remenzan {
  504. width: 18px !important;
  505. margin-top: 10px;
  506. }
  507. .remen .logo {
  508. width: 100%;
  509. }
  510. .more {
  511. text-align: center;
  512. }
  513. .more image {
  514. margin-right: 10px;
  515. vertical-align: middle;
  516. }
  517. .chuandaimg {
  518. width: 50% !important;
  519. }
  520. .chuandazi {
  521. width: 48% !important;
  522. }
  523. /deep/ .lunbo1 .fulled {
  524. width: 100% !important;
  525. }
  526. /deep/ .gengduo {
  527. width: 30px !important;
  528. margin-top: 10px !important;
  529. }
  530. </style>