index_mall.vue 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. <template>
  2. <view>
  3. <headerSerch :dataConfig="headItem"></headerSerch>
  4. <view class="header-group">
  5. <view class="tabs">
  6. <u-tabs :list="navigationList" @click="clickNav" lineColor="#FFD373" :inactiveStyle="{ color: '#FFF' }"
  7. :activeStyle="{ color: '#FFD373', fontWeight: 'bold' }" keyName="title"></u-tabs>
  8. </view>
  9. </view>
  10. <view v-if="!isLogin">
  11. <u-skeleton :loading="true" rows="20" :animate="true"></u-skeleton>
  12. </view>
  13. <view v-else>
  14. <!-- 内容切换 -->
  15. <view class="tab-content" v-if="current == 0">
  16. <!-- 轮播 -->
  17. <view class="swiper-group">
  18. <u-swiper :list="swiperList" indicator indicatorMode="line" circular></u-swiper>
  19. </view>
  20. <!-- 宫格 -->
  21. <view class="grid-box">
  22. <view class="grid-group">
  23. <view class="grid-item">
  24. <image src="../../../static/menus/miaosha.png" mode="aspectFit" @click="menusTap('秒杀专区', 0)">
  25. </image>
  26. <text>秒杀专区</text>
  27. </view>
  28. <view class="grid-item">
  29. <image src="../../../static/menus/hongbao.png" mode="aspectFit" @click="menusTap('红包商城', 3)">
  30. </image>
  31. <text>红包商城</text>
  32. </view>
  33. <view class="grid-item">
  34. <image src="../../../static/menus/jifeng.png" mode="aspectFit" @click="menusTap('积分专区', 1)">
  35. </image>
  36. <text>积分专区</text>
  37. </view>
  38. <view class="grid-item">
  39. <image src="../../../static/menus/chuangke.png" mode="aspectFit" @click="menusTap('创客专区', 4)">
  40. </image>
  41. <text>创客专区</text>
  42. </view>
  43. <view class="grid-item">
  44. <image src="../../../static/menus/chengshihehuoren.png" mode="aspectFit" @click="menusTap('城市合伙人', 5)">
  45. </image>
  46. <text>城市合伙人</text>
  47. </view>
  48. <view class="grid-item">
  49. <image src="../../../static/menus/jifengdikou.png" mode="aspectFit"
  50. @click="menusTap('积分抵扣专区', 2)">
  51. </image>
  52. <text>抵扣专区</text>
  53. </view>
  54. </view>
  55. </view>
  56. <!-- 通知 -->
  57. <view class="notice">
  58. <u-notice-bar :text="notice" direction="column" duration="3000" @click="goNoticeDetail($event)">
  59. </u-notice-bar>
  60. </view>
  61. <!-- 通知弹框 -->
  62. <view>
  63. <u-modal :show="noticeShow" title="通告" confirmText="我已知晓" confirmColor="#FABA59"
  64. @confirm="noticeClose">
  65. <view class="slot-content">
  66. <rich-text :nodes="noticeContent"></rich-text>
  67. </view>
  68. </u-modal>
  69. </view>
  70. <!-- 爆款专区 -->
  71. <view class="sale-group">
  72. <view class="sale-content">
  73. <view class="title">爆款专区 <view class="more">
  74. </view>
  75. </view>
  76. <view class="goods-scroll">
  77. <scroll-view scroll-x="true" v-if="tempArrBao.length > 0">
  78. <view class="goods-item" v-for="(item, index) in tempArrBao" :key="index"
  79. @click="goDetail(item)">
  80. <image :src="item.goodsCover" mode="aspectFit"></image>
  81. <view class="goods-name">
  82. <u-text prefixIcon="bookmark"
  83. iconStyle="font-size: 16px; color:red;min-height: 30px;" :lines="2" bold
  84. block size="12" :text="item.goodsName"></u-text>
  85. <view class="tags">赠送{{ item.obtainIntegral }}红积分</view>
  86. <view class="price">¥{{ item.salePrice - 0 }}</view>
  87. </view>
  88. </view>
  89. </scroll-view>
  90. <u-empty v-else mode="list" icon="http://cdn.uviewui.com/uview/empty/list.png" />
  91. </view>
  92. </view>
  93. </view>
  94. <!-- 商品推荐列表 -->
  95. <view class="goods-list">
  96. <view class="title">
  97. <view class="line"></view>
  98. 商品推荐
  99. <view class="line"></view>
  100. </view>
  101. <goodListMall @changeTab="changeTab" :tempArr="tempArr" :iSshowH="false" @detail="goDetail"
  102. :isSortType="isSortType"></goodListMall>
  103. </view>
  104. </view>
  105. <view class="tab-content" v-show="current >= 1">
  106. <!-- 轮播 -->
  107. <view class="swiper-group">
  108. <u-swiper :list="swiperTabList" indicator indicatorMode="line" circular></u-swiper>
  109. </view>
  110. <!-- 商品列表 -->
  111. <goodListMall @changeTab="changeTab" :iSshowH="true" @detail="goDetail" :currentId="currentId"
  112. :isSortType="isSortType"></goodListMall>
  113. </view>
  114. </view>
  115. </view>
  116. </template>
  117. <script>
  118. import headerSerch from './components/headerSerch';
  119. import goodListMall from './components/goodListMall';
  120. import {
  121. toLogin
  122. } from '@/libs/login.js';
  123. import {
  124. mapGetters
  125. } from "vuex";
  126. import { getAdsList, getNoticeList, getCategoryOne, getGoodsPage, getIndexData, getGoodsInfo } from '../../../api/home.js'
  127. import {
  128. goShopDetail
  129. } from '@/libs/order.js';
  130. export default {
  131. components: {
  132. headerSerch,
  133. goodListMall
  134. },
  135. data() {
  136. return {
  137. currentId: '',
  138. noticeShow: false,
  139. noticeContent: '',
  140. tempArr: [],
  141. tempArrBao: [
  142. {
  143. "id": 72,
  144. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211112/mid_1608a6e46f559f11328c544fa05ea10b.png",
  145. "store_name": "COACH/蔻驰女士swinger腋下包单肩包麻将包豌豆包",
  146. "store_info": "COACH/蔻驰女士swinger腋下包单肩包麻将包豌豆包",
  147. "cate_id": "79",
  148. "price": "3000.00",
  149. "ot_price": "2900.00",
  150. "sales": "226",
  151. "unit_name": "件",
  152. "sort": 446,
  153. "activity": [],
  154. "stock": 258,
  155. "vip_price": 0,
  156. "is_vip": 0,
  157. "couponId": [],
  158. "star": [
  159. {
  160. "product_score": 5,
  161. "product_id": 72
  162. }
  163. ],
  164. "checkCoupon": false
  165. },
  166. {
  167. "id": 119,
  168. "image": "https://demo26.crmeb.net/uploads/attach/2021/12/10/mid_738c68638ab29effeff2e98365ec6dd6.jpg",
  169. "store_name": "微星(MSI)GK50Z 机械键盘 红轴 RGB光效 有线 游戏电竞办公键盘 104键 吃鸡键盘 黑色",
  170. "store_info": "ceshi123",
  171. "cate_id": "38",
  172. "price": "0.01",
  173. "ot_price": "199.00",
  174. "sales": "135",
  175. "unit_name": "件",
  176. "sort": 999,
  177. "activity": [],
  178. "stock": 24855,
  179. "vip_price": 0,
  180. "is_vip": 0,
  181. "couponId": [
  182. {
  183. "id": 23,
  184. "product_id": 119,
  185. "issue_coupon_id": 218,
  186. "title": "",
  187. "add_time": 1664522680
  188. }
  189. ],
  190. "star": [
  191. {
  192. "product_score": 5,
  193. "product_id": 119
  194. },
  195. {
  196. "product_score": 5,
  197. "product_id": 119
  198. },
  199. {
  200. "product_score": 5,
  201. "product_id": 119
  202. },
  203. {
  204. "product_score": 4,
  205. "product_id": 119
  206. },
  207. {
  208. "product_score": 4,
  209. "product_id": 119
  210. },
  211. {
  212. "product_score": 5,
  213. "product_id": 119
  214. },
  215. {
  216. "product_score": 5,
  217. "product_id": 119
  218. },
  219. {
  220. "product_score": 5,
  221. "product_id": 119
  222. },
  223. {
  224. "product_score": 5,
  225. "product_id": 119
  226. },
  227. {
  228. "product_score": 4,
  229. "product_id": 119
  230. },
  231. {
  232. "product_score": 5,
  233. "product_id": 119
  234. },
  235. {
  236. "product_score": 2,
  237. "product_id": 119
  238. },
  239. {
  240. "product_score": 5,
  241. "product_id": 119
  242. },
  243. {
  244. "product_score": 5,
  245. "product_id": 119
  246. },
  247. {
  248. "product_score": 5,
  249. "product_id": 119
  250. },
  251. {
  252. "product_score": 5,
  253. "product_id": 119
  254. },
  255. {
  256. "product_score": 5,
  257. "product_id": 119
  258. },
  259. {
  260. "product_score": 3,
  261. "product_id": 119
  262. },
  263. {
  264. "product_score": 5,
  265. "product_id": 119
  266. },
  267. {
  268. "product_score": 5,
  269. "product_id": 119
  270. },
  271. {
  272. "product_score": 5,
  273. "product_id": 119
  274. },
  275. {
  276. "product_score": 5,
  277. "product_id": 119
  278. },
  279. {
  280. "product_score": 5,
  281. "product_id": 119
  282. },
  283. {
  284. "product_score": 5,
  285. "product_id": 119
  286. },
  287. {
  288. "product_score": 5,
  289. "product_id": 119
  290. },
  291. {
  292. "product_score": 5,
  293. "product_id": 119
  294. },
  295. {
  296. "product_score": 5,
  297. "product_id": 119
  298. },
  299. {
  300. "product_score": 4,
  301. "product_id": 119
  302. },
  303. {
  304. "product_score": 4,
  305. "product_id": 119
  306. },
  307. {
  308. "product_score": 3,
  309. "product_id": 119
  310. },
  311. {
  312. "product_score": 4,
  313. "product_id": 119
  314. },
  315. {
  316. "product_score": 5,
  317. "product_id": 119
  318. },
  319. {
  320. "product_score": 4,
  321. "product_id": 119
  322. },
  323. {
  324. "product_score": 5,
  325. "product_id": 119
  326. },
  327. {
  328. "product_score": 5,
  329. "product_id": 119
  330. },
  331. {
  332. "product_score": 4,
  333. "product_id": 119
  334. },
  335. {
  336. "product_score": 5,
  337. "product_id": 119
  338. },
  339. {
  340. "product_score": 5,
  341. "product_id": 119
  342. },
  343. {
  344. "product_score": 5,
  345. "product_id": 119
  346. },
  347. {
  348. "product_score": 4,
  349. "product_id": 119
  350. },
  351. {
  352. "product_score": 5,
  353. "product_id": 119
  354. },
  355. {
  356. "product_score": 5,
  357. "product_id": 119
  358. },
  359. {
  360. "product_score": 5,
  361. "product_id": 119
  362. },
  363. {
  364. "product_score": 4,
  365. "product_id": 119
  366. },
  367. {
  368. "product_score": 5,
  369. "product_id": 119
  370. },
  371. {
  372. "product_score": 4,
  373. "product_id": 119
  374. },
  375. {
  376. "product_score": 5,
  377. "product_id": 119
  378. },
  379. {
  380. "product_score": 5,
  381. "product_id": 119
  382. },
  383. {
  384. "product_score": 5,
  385. "product_id": 119
  386. },
  387. {
  388. "product_score": 5,
  389. "product_id": 119
  390. },
  391. {
  392. "product_score": 5,
  393. "product_id": 119
  394. },
  395. {
  396. "product_score": 5,
  397. "product_id": 119
  398. },
  399. {
  400. "product_score": 2,
  401. "product_id": 119
  402. },
  403. {
  404. "product_score": 5,
  405. "product_id": 119
  406. },
  407. {
  408. "product_score": 5,
  409. "product_id": 119
  410. },
  411. {
  412. "product_score": 5,
  413. "product_id": 119
  414. },
  415. {
  416. "product_score": 5,
  417. "product_id": 119
  418. },
  419. {
  420. "product_score": 5,
  421. "product_id": 119
  422. },
  423. {
  424. "product_score": 5,
  425. "product_id": 119
  426. },
  427. {
  428. "product_score": 5,
  429. "product_id": 119
  430. }
  431. ],
  432. "checkCoupon": false
  433. },
  434. {
  435. "id": 41,
  436. "image": "http://demo26.crmeb.net/uploads/attach/2020/10/13/a23b5bc300cc6a965082368f8c657b3d.jpg",
  437. "store_name": "华为智选摄像头智能家居监控器无线高清网络摄像头家用全景智能摄像机1080P夜间清晰人像AI智能看护",
  438. "store_info": "华为智选摄像头智能家居监控器无线高清网络摄像头家用全景智能摄像机1080P夜间清晰人像AI智能看护",
  439. "cate_id": "11,21",
  440. "price": "500.00",
  441. "ot_price": "1000.00",
  442. "sales": "94",
  443. "unit_name": "件",
  444. "sort": 0,
  445. "activity": [],
  446. "stock": 1981,
  447. "vip_price": 0,
  448. "is_vip": 0,
  449. "couponId": [],
  450. "star": [],
  451. "checkCoupon": false
  452. },
  453. {
  454. "id": 51,
  455. "image": "http://demo26.crmeb.net/uploads/attach/2020/10/20201014/118bccc3d5499881dd7178c43ebb9346.jpg",
  456. "store_name": "极度空间 中秋贺卡 生日卡片 创意3D明信片感恩卡*10",
  457. "store_info": "极度空间 中秋贺卡 生日卡片 创意3D明信片感恩卡*10",
  458. "cate_id": "40,34",
  459. "price": "100.00",
  460. "ot_price": "1000.00",
  461. "sales": "39",
  462. "unit_name": "件",
  463. "sort": 0,
  464. "activity": [],
  465. "stock": 761,
  466. "vip_price": 0,
  467. "is_vip": 0,
  468. "couponId": [],
  469. "star": [
  470. {
  471. "product_score": 5,
  472. "product_id": 51
  473. }
  474. ],
  475. "checkCoupon": true
  476. },
  477. {
  478. "id": 89,
  479. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/mid_2fbe723632427b0768df24c4f23c6cad.png",
  480. "store_name": "家居梵高系列联名款饭盒袋大容量手拎保温实用方便 星月夜饭盒袋",
  481. "store_info": "",
  482. "cate_id": "35",
  483. "price": "350.00",
  484. "ot_price": "300.00",
  485. "sales": "19",
  486. "unit_name": "件",
  487. "sort": 553,
  488. "activity": [],
  489. "stock": 185,
  490. "vip_price": 0,
  491. "is_vip": 0,
  492. "couponId": [],
  493. "star": [
  494. {
  495. "product_score": 5,
  496. "product_id": 89
  497. }
  498. ],
  499. "checkCoupon": false
  500. },
  501. {
  502. "id": 45,
  503. "image": "http://demo26.crmeb.net/uploads/attach/2020/10/20201014/1bfcaad092adb917739ec681f55fb255.jpg",
  504. "store_name": "Adidas阿迪达斯男装 2020秋季新款运动服户外跑步训练健身透气舒适时尚休闲夹克外套GD5462 GD5462 L",
  505. "store_info": "Adidas阿迪达斯男装 2020秋季新款运动服户外跑步训练健身透气舒适时尚休闲夹克外套GD5462 GD5462 L",
  506. "cate_id": "26,27,50,54",
  507. "price": "200.00",
  508. "ot_price": "500.00",
  509. "sales": "11",
  510. "unit_name": "件",
  511. "sort": 0,
  512. "activity": [],
  513. "stock": 4984,
  514. "vip_price": "120.00",
  515. "is_vip": 1,
  516. "couponId": [],
  517. "star": [
  518. {
  519. "product_score": 5,
  520. "product_id": 45
  521. },
  522. {
  523. "product_score": 5,
  524. "product_id": 45
  525. },
  526. {
  527. "product_score": 2,
  528. "product_id": 45
  529. }
  530. ],
  531. "checkCoupon": false
  532. },
  533. {
  534. "id": 71,
  535. "image": "https://demo26.crmeb.net/uploads/attach/2021/09/03/mid_0b209a475fe7a7118dc964407c98542c.jpg",
  536. "store_name": "Casio卡西欧女表时尚优雅简约指针防水复古石英手表LTP-1094E-1A",
  537. "store_info": "品质保障 全场包邮",
  538. "cate_id": "38",
  539. "price": "265.00",
  540. "ot_price": "265.00",
  541. "sales": "6",
  542. "unit_name": "件",
  543. "sort": 300,
  544. "activity": [],
  545. "stock": 94,
  546. "vip_price": 0,
  547. "is_vip": 0,
  548. "couponId": [],
  549. "star": [
  550. {
  551. "product_score": 5,
  552. "product_id": 71
  553. },
  554. {
  555. "product_score": 5,
  556. "product_id": 71
  557. },
  558. {
  559. "product_score": 5,
  560. "product_id": 71
  561. }
  562. ],
  563. "checkCoupon": false
  564. }
  565. ],
  566. isSortType: 0,
  567. headItem: {
  568. "name": "headerSerch",
  569. "timestamp": "1666235374470000",
  570. "setUp": {
  571. "tabVal": 0
  572. },
  573. "bgColor": {
  574. "title": "背景颜色(渐变)",
  575. "name": "bgColor",
  576. "default": [
  577. {
  578. "item": "#F62C2C"
  579. },
  580. {
  581. "item": "#F96E29"
  582. }
  583. ],
  584. "color": [
  585. {
  586. "item": "rgba(242,16,78,1)"
  587. },
  588. {
  589. "item": "rgba(210,41,87,1)"
  590. }
  591. ]
  592. },
  593. "boxStyle": {
  594. "title": "边框样式",
  595. "name": "boxStyle",
  596. "type": 0,
  597. "list": [
  598. {
  599. "val": "圆角",
  600. "icon": "iconPic_fillet"
  601. },
  602. {
  603. "val": "直角",
  604. "icon": "iconPic_square"
  605. }
  606. ]
  607. },
  608. "txtStyle": {
  609. "title": "文本位置",
  610. "name": "txtStyle",
  611. "type": 1,
  612. "list": [
  613. {
  614. "val": "居左",
  615. "icon": "icondoc_left"
  616. },
  617. {
  618. "val": "居中",
  619. "icon": "icondoc_center"
  620. }
  621. ]
  622. },
  623. "prConfig": {
  624. "title": "背景边距",
  625. "val": 8,
  626. "min": 0
  627. },
  628. "mbConfig": {
  629. "title": "页面间距",
  630. "val": 0,
  631. "min": 0
  632. },
  633. "hotWords": {
  634. "list": [
  635. {
  636. "val": ""
  637. }
  638. ]
  639. },
  640. "logoConfig": {
  641. "type": 1,
  642. "header": "设置logo",
  643. "title": "",
  644. "url": "https://demo26.crmeb.net/uploads/attach/2022/10/20221009/7436ee5680bc5d67c46a6017939475e5.png"
  645. },
  646. "id": "id1665385357481000"
  647. },
  648. current: 0,
  649. noticeList: [],
  650. notice: [
  651. '寒雨连江夜入吴',
  652. '平明送客楚山孤',
  653. '洛阳亲友如相问',
  654. '一片冰心在玉壶'
  655. ],
  656. swiperTabList: [
  657. 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  658. 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  659. 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
  660. ],
  661. swiperList: [
  662. 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  663. 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  664. 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
  665. ],
  666. navigationList: [{
  667. title: '推荐',
  668. id: '0'
  669. }]
  670. }
  671. },
  672. computed: mapGetters(['isLogin']),
  673. created() {
  674. this.getCategoryOne()
  675. this.getNoticeList()
  676. this.getAdsList()
  677. this.getBroGoodsInfo()
  678. this.getGoodsInfo()
  679. this.getAdsTabList()
  680. },
  681. onMounted(options) {
  682. },
  683. onLoad(options) {
  684. },
  685. onShow() {
  686. },
  687. updated() {
  688. },
  689. watch: {
  690. isLogin: {
  691. deep: true, //深度监听设置为 true
  692. handler: function (newV, oldV) {
  693. this.getCategoryOne()
  694. this.getNoticeList()
  695. this.getAdsList()
  696. this.getBroGoodsInfo()
  697. this.getGoodsInfo()
  698. this.getAdsTabList()
  699. }
  700. }
  701. },
  702. methods: {
  703. getGoodsInfo() {
  704. getGoodsInfo({
  705. current: 1,
  706. size: 50,
  707. isRecom: 1
  708. }).then(res => {
  709. this.tempArr = res.data
  710. })
  711. },
  712. getBroGoodsInfo() {
  713. getGoodsInfo({
  714. current: 1,
  715. size: 50,
  716. zoneType: 6
  717. }).then(res => {
  718. this.tempArrBao = res.data
  719. })
  720. },
  721. getCategoryOne() {
  722. getCategoryOne().then(res => {
  723. this.navigationList = []
  724. let tuiJian = {
  725. title: '推荐',
  726. id: '0'
  727. }
  728. this.navigationList = res.data
  729. this.navigationList.unshift(tuiJian)
  730. })
  731. },
  732. menusTap(url, zoneType) {
  733. // #ifdef H5
  734. location.href = url
  735. // #endif
  736. // #ifdef MP || APP-PLUS
  737. uni.navigateTo({
  738. url: "/pages/goods/goods_list_mall/index?zoneType=" + zoneType + "&title=" + url
  739. });
  740. // #endif
  741. },
  742. noticeClose() {
  743. this.noticeShow = false
  744. },
  745. goNoticeDetail(value) {
  746. this.noticeContent = this.noticeList[value].content
  747. this.noticeShow = true
  748. },
  749. getNoticeList() {
  750. getNoticeList().then(res => {
  751. this.notice = []
  752. this.noticeList = res.data
  753. res.data.forEach(element => {
  754. this.notice.push(element.title)
  755. });
  756. })
  757. },
  758. getAdsList() {
  759. getAdsList({
  760. type: 1
  761. }).then(res => {
  762. if (res.data.length > 0) {
  763. this.swiperList = []
  764. res.data.forEach(element => {
  765. this.swiperList.push(element.imageUrl)
  766. });
  767. }
  768. });
  769. },
  770. getAdsTabList() {
  771. getAdsList({
  772. type: 7
  773. }).then(res => {
  774. if (res.data.length > 0) {
  775. this.swiperTabList = []
  776. res.data.forEach(element => {
  777. this.swiperTabList.push(element.imageUrl)
  778. });
  779. }
  780. });
  781. },
  782. // 促销列表的点击事件;
  783. changeTab(type) {
  784. this.goodType = type;
  785. this.tempArr = [];
  786. this.page = 1;
  787. this.loadend = false;
  788. let onloadH = true;
  789. this.getGroomList(onloadH);
  790. },
  791. // 精品推荐
  792. getGroomList(onloadH) {
  793. let that = this;
  794. let type = that.goodType;
  795. if (that.loadend) return false;
  796. if (that.loading) return false;
  797. if (onloadH) {
  798. that.$set(that, 'iSshowH', true);
  799. }
  800. uni.request({
  801. url: 'api/groom/list',
  802. success: res => {
  803. that.$set(that, 'iSshowH', false);
  804. let maxPage = Math.ceil(this.numConfig / this.limit);
  805. let list = res.data.list,
  806. loadend = list.length < that.limit || that.page >= maxPage;
  807. let tempArr = that.$util.SplitArray(list, that.tempArr);
  808. that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
  809. that.loadend = loadend;
  810. that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  811. that.page = that.page + 1;
  812. that.loading = false;
  813. }
  814. })
  815. // getGroomList(type, {
  816. // page: that.page,
  817. // limit: this.numConfig
  818. // })
  819. // .then(({
  820. // data
  821. // }) => {
  822. // that.$set(that, 'iSshowH', false);
  823. // let maxPage = Math.ceil(this.numConfig / this.limit);
  824. // let list = data.list,
  825. // loadend = list.length < that.limit || that.page >= maxPage;
  826. // let tempArr = that.$util.SplitArray(list, that.tempArr);
  827. // that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
  828. // that.loadend = loadend;
  829. // that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  830. // that.page = that.page + 1;
  831. // that.loading = false;
  832. // })
  833. // .catch(res => {
  834. // that.loading = false;
  835. // that.loadTitle = that.$t(`加载更多`);
  836. // });
  837. },
  838. goDetail(item) {
  839. goShopDetail(item, this.$store.state.app.uid).then(res => {
  840. uni.navigateTo({
  841. url: `/pages/goods_details/index?id=${item.id}`
  842. });
  843. });
  844. },
  845. // 去商品详情
  846. goGoodsDetail(item) {
  847. goShopDetail(item, this.uid).then(res => {
  848. uni.navigateTo({
  849. url: `/pages/goods_details/index?id=${item.id}`
  850. });
  851. });
  852. },
  853. clickNav(e) {
  854. this.current = e.index
  855. if (e.index > 0) {
  856. this.currentId = e.id
  857. }
  858. }
  859. }
  860. }
  861. </script>
  862. <style lang="scss" scoped>
  863. page {
  864. background-color: #ee4040;
  865. }
  866. .header-group {
  867. background-color: #EB4C63;
  868. .search-group {
  869. display: flex;
  870. align-items: center;
  871. justify-content: space-between;
  872. padding: 30rpx 30rpx 10rpx 30rpx;
  873. .logo {
  874. width: 138rpx;
  875. height: 46rpx;
  876. }
  877. .message {
  878. line-height: 1;
  879. image {
  880. width: 48rpx;
  881. height: 48rpx;
  882. }
  883. }
  884. .search {
  885. flex: 1;
  886. padding: 0 30rpx;
  887. .searchBox {
  888. padding: 0 30rpx;
  889. display: flex;
  890. align-items: center;
  891. background-color: #FFF;
  892. border-radius: 100rpx;
  893. height: 60rpx;
  894. image {
  895. width: 28rpx;
  896. height: 28rpx;
  897. padding-right: 20rpx;
  898. }
  899. text {
  900. font-size: 24rpx;
  901. color: #999;
  902. }
  903. }
  904. }
  905. }
  906. .tabs {
  907. padding: 0 20rpx;
  908. }
  909. }
  910. .tab-content {
  911. .swiper-group {
  912. padding: 20rpx 30rpx 10rpx 30rpx;
  913. background-image: linear-gradient(to bottom, #EB4C63, #F9F9F9);
  914. }
  915. .grid-box {
  916. padding: 10rpx 30rpx 20rpx 30rpx;
  917. .grid-group {
  918. padding: 20rpx 0;
  919. border-radius: 20rpx;
  920. background-color: #FFF;
  921. display: flex;
  922. align-items: center;
  923. flex-wrap: wrap;
  924. .grid-item {
  925. width: 33.333%;
  926. display: flex;
  927. flex-direction: column;
  928. align-items: center;
  929. margin: 10rpx 0;
  930. image {
  931. width: 98rpx;
  932. height: 98rpx;
  933. }
  934. text {
  935. font-size: 24rpx;
  936. color: #666;
  937. margin-top: 10rpx;
  938. }
  939. }
  940. }
  941. }
  942. .notice {
  943. padding: 0 30rpx;
  944. }
  945. .sale-group {
  946. padding: 20rpx 30rpx;
  947. .sale-content {
  948. border-radius: 20rpx;
  949. background-image: linear-gradient(45deg, #EB4C63, #FFA470);
  950. padding: 20rpx 0;
  951. .title {
  952. display: flex;
  953. align-items: center;
  954. justify-content: space-between;
  955. color: #FFF;
  956. font-weight: bold;
  957. padding: 0 30rpx;
  958. .more {
  959. display: flex;
  960. align-items: center;
  961. font-size: 24rpx;
  962. font-weight: normal;
  963. image {
  964. width: 24rpx;
  965. height: 24rpx;
  966. }
  967. }
  968. }
  969. .goods-scroll {
  970. white-space: nowrap;
  971. padding: 20rpx 15rpx 0 15rpx;
  972. .goods-item {
  973. display: inline-block;
  974. width: 240rpx;
  975. padding: 15rpx;
  976. margin: 0 10rpx;
  977. background-color: #FFF;
  978. border-radius: 10rpx;
  979. image {
  980. width: 210rpx;
  981. height: 210rpx;
  982. }
  983. .goods-name {
  984. font-size: 26rpx;
  985. color: #333;
  986. width: 240rpx;
  987. margin: 6rpx 0;
  988. word-break: break-all;
  989. white-space: pre-wrap;
  990. text-overflow: ellipsis;
  991. display: -webkit-box;
  992. line-height: 1.2;
  993. -webkit-box-orient: vertical;
  994. -webkit-line-clamp: 2;
  995. overflow: hidden;
  996. }
  997. .tags {
  998. display: inline-block;
  999. font-size: 20rpx;
  1000. padding: 6rpx;
  1001. background-color: #FCE9EC;
  1002. color: #EB4C63;
  1003. margin: 6rpx 0;
  1004. }
  1005. .price {
  1006. font-size: 32rpx;
  1007. font-weight: bold;
  1008. color: #EB4C63;
  1009. }
  1010. }
  1011. }
  1012. }
  1013. }
  1014. .goods-list {
  1015. .title {
  1016. text-align: center;
  1017. color: #333;
  1018. display: flex;
  1019. align-items: center;
  1020. justify-content: center;
  1021. font-size: 32rpx;
  1022. font-weight: bold;
  1023. .line {
  1024. display: inline-block;
  1025. width: 200rpx;
  1026. height: 2rpx;
  1027. margin: 0 30rpx;
  1028. background-color: #FFA470;
  1029. }
  1030. }
  1031. .list-group {
  1032. display: flex;
  1033. align-items: center;
  1034. flex-wrap: wrap;
  1035. padding: 15rpx;
  1036. box-sizing: border-box;
  1037. .list-item-content {
  1038. width: 50%;
  1039. padding: 15rpx;
  1040. box-sizing: border-box;
  1041. .list-item {
  1042. padding: 15rpx;
  1043. background-color: #FFF;
  1044. border-radius: 10rpx;
  1045. image {
  1046. width: 100%;
  1047. }
  1048. .goods-name {
  1049. font-size: 28rpx;
  1050. color: #333;
  1051. margin: 6rpx 0;
  1052. word-break: break-all;
  1053. white-space: pre-wrap;
  1054. text-overflow: ellipsis;
  1055. display: -webkit-box;
  1056. line-height: 1.4;
  1057. -webkit-box-orient: vertical;
  1058. -webkit-line-clamp: 2;
  1059. overflow: hidden;
  1060. }
  1061. .tags {
  1062. display: inline-block;
  1063. font-size: 20rpx;
  1064. padding: 6rpx;
  1065. background-color: #FCE9EC;
  1066. color: #EB4C63;
  1067. margin: 6rpx 0;
  1068. }
  1069. .price {
  1070. font-size: 32rpx;
  1071. font-weight: bold;
  1072. color: #EB4C63;
  1073. }
  1074. }
  1075. }
  1076. }
  1077. }
  1078. }
  1079. </style>