index.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  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 bushan1">
  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="pb-20 text-size-g">
  28. <view class="text-white" style="display: flex;justify-content: space-between;">
  29. <view v-if="list.length !=0"
  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" v-if="list.length !=0">
  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. <tm-empty v-if="list.length ==0" label="暂无推荐" color="white" icon="icon-paperplane-fill"></tm-empty>
  52. </view>
  53. </tm-sheet>
  54. <!-- 明日计划 -->
  55. <tm-sheet class="lunbo1 bushan2">
  56. <view class="py-10 text-size-g dianz mingri">
  57. <image src="/static/img/17.png" mode="widthFix"></image>
  58. <text class="text-white">明日计划</text>
  59. </view>
  60. <view class="mt-20 text-size-g jihua">
  61. <tm-translate class="a_1" ref="a_6" :auto="true" :duration="80" animation-name="zoomIn">
  62. <image @click="jihuashang()" class="anniu mr-10" src="/static/img/18.png" mode="widthFix">
  63. </image>
  64. </tm-translate>
  65. <view class="bbb">
  66. <tm-swiper @click="tiao" class="aaa" :previmage="false" :noSwiping="true" :current="current1"
  67. :autoplay="false" :list="list1"></tm-swiper>
  68. </view>
  69. <tm-translate class="a_1" ref="a_4" :auto="true" :duration="80" animation-name="zoomIn"
  70. style="right: 0px;">
  71. <image @click="jihuaxia()" class="anniu mr-10" src="/static/img/19.png" mode="widthFix"></image>
  72. </tm-translate>
  73. <view style="clear: both;"></view>
  74. </view>
  75. </tm-sheet>
  76. <!-- 热门穿搭 -->
  77. <tm-sheet class="lunbo1" style="margin-bottom: 70px !important;">
  78. <view class="py-10 text-size-g dianz mingri">
  79. <image src="/static/img/24.png" mode="widthFix"></image>
  80. <text class="text-white">热门穿搭</text>
  81. </view>
  82. <view class="text-size-g jihua remen">
  83. <view style="width: 48%;" class="fl">
  84. <view @click="tiaodapei(item.id)" v-for="(item,index) in listdata" v-if="index%2==0"
  85. class="round-3 shadow-2 overflow pa-10 mt-20"
  86. :class="[$tm.vx.state().tmVuetify.black ? 'black' : 'white']">
  87. <image class="logo" :src="item.image" mode="widthFix"></image>
  88. <view class="pa-10 text-size-s">
  89. <view class="text-overflow-2">
  90. <text>{{item.text}}</text>
  91. </view>
  92. <view class="mt-2 flex-between flex-center">
  93. <view>
  94. <!-- <tm-translate ref="a_2" :duration="80" animation-name="fadeIn"> -->
  95. <!-- <image class="remenzan" :src="dianzan1?'/static/img/29.png':'/static/img/9.png'" mode="widthFix"></image> -->
  96. <!-- </tm-translate> -->
  97. </view>
  98. </view>
  99. </view>
  100. </view>
  101. </view>
  102. <view style="width: 46%;" class="fr">
  103. <view style="width: 100%;" class="fr round-3 shadow-2 overflow pa-10 mt-20"
  104. :class="[$tm.vx.state().tmVuetify.black ? 'black' : 'white']">
  105. <view class="py-10 text-size-m dianz mingri">
  106. <text style="vertical-align: middle;" class="text-white">销量飙升榜</text>
  107. <image style="width: 25px;margin-left: 8px;" src="/static/img/36.png" mode="widthFix">
  108. </image>
  109. </view>
  110. <view class="py-10 text-size-s dianz mingri">
  111. <text class="text-white">亿万新品趋势洞察</text>
  112. </view>
  113. <view class="mt-10" v-for="item in shopGoodsList" @click="xiangqing()">
  114. <image class="chuandaimg fl" :src="item.image" mode="widthFix"></image>
  115. <view class="chuandazi fr">
  116. <view class="text-size-m text-weight-b text-overflow-2">{{item.goods_name}}</view>
  117. <view class="tm-cartCellListFood-label text-size-s text-grey py-8">{{item.goods_details}}
  118. </view>
  119. <image class="gengduo fr" src="/static/img/40.png" mode="widthFix"></image>
  120. </view>
  121. <view style="clear: both;"></view>
  122. </view>
  123. </view>
  124. <view style="clear: both;"></view>
  125. <view @click="tiaodapei(item.id)" v-for="(item,index) in listdata" v-if="index%2==1"
  126. class="round-3 shadow-2 overflow pa-10 mt-20"
  127. :class="[$tm.vx.state().tmVuetify.black ? 'black' : 'white']">
  128. <image class="logo" :src="item.image" mode="widthFix"></image>
  129. <view class="pa-10 text-size-s">
  130. <view class="text-overflow-2">
  131. <text>{{item.text}}</text>
  132. </view>
  133. <view class="mt-24 flex-between flex-center">
  134. </view>
  135. </view>
  136. </view>
  137. </view>
  138. <view style="clear: both;"></view>
  139. <view v-if="total>listdata.length" style="clear: both;" class="more ma-40 pt-40" @click="gengmore()">
  140. <image src="/static/img/30.png" mode="widthFix"></image>
  141. <text class="text-size-s">下拉加载更多~</text>
  142. </view>
  143. </view>
  144. </tm-sheet>
  145. </view>
  146. </view>
  147. </template>
  148. <script>
  149. import {
  150. myRequest
  151. } from '@/api/request.js'
  152. import qqmapsdk from '../../js_sdk/qqmap-wx-jssdk.js'
  153. const QQMapWX = new qqmapsdk({
  154. key: 'KNABZ-OAVCJ-O5IFJ-KBNST-SVIIZ-2EB3G'
  155. });
  156. export default {
  157. data() {
  158. return {
  159. offshow:false,
  160. chengshi:"南京",
  161. defaultValue: [],
  162. soso: '',
  163. aab: false,
  164. shoucangsrc: true,
  165. dianzan: true,
  166. dianzan1: true,
  167. list3: [],
  168. top: 60,
  169. sys: null,
  170. list2: [{
  171. img: '/static/img/39.png',
  172. title: '单品推荐',
  173. text: '3.9万人追捧'
  174. }, {
  175. img: '/static/img/37.png',
  176. title: '单品推荐',
  177. text: '3.9万人追捧'
  178. }, {
  179. img: '/static/img/38.png',
  180. title: '单品推荐',
  181. text: '3.9万人追捧'
  182. }],
  183. list: [],
  184. list1: [],
  185. current: 0,
  186. current1: 0,
  187. listdata: [],
  188. pagesize:10,
  189. page:1,
  190. total:0,
  191. shopGoodsList:[]
  192. };
  193. },
  194. onLoad() {
  195. // #ifdef MP
  196. this.top = uni.upx2px(150);
  197. // #endif
  198. },
  199. created() {
  200. var that = this;
  201. setTimeout(function() {
  202. if (uni.getStorageSync("token") == "") {
  203. uni.redirectTo({
  204. url: "/pages/login/index"
  205. })
  206. }
  207. }, 1000)
  208. this.sys = uni.getSystemInfoSync();
  209. this.getService();
  210. this.getremmend();
  211. this.getHot();
  212. this.getPlan();
  213. this.biaoshen();
  214. this.getCity()
  215. },
  216. methods: {
  217. getCity(){
  218. var that=this;
  219. uni.getLocation({
  220. type: 'wgs84',
  221. geocode: true,
  222. success: (res) => {
  223. console.log("获取经纬度成功");
  224. this.latitude = res.latitude;
  225. this.longitude = res.longitude;
  226. },
  227. fail: () => {
  228. console.log("获取经纬度失败");
  229. },
  230. complete: () => {
  231. // 解析地址
  232. QQMapWX.reverseGeocoder({
  233. location: {
  234. latitude: this.latitude,
  235. longitude: this.longitude
  236. },
  237. success: function(res) {
  238. console.log("解析地址成功");
  239. console.log(res);
  240. // 省
  241. let province = res.result.ad_info.province;
  242. // 市
  243. let city = res.result.ad_info.city;
  244. that.chengshi=city;
  245. console.log(province);
  246. console.log(city);
  247. },
  248. fail: function(res) {
  249. // uni.showToast({
  250. // title: '定位失败',
  251. // duration: 2000,
  252. // icon: "none"
  253. // })
  254. },
  255. complete: function(res) {
  256. console.log(res);
  257. }
  258. })
  259. }
  260. })
  261. },
  262. biaoshen(){
  263. let that = this;
  264. myRequest({
  265. url: "/api/ShopGoods/shopGoodsList",
  266. method: 'get',
  267. data: {}
  268. }).then(res => {
  269. if (res.data.code == 200) {
  270. that.shopGoodsList=res.data.data;
  271. // res.data.data.forEach(item => {
  272. // that.list3.push({
  273. // icon: item.img,
  274. // text: item.name,
  275. // sort: item.sort
  276. // })
  277. // })
  278. } else {
  279. that.$refs.toast.show({
  280. model: 'error',
  281. label: res.data.msg
  282. })
  283. }
  284. })
  285. },
  286. qiehuandizhi(e){
  287. if(e[2]!=null){
  288. this.offshow=false;
  289. this.chengshi=e[1];
  290. }
  291. },
  292. xiangqing(){
  293. uni.navigateTo({
  294. url: "/pages/shopdetail/index",
  295. })
  296. },
  297. // 获取用户服务列表
  298. getService() {
  299. let that = this;
  300. myRequest({
  301. url: "/api/Service/serviceList",
  302. method: 'get',
  303. data: that.reqData
  304. }).then(res => {
  305. if (res.data.code == 200) {
  306. res.data.data.forEach(item => {
  307. that.list3.push({
  308. icon: item.img,
  309. text: item.name,
  310. sort: item.sort
  311. })
  312. })
  313. } else {
  314. that.$refs.toast.show({
  315. model: 'error',
  316. label: res.data.msg
  317. })
  318. }
  319. })
  320. },
  321. // 获取穿搭推荐
  322. getremmend() {
  323. let that = this;
  324. myRequest({
  325. url: "/api/Collocation/recommendList",
  326. method: 'get',
  327. data: that.reqData
  328. }).then(res => {
  329. if (res.data.code == 200) {
  330. res.data.data.forEach(item => {
  331. that.list.push({
  332. src: item.image,
  333. name: item.title,
  334. id:item.id
  335. })
  336. })
  337. } else {
  338. that.$refs.toast.show({
  339. model: 'error',
  340. label: res.data.msg
  341. })
  342. }
  343. })
  344. },
  345. // 获取明日计划
  346. getPlan() {
  347. let that = this;
  348. myRequest({
  349. url: "/api/Scene/sceneList",
  350. method: 'get',
  351. data: that.reqData
  352. }).then(res => {
  353. if (res.data.code == 200) {
  354. res.data.data.forEach(item => {
  355. that.list1.push({
  356. src: item.img,
  357. title: item.scene_name
  358. })
  359. })
  360. } else {
  361. that.$refs.toast.show({
  362. model: 'error',
  363. label: res.data.msg
  364. })
  365. }
  366. })
  367. },
  368. // 获取热门穿搭
  369. getHot() {
  370. let that = this;
  371. myRequest({
  372. url: "/api/ShopCollocation/hotList",
  373. method: 'post',
  374. data: {page:that.page,pagesize:that.pagesize}
  375. }).then(res => {
  376. if (res.data.code == 200) {
  377. res.data.data.data.forEach(item => {
  378. that.listdata.push({
  379. image: item.image,
  380. text: item.title,
  381. id:item.id
  382. })
  383. })
  384. that.total=res.data.data.total;
  385. } else {
  386. that.$refs.toast.show({
  387. model: 'error',
  388. label: res.data.msg
  389. })
  390. }
  391. })
  392. },
  393. tiaodapei(id) {
  394. console.log(id)
  395. uni.navigateTo({
  396. url: "/pages/shouyedetail/index?id="+id,
  397. })
  398. },
  399. tiao() {
  400. uni.navigateTo({
  401. url: "/pages/bianji/index",
  402. })
  403. },
  404. tiaoclick(e) {
  405. uni.navigateTo({
  406. url: "/pages/zidingyikan/index?id="+e.data.id+"&type=1",
  407. })
  408. },
  409. jinriFun(e) {
  410. this.current = e;
  411. },
  412. sosoFun() {
  413. uni.navigateTo({
  414. url: "/pages/sousuo/index",
  415. })
  416. },
  417. gengmore() {
  418. this.page=this.page+1;
  419. this.getHot();
  420. },
  421. jihuashang() {
  422. if (this.current1 == 0) {
  423. return
  424. }
  425. this.$refs.a_6.play()
  426. this.current1 = this.current1 - 1;
  427. },
  428. jihuaxia() {
  429. if (this.current1 > (this.list1.length - 5)) {
  430. return
  431. }
  432. this.$refs.a_4.play()
  433. this.current1 = this.current1 + 1;
  434. },
  435. shouc() {
  436. this.shoucangsrc = !this.shoucangsrc;
  437. this.$refs.a_3.play()
  438. },
  439. zan() {
  440. this.dianzan = !this.dianzan;
  441. this.$refs.a_2.play()
  442. },
  443. shang() {
  444. this.$refs.a_5.play()
  445. this.current = this.current + 1;
  446. },
  447. xia() {
  448. this.$refs.a_1.play()
  449. this.current = this.current - 1;
  450. }
  451. },
  452. }
  453. </script>
  454. <style lang="scss">
  455. /deep/ .tm-menubars .body {
  456. background-color: #1b1b1b !important;
  457. }
  458. /deep/ .aaa uni-image {
  459. width: 52px !important;
  460. height: 52px !important;
  461. }
  462. /deep/ .aaa uni-swiper-item {
  463. width: 55px !important;
  464. height: 80px !important;
  465. padding: 0 5px !important;
  466. }
  467. .xiangji image {
  468. width: 30px;
  469. height: 22px;
  470. }
  471. .suosou image {
  472. width: 40px;
  473. }
  474. /deep/ .icon-search {
  475. font-size: 23px !important;
  476. color: #8E8E93 !important;
  477. }
  478. /deep/ .tm-search {
  479. width: 94%;
  480. margin: 0 auto;
  481. background-color: #414141 !important;
  482. border-radius: 10px;
  483. }
  484. /deep/ .tm-search .grey-darken-5 {
  485. background-color: #414141 !important;
  486. }
  487. .dingwei {
  488. width: 92%;
  489. margin: 0 auto;
  490. margin-top: 20px;
  491. padding-bottom: 20px;
  492. }
  493. .dingwei image {
  494. width: 25px;
  495. margin-right: 10px;
  496. }
  497. /deep/ .tm-col {
  498. width: 20% !important;
  499. }
  500. .zhuti {
  501. padding: 10px 10px;
  502. }
  503. /deep/ .lunbo {
  504. margin: 0 !important;
  505. padding: 8px !important;
  506. margin-top: 50px !important;
  507. }
  508. .dianz image {
  509. width: 35px;
  510. vertical-align: middle;
  511. margin-right: 10px;
  512. }
  513. /deep/ .text-size-s span,
  514. /deep/ .text-size-g {
  515. font-size: 15px;
  516. }
  517. .touxiang image {
  518. width: 40px;
  519. margin-right: 10px;
  520. vertical-align: middle;
  521. }
  522. .shoucang image {
  523. width: 45px;
  524. }
  525. .qiehuan {
  526. float: right;
  527. }
  528. .qiehuan .a_1 {
  529. margin-top: 25%;
  530. }
  531. .qiehuan .anniu {
  532. width: 20px;
  533. height: 20px !important;
  534. }
  535. .di {
  536. background: #0D0D0D;
  537. width: 45px;
  538. height: 45px;
  539. text-align: center;
  540. line-height: 50px;
  541. border-radius: 30px;
  542. }
  543. .mingri image {
  544. width: 30px;
  545. margin-right: 12px;
  546. }
  547. .di image {
  548. width: 22px;
  549. margin: 0 !important;
  550. height: 20px !important;
  551. }
  552. .jihua image {
  553. width: 30px;
  554. height: 30px;
  555. }
  556. .jihua {
  557. position: relative;
  558. }
  559. .jihua .a_1 {
  560. position: absolute;
  561. top: 10%;
  562. }
  563. .bbb {
  564. width: 75% !important;
  565. margin: 0 auto !important;
  566. }
  567. /deep/ .bbb uni-swiper {
  568. width: 100% !important;
  569. height: 90px !important;
  570. }
  571. /deep/ .bbb .flex-start {
  572. background: rgba(0, 0, 0, 0) !important;
  573. padding: 0 !important;
  574. width: 100% !important;
  575. text-align: center;
  576. margin-top: 30px;
  577. }
  578. /deep/ .lunbo1 {
  579. margin: 0 !important;
  580. padding: 8px !important;
  581. margin-top: 20px !important;
  582. }
  583. .remenzan {
  584. width: 18px !important;
  585. margin-top: 10px;
  586. }
  587. .remen .logo {
  588. width: 100%;
  589. }
  590. .more {
  591. text-align: center;
  592. }
  593. .more image {
  594. margin-right: 10px;
  595. vertical-align: middle;
  596. }
  597. .chuandaimg {
  598. width: 50% !important;
  599. }
  600. .chuandazi {
  601. width: 48% !important;
  602. }
  603. /deep/ .lunbo1 .fulled {
  604. width: 100% !important;
  605. }
  606. /deep/ .gengduo {
  607. width: 30px !important;
  608. margin-top: 10px !important;
  609. }
  610. // 防止闪
  611. /deep/ .zhuti .tm-grid{min-height: 70px !important;}
  612. /deep/ .zhuti .bushan1{min-height: 160px !important;}
  613. /deep/ .zhuti .bushan2{min-height: 157px !important;}
  614. /deep/ .uni-tabbar{background-color: #1B1B1B !important;}
  615. </style>