index.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  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 v-if="list.length !=0" 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" @click="xiangqing()">
  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. xiangqing(){
  206. uni.navigateTo({
  207. url: "/pages/shopdetail/index",
  208. })
  209. },
  210. // 获取用户服务列表
  211. getService() {
  212. let that = this;
  213. myRequest({
  214. url: "/api/Service/serviceList",
  215. method: 'get',
  216. data: that.reqData
  217. }).then(res => {
  218. if (res.data.code == 200) {
  219. res.data.data.forEach(item => {
  220. that.list3.push({
  221. icon: item.img,
  222. text: item.name,
  223. sort: item.sort
  224. })
  225. })
  226. } else {
  227. that.$refs.toast.show({
  228. model: 'error',
  229. label: res.data.msg
  230. })
  231. }
  232. })
  233. },
  234. // 获取穿搭推荐
  235. getremmend() {
  236. let that = this;
  237. myRequest({
  238. url: "/api/Collocation/recommendList",
  239. method: 'get',
  240. data: that.reqData
  241. }).then(res => {
  242. if (res.data.code == 200) {
  243. res.data.data.forEach(item => {
  244. that.list.push({
  245. src: item.image,
  246. name: item.title
  247. })
  248. })
  249. } else {
  250. that.$refs.toast.show({
  251. model: 'error',
  252. label: res.data.msg
  253. })
  254. }
  255. })
  256. },
  257. // 获取明日计划
  258. getPlan() {
  259. let that = this;
  260. myRequest({
  261. url: "/api/Scene/sceneList",
  262. method: 'get',
  263. data: that.reqData
  264. }).then(res => {
  265. console.log(res.data)
  266. if (res.data.code == 200) {
  267. res.data.data.forEach(item => {
  268. that.list1.push({
  269. src: item.img,
  270. title: item.scene_name
  271. })
  272. })
  273. } else {
  274. that.$refs.toast.show({
  275. model: 'error',
  276. label: res.data.msg
  277. })
  278. }
  279. })
  280. },
  281. // 获取热门穿搭
  282. getHot() {
  283. let that = this;
  284. myRequest({
  285. url: "/api/Collocation/hotList",
  286. method: 'get',
  287. data: that.reqData
  288. }).then(res => {
  289. if (res.data.code == 200) {
  290. res.data.data.data.forEach(item => {
  291. that.listdata.push({
  292. image: item.thumb,
  293. text: item.title
  294. })
  295. })
  296. } else {
  297. that.$refs.toast.show({
  298. model: 'error',
  299. label: res.data.msg
  300. })
  301. }
  302. })
  303. },
  304. tiaodapei() {
  305. uni.navigateTo({
  306. url: "/pages/zidingyi/index?type=1",
  307. })
  308. },
  309. tiao() {
  310. uni.navigateTo({
  311. url: "/pages/dapeizidingyi/index",
  312. })
  313. },
  314. tiaoclick(e) {
  315. console.log(e)
  316. uni.navigateTo({
  317. url: "/pages/shouyedetail/index",
  318. })
  319. },
  320. jinriFun(e) {
  321. this.current = e;
  322. },
  323. sosoFun() {
  324. uni.navigateTo({
  325. url: "/pages/sousuo/index",
  326. })
  327. },
  328. gengmore() {
  329. },
  330. jihuashang() {
  331. if (this.current1 == 0) {
  332. return
  333. }
  334. this.$refs.a_6.play()
  335. this.current1 = this.current1 - 1;
  336. },
  337. jihuaxia() {
  338. if (this.current1 > (this.list1.length - 5)) {
  339. return
  340. }
  341. this.$refs.a_4.play()
  342. this.current1 = this.current1 + 1;
  343. },
  344. shouc() {
  345. this.shoucangsrc = !this.shoucangsrc;
  346. this.$refs.a_3.play()
  347. },
  348. zan() {
  349. this.dianzan = !this.dianzan;
  350. this.$refs.a_2.play()
  351. },
  352. shang() {
  353. this.$refs.a_5.play()
  354. this.current = this.current + 1;
  355. },
  356. xia() {
  357. this.$refs.a_1.play()
  358. this.current = this.current - 1;
  359. }
  360. },
  361. }
  362. </script>
  363. <style lang="scss">
  364. /deep/ .tm-menubars .body {
  365. background-color: #1b1b1b !important;
  366. }
  367. /deep/ .aaa uni-image {
  368. width: 52px !important;
  369. height: 52px !important;
  370. }
  371. /deep/ .aaa uni-swiper-item {
  372. width: 55px !important;
  373. height: 80px !important;
  374. padding: 0 5px !important;
  375. }
  376. .xiangji image {
  377. width: 30px;
  378. height: 22px;
  379. }
  380. .suosou image {
  381. width: 40px;
  382. }
  383. /deep/ .icon-search {
  384. font-size: 23px !important;
  385. color: #8E8E93 !important;
  386. }
  387. /deep/ .tm-search {
  388. width: 94%;
  389. margin: 0 auto;
  390. background-color: #414141 !important;
  391. border-radius: 10px;
  392. }
  393. /deep/ .tm-search .grey-darken-5 {
  394. background-color: #414141 !important;
  395. }
  396. .dingwei {
  397. width: 92%;
  398. margin: 0 auto;
  399. margin-top: 20px;
  400. padding-bottom: 20px;
  401. }
  402. .dingwei image {
  403. width: 25px;
  404. margin-right: 10px;
  405. }
  406. /deep/ .tm-col {
  407. width: 20% !important;
  408. }
  409. .zhuti {
  410. padding: 10px 10px;
  411. }
  412. /deep/ .lunbo {
  413. margin: 0 !important;
  414. padding: 8px !important;
  415. margin-top: 50px !important;
  416. }
  417. .dianz image {
  418. width: 35px;
  419. vertical-align: middle;
  420. margin-right: 10px;
  421. }
  422. /deep/ .text-size-s span,
  423. /deep/ .text-size-g {
  424. font-size: 15px;
  425. }
  426. .touxiang image {
  427. width: 40px;
  428. margin-right: 10px;
  429. vertical-align: middle;
  430. }
  431. .shoucang image {
  432. width: 45px;
  433. }
  434. .qiehuan {
  435. float: right;
  436. }
  437. .qiehuan .a_1 {
  438. margin-top: 25%;
  439. }
  440. .qiehuan .anniu {
  441. width: 20px;
  442. height: 20px !important;
  443. }
  444. .di {
  445. background: #0D0D0D;
  446. width: 45px;
  447. height: 45px;
  448. text-align: center;
  449. line-height: 50px;
  450. border-radius: 30px;
  451. }
  452. .mingri image {
  453. width: 30px;
  454. margin-right: 12px;
  455. }
  456. .di image {
  457. width: 22px;
  458. margin: 0 !important;
  459. height: 20px !important;
  460. }
  461. .jihua image {
  462. width: 30px;
  463. height: 30px;
  464. }
  465. .jihua {
  466. position: relative;
  467. }
  468. .jihua .a_1 {
  469. position: absolute;
  470. top: 10%;
  471. }
  472. .bbb {
  473. width: 75% !important;
  474. margin: 0 auto !important;
  475. }
  476. /deep/ .bbb uni-swiper {
  477. width: 100% !important;
  478. height: 90px !important;
  479. }
  480. /deep/ .bbb .flex-start {
  481. background: rgba(0, 0, 0, 0) !important;
  482. padding: 0 !important;
  483. width: 100% !important;
  484. text-align: center;
  485. margin-top: 30px;
  486. }
  487. /deep/ .lunbo1 {
  488. margin: 0 !important;
  489. padding: 8px !important;
  490. margin-top: 20px !important;
  491. }
  492. .remenzan {
  493. width: 18px !important;
  494. margin-top: 10px;
  495. }
  496. .remen .logo {
  497. width: 100%;
  498. }
  499. .more {
  500. text-align: center;
  501. }
  502. .more image {
  503. margin-right: 10px;
  504. vertical-align: middle;
  505. }
  506. .chuandaimg {
  507. width: 50% !important;
  508. }
  509. .chuandazi {
  510. width: 48% !important;
  511. }
  512. /deep/ .lunbo1 .fulled {
  513. width: 100% !important;
  514. }
  515. /deep/ .gengduo {
  516. width: 30px !important;
  517. margin-top: 10px !important;
  518. }
  519. </style>