home-page-a.vue 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553
  1. <template>
  2. <view class="home-container">
  3. <block v-show="isLoaded">
  4. <custom :bgColor="'bg-them'" :backColor="'#FFFFFF'" :isBack="false" v-show="scrollTop > 100">
  5. <text slot="content" style="color: #FFFFFF; font-size: 36rpx;">{{configInfo.minAppName}}</text>
  6. </custom>
  7. <view class="top-container">
  8. <image src="@/static/home/top_bg.png" mode="widthFix" class="bg"></image>
  9. <view class="content">
  10. <view class="title" :style="cuStyle">{{configInfo.minAppName}}</view>
  11. <view class="search">
  12. <image src="/static/icon/search.png" class=""></image>
  13. <input type="text" confirm-type="search" placeholder="搜索商品名称或型号" v-model="keyword" @confirm="searchSubmit">
  14. </view>
  15. </view>
  16. </view>
  17. <view class="classify-container">
  18. <view class="content">
  19. <block v-for="(item, index) in classifyList" :key='index'>
  20. <view class="item" @tap="toClassifyLst(item.categoryId)">
  21. <image :src="item.imgUrl" mode="aspectFill"></image>
  22. <text class="ellipsis">{{item.name}}</text>
  23. </view>
  24. </block>
  25. <view class="item" @tap="toClassifyLst(0)">
  26. <image src="@/static/home/class_more.png" mode="aspectFill"></image>
  27. <text>更多分类</text>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="swiper-container" v-if="isShow_banner && bannerList.length > 0">
  32. <swiper @change="changeBanner" :autoplay="true">
  33. <block v-for="(item, index) in bannerList" :key='index'>
  34. <swiper-item>
  35. <image :src="item.imgSrc" mode="aspectFill" @tap="toMiniProgram(item.appId, item.linkUrl)" v-if="item.type === 2"></image>
  36. <image :src="item.imgSrc" mode="aspectFill" @tap="toActivityList(item.goodsId)" v-if="item.type === 3"></image>
  37. <image :src="item.imgSrc" mode="aspectFill" @tap="toGoodsDetail(item.goodsId)" v-else></image>
  38. </swiper-item>
  39. </block>
  40. </swiper>
  41. <view class="dots-conatiner">
  42. <view class="con" :style="'width:'+(bannerList.length * 20)+'rpx;'" >
  43. <view class="dot" :style=" 'transform:translateX('+ (bannerCurrent * 100) +'%)' " ></view>
  44. </view>
  45. </view>
  46. </view>
  47. <view class="notice-container" v-if="isShow_notice && noticeList.length > 0 && userInfo.type === 'SERVICE'">
  48. <view class="content">
  49. <view class="left">
  50. <image src="@/static/home/notice.png" ></image>
  51. </view>
  52. <swiper class="swiper" :autoplay="true" :vertical="true" :circular="true" :disable-touch="true">
  53. <block v-for="(item,index) in noticeList" :key='index' >
  54. <swiper-item @touchmove.stop='stopTouchMove'>
  55. <view class="ellipsis">{{item.workUserName}}成功分享商城,获得收益{{item.amount}}元</view>
  56. </swiper-item>
  57. </block>
  58. </swiper>
  59. </view>
  60. </view>
  61. <view class="coupon-container" v-if="isShow_coupon && couponList.length > 0">
  62. <image src="@/static/home/cp_bg1.png" mode="widthFix" class="bg" v-if="couponList.length == 1"></image>
  63. <image src="@/static/home/cp_bg2.png" mode="widthFix" class="bg" v-if="couponList.length > 1"></image>
  64. <view class="list list1" v-if="couponList.length == 1">
  65. <block v-for="(item, index) in couponList" :key='index'>
  66. <view class="item" @tap="handleCoupon(item)">
  67. <image class="cp" src="@/static/home/coupon_bg1.png"></image>
  68. <view class="content">
  69. <view class="left">
  70. <view class="price">¥{{item.couponValue}}</view>
  71. <view class="text" v-if="item.couponType == 'SATISFY'">满{{item.orderAmount}}可用</view>
  72. </view>
  73. <view class="right">
  74. <view class="main">
  75. <view class="row1 ellipsis-2">{{item.couponName}}</view>
  76. <view class="row2">
  77. <view class="date" v-if="item.obtainType == 0 || item.obtainType == 1">
  78. <view>领取时间:</view>
  79. <view>{{item.obtainStartTime | dateToYYmmdd2}}-{{item.obtainEndTime | dateToYYmmdd2}}</view>
  80. </view>
  81. <view class="date" v-if="item.obtainType == 2">
  82. <view>使用时间:</view>
  83. <view>{{item.activeStartTime | dateToYYmmdd2}}-{{item.activeEndTime | dateToYYmmdd2}}</view>
  84. </view>
  85. <view class="button gary" v-if="item.obtainType == 0">待开始</view>
  86. <view class="button red" v-if="item.obtainType == 1">立即领取</view>
  87. <view class="button white" v-if="item.obtainType == 2">去使用</view>
  88. </view>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </block>
  94. </view>
  95. <view class="list list2" v-if="couponList.length == 2">
  96. <block v-for="(item, index) in couponList" :key='index'>
  97. <view class="item" @tap="handleCoupon(item)">
  98. <image class="cp" src="@/static/home/coupon_bg2.png"></image>
  99. <view class="content">
  100. <view class="top">
  101. <view class="price">¥{{item.couponValue}}</view>
  102. <view class="text">满{{item.orderAmount}}可用</view>
  103. </view>
  104. <view class="bottom">
  105. <view class="name ellipsis">{{item.couponName}}</view>
  106. <view class="date ellipsis" v-if="item.obtainType == 0 || item.obtainType == 1">领取时间:{{item.obtainStartTime | dateToYYmmdd2}}-{{item.obtainEndTime | dateToYYmmdd2}}</view>
  107. <view class="date ellipsis" v-if="item.obtainType == 2">使用时间:{{item.activeStartTime | dateToYYmmdd2}}-{{item.activeEndTime | dateToYYmmdd2}}</view>
  108. <view class="button gary" v-if="item.obtainType == 0">待开始</view>
  109. <view class="button red" v-if="item.obtainType == 1">立即领取</view>
  110. <view class="button white" v-if="item.obtainType == 2">去使用</view>
  111. </view>
  112. </view>
  113. </view>
  114. </block>
  115. </view>
  116. <view class="list list3" v-if="couponList.length > 2">
  117. <view class="left">
  118. <block v-for="(item, index) in couponList" :key='index'>
  119. <view class="item" @tap="handleCoupon(item)">
  120. <image class="cp" src="@/static/home/coupon_bg3.png"></image>
  121. <view class="content">
  122. <view class="top">
  123. <view class="price">¥{{item.couponValue}}</view>
  124. <view class="text">满{{item.orderAmount}}可用</view>
  125. </view>
  126. <view class="bottom">
  127. <view class="name ellipsis">{{item.couponName}}</view>
  128. <view class="date ellipsis" v-if="item.obtainType == 0 || item.obtainType == 1">领取时间:{{item.obtainStartTime | dateToYYmmdd2}}-{{item.obtainEndTime | dateToYYmmdd2}}</view>
  129. <view class="date ellipsis" v-if="item.obtainType == 2">使用时间:{{item.activeStartTime | dateToYYmmdd2}}-{{item.activeEndTime | dateToYYmmdd2}}</view>
  130. <view class="button gary" v-if="item.obtainType == 0">待开始</view>
  131. <view class="button red" v-if="item.obtainType == 1">立即领取</view>
  132. <view class="button white" v-if="item.obtainType == 2">去使用</view>
  133. </view>
  134. </view>
  135. </view>
  136. </block>
  137. </view>
  138. <view class="right">
  139. <view class="text" @tap="toReceiveCoupon">
  140. <text>查</text>
  141. <text>看</text>
  142. <text>更</text>
  143. <text>多</text>
  144. <image src="@/static/home/cp_more.png"></image>
  145. </view>
  146. </view>
  147. </view>
  148. </view>
  149. <view class="myManager-container" v-if="isShow_manager && myManagerDetail && !userInfo.promotionGroupLeader && !userInfo.type === 'SERVICE'">
  150. <view class="content">
  151. <view class="left">
  152. <image :src="myManagerDetail.avatar" mode="aspectFill" v-if="myManagerDetail.avatar.indexOf('http') >= 0"></image>
  153. <image :src="imageUrl + myManagerDetail.avatar" mode="aspectFill" v-else></image>
  154. <view class="main">
  155. <view>客户经理:{{myManagerDetail.workName}}</view>
  156. <view>{{myManagerDetail.workPhone}}</view>
  157. </view>
  158. </view>
  159. <view class="right" @tap="callPhone(myManagerDetail.workPhone)">拨打电话</view>
  160. </view>
  161. </view>
  162. <view class="seckill-container" v-if="isShow_seckill && seckillTimeList.length > 0">
  163. <image src="@/static/home/seckill_bg.png" mode="widthFix" class="bg"></image>
  164. <view class="content">
  165. <view class="time-list">
  166. <block v-for="(item, index) in seckillTimeList" :key='index'>
  167. <view class="item" :class="seckillTimeCurrent == index ? 'current':''" @tap="changeSeckillTime(index)">
  168. <view class="time">{{item.startHour}}:00</view>
  169. <view class="tag" v-if="item.type == 'yjs'">已结束</view>
  170. <view class="tag" v-if="item.type == 'jxz'">{{countdownTime}}</view>
  171. <view class="tag" v-if="item.type == 'wks'">即将开始</view>
  172. </view>
  173. </block>
  174. </view>
  175. <view class="product-list">
  176. <block v-for="(item, index) in seckillGoodsList" :key='index'>
  177. <div class="item" @tap="toSeckillGoodsDetail(item.goodsId)">
  178. <image :src="item.imgUrl" mode="aspectFill"></image>
  179. <view class="right">
  180. <view class="title ellipsis-2">{{item.goodsName}}</view>
  181. <view class="des ellipsis-2">{{item.describeText ? item.describeText : ''}}</view>
  182. <view class="stock-sales">
  183. <view class="stock">
  184. <text>剩余{{item.secStockNum}}件</text>
  185. <view class="progress-box">
  186. <!-- 库存 / 总数 * 100 = 剩余百分比 -->
  187. <progress :percent="item.secStockNum / item.limitBuy * 100" activeColor="#FF3F42" active stroke-width="6" />
  188. </view>
  189. </view>
  190. <view class="sales">销量:{{item.salesVolume}}</view>
  191. </view>
  192. <view class="bottom">
  193. <view class="price">
  194. <view class="price-1">¥{{item.price | numToFixed}}</view>
  195. <view class="price-2">¥{{item.goodsPrice | numToFixed}}</view>
  196. </view>
  197. <view class="btn" v-if="seckillTimeList[seckillTimeCurrent].type == 'jxz'">马上抢</view>
  198. <view class="btn2" v-else>马上抢</view>
  199. </view>
  200. </view>
  201. </div>
  202. </block>
  203. </view>
  204. <view class="loadmore" v-if="!seckillGoodsNoMore" @tap="loadMoreSeckillGoods">点击加载更多商品</view>
  205. </view>
  206. </view>
  207. <view class="recom-container" v-if="isShow_recom">
  208. <view class="top">
  209. <view class="title"><image src="@/static/home/recom.png"></image></view>
  210. <scroll-view
  211. :scroll-x="true"
  212. :scroll-left="scrollLeft"
  213. scroll-with-animation
  214. :show-scrollbar="false"
  215. class="tabs-view"
  216. ref="tabs-view">
  217. <view class="tab">
  218. <block v-for="(item, index) in tabList" :key='index'>
  219. <view class="item" :ref="`tabs-item-${index}`" :class="[`tabs-item-${index}`, item.categoryId == tabCurrent ? 'current':'']" @tap="changeTab(item.categoryId)">{{item.name}}</view>
  220. </block>
  221. </view>
  222. </scroll-view>
  223. </view>
  224. <view class="list">
  225. <block v-for="(item, index) in recomList" :key='index'>
  226. <view class="item" @tap="toGoodsDetail(item.goodsId)">
  227. <view class="image">
  228. <image :src="item.imgUrl" mode="aspectFill" class="img"></image>
  229. <image :src="item.logo" mode="aspectFill" class="water" v-if="item.isShowWater"></image>
  230. </view>
  231. <view class="content">
  232. <view class="title ellipsis-2">{{item.goodsName}}</view>
  233. <view class="bottom">
  234. <view class="price">
  235. <view class="price-1">¥{{item.goodsPrice | numToFixed}}</view>
  236. <view class="price-2">¥{{item.orgGoodsPrice | numToFixed}}</view>
  237. </view>
  238. <view class="btn"><image src="@/static/icon/cart.png" mode="aspectFill"></image></view>
  239. </view>
  240. </view>
  241. </view>
  242. </block>
  243. </view>
  244. <no-data v-if="!recomList.length" :showText="'暂无商品'"></no-data>
  245. </view>
  246. </block>
  247. </view>
  248. </template>
  249. <script>
  250. import {mapState} from 'vuex';
  251. export default {
  252. props:{
  253. homePage: {
  254. type: Number,
  255. default: 0
  256. },
  257. templateInfo: {
  258. type: Object,
  259. default: {}
  260. }
  261. },
  262. data() {
  263. return {
  264. thisHomePage: 1, // 当前首页页面模版
  265. imageUrl: this.$imageUrl,
  266. configInfo: uni.getStorageSync('configInfo'),
  267. isShow_banner: false,
  268. isShow_notice: false,
  269. isShow_classify: false,
  270. isShow_seckill: false,
  271. isShow_coupon: false,
  272. isShow_manager: false,
  273. isShow_recom: false,
  274. scrollTop: 0, // 滚动高度(用于控制自定义导航)
  275. keyword: '', // 搜索关键词
  276. classifyList: [], // 分类列表
  277. bannerList: [], // 轮播图列表
  278. bannerCurrent: 0, // 轮播图当前值
  279. noticeList: [],
  280. couponList: [], // 可领取优惠券列表
  281. myManagerDetail: null, // 我的客户经理信息
  282. seckillTimeList: [], // 秒杀时间段列表
  283. seckillTimeCurrent: 0, // 秒杀时间段选择
  284. seckillGoodsList: [], // 秒杀商品列表
  285. seckillGoodsPage: 1, // 秒杀商品分页
  286. seckillGoodsNoMore: false, //
  287. countdownTime: '', // 倒计时
  288. endDatetime: '', // 倒计时结束时间
  289. nowDate: null, // 当前时间
  290. dateInterval: null, // 时间定时器
  291. tabList: [], // 好物推荐分类列表
  292. tabCurrent: 1, // 好物推荐分类当前值
  293. recomList: [], // 好物推荐列表
  294. isLoaded_banner: false,
  295. isLoaded_coupon: false,
  296. isLoaded_seckill: false,
  297. isLoaded_tab: false,
  298. isLoaded_myManager: false,
  299. scrollLeft: 50,
  300. scrollViewWidth: 0,
  301. tabsRect: {
  302. left: 0
  303. },
  304. }
  305. },
  306. computed:{
  307. cuStyle(){
  308. return `height:${this.CustomBar-this.StatusBar}px; padding-top:${this.StatusBar}px;`
  309. },
  310. ...mapState(['userInfo', 'isLogin', 'userId']),
  311. isLoaded() {
  312. uni.hideLoading();
  313. return (!this.isShow_banner || (this.isShow_banner && this.isLoaded_banner))
  314. && (!this.isShow_coupon || (this.isShow_coupon && this.isLoaded_coupon))
  315. && (!this.isShow_seckill || (this.isShow_seckill && this.isLoaded_seckill))
  316. && (!this.isShow_classify || (this.isShow_classify && this.isLoaded_tab))
  317. && (!this.isShow_manager || (this.isShow_manager && this.isLoaded_myManager))
  318. }
  319. },
  320. watch: {
  321. nowDate() {
  322. let hh = this.nowDate.getHours(),
  323. mm = this.nowDate.getMinutes(),
  324. ss = this.nowDate.getSeconds();
  325. let hs = [10, 12, 15, 18, 20];
  326. if(mm == 0 && ss == 0 && hs.indexOf(hh) >= 0) {
  327. setTimeout(() => {
  328. this.getSeckillTimeList();
  329. }, 1000)
  330. }
  331. },
  332. tabList() {
  333. this.$nextTick(() => {
  334. this.resize()
  335. })
  336. },
  337. templateInfo: {
  338. handler(newValue, oldValue) {
  339. const templateInfo = this.templateInfo;
  340. this.isShow_banner = templateInfo.carouseStatus;
  341. this.isShow_classify = templateInfo.categoryStatus;
  342. this.isShow_seckill = templateInfo.killStatus;
  343. this.isShow_coupon = templateInfo.couponStatus;
  344. this.isShow_manager = templateInfo.customerStatus;
  345. this.isShow_notice = templateInfo.notiveStatus;
  346. this.isShow_recom = templateInfo.okStatus;
  347. },
  348. immediate: true,
  349. deep: true
  350. }
  351. },
  352. mounted() {
  353. uni.$on('onPageScroll', (data) => {
  354. if(this.homePage !== this.thisHomePage) return false;
  355. this.scrollTop = data;
  356. });
  357. uni.$on('onPullDownRefresh', (data) => {
  358. if(this.homePage !== this.thisHomePage) return false;
  359. this.keyword = '';
  360. this.getTabList();
  361. this.getBannerList();
  362. this.getNoticeList();
  363. this.getCouponList();
  364. this.getMyManager();
  365. this.getSeckillTimeList();
  366. });
  367. uni.$on('onShow', (data) => {
  368. if(this.homePage !== this.thisHomePage) return false;
  369. console.log('onShow page ' + this.thisHomePage);
  370. this.keyword = '';
  371. this.getTabList();
  372. this.getBannerList();
  373. this.getNoticeList();
  374. this.getCouponList();
  375. this.getMyManager();
  376. this.getSeckillTimeList();
  377. this.dateInterval = setInterval(() => {
  378. this.nowDate = new Date();
  379. }, 1000)
  380. });
  381. uni.$on('onHide', (data) => {
  382. if(this.homePage !== this.thisHomePage) return false;
  383. clearInterval(this.dateInterval);
  384. })
  385. },
  386. methods: {
  387. // 搜索商品
  388. searchSubmit() {
  389. uni.navigateTo({
  390. url: '/packageGoods/pages/search?keyword=' + this.keyword
  391. })
  392. },
  393. // 获取一级菜单
  394. getTabList() {
  395. this.$axios({
  396. url: '/goods/category/list',
  397. method: 'get',
  398. params: {}
  399. }).then(res => {
  400. this.tabList = res.data;
  401. this.classifyList = res.data.slice(0, 9);
  402. this.tabCurrent = res.data.length > 0 ? res.data[0].categoryId : 0;
  403. this.getRecomList();
  404. uni.stopPullDownRefresh();
  405. }).finally(res => {
  406. this.isLoaded_tab = true;
  407. })
  408. },
  409. // 去分类列表
  410. toClassifyLst(categoryId) {
  411. uni.setStorageSync('categoryId', categoryId);
  412. uni.switchTab({
  413. url:'/pages/goods/classify'
  414. })
  415. },
  416. // 获取轮播图列表
  417. getBannerList() {
  418. this.$axios({
  419. url: '/common/list/page',
  420. method: 'get',
  421. params: {
  422. pageNum: 1,
  423. pageSize: 10,
  424. state: true
  425. }
  426. }).then(res => {
  427. this.bannerList = res.data.records;
  428. }).finally(res => {
  429. this.isLoaded_banner = true;
  430. uni.stopPullDownRefresh();
  431. })
  432. },
  433. // 切换广告图
  434. changeBanner(e) {
  435. this.bannerCurrent = e.detail.current;
  436. },
  437. // 获取公告列表
  438. getNoticeList() {
  439. this.$axios({
  440. url: '/renovation/settle/list',
  441. method: 'get',
  442. params: {
  443. }
  444. }).then(res => {
  445. if(res.data) {
  446. res.data.forEach(item => {
  447. item.workUserName = item.workUserName.slice(0, 1) + '师傅';
  448. })
  449. this.noticeList = res.data;
  450. }
  451. })
  452. },
  453. // 获取可领优惠券列表
  454. getCouponList() {
  455. this.$axios({
  456. url: '/coupon/list/all',
  457. method: 'get',
  458. params: {
  459. userId: this.userId
  460. }
  461. }).then(res => {
  462. this.couponList = res.data;
  463. }).finally(res => {
  464. this.isLoaded_coupon = true;
  465. })
  466. },
  467. // 处理优惠券
  468. handleCoupon(item) {
  469. if(item.obtainType == 0) {
  470. return this.$toast('该优惠券不可领取');
  471. }else if(item.obtainType == 1) {
  472. this.$axios({
  473. url: '/coupon/obtain',
  474. method: 'get',
  475. params: {
  476. userId: this.userId,
  477. couponId: item.couponId
  478. }
  479. }).then(res => {
  480. this.$successToast('领取成功');
  481. this.getCouponList();
  482. })
  483. }else if(item.obtainType == 2) {
  484. uni.switchTab({
  485. url: '/pages/goods/classify'
  486. });
  487. }
  488. },
  489. // 去可领取优惠券
  490. toReceiveCoupon() {
  491. uni.navigateTo({
  492. url:'/pages/index/coupon'
  493. })
  494. },
  495. // 获取我的客户经理
  496. getMyManager() {
  497. this.$axios({
  498. url: '/user/parent',
  499. method: 'get',
  500. params: {
  501. userId: this.userId
  502. }
  503. }).then(res => {
  504. if(res.data) {
  505. this.myManagerDetail = res.data;
  506. }
  507. }).finally(res => {
  508. this.isLoaded_myManager = true;
  509. })
  510. },
  511. // 拨打电话
  512. callPhone(val) {
  513. uni.makePhoneCall({
  514. phoneNumber: val
  515. });
  516. },
  517. findElem(array, attr, val) {
  518. for (var i = 0; i < array.length; i++) {
  519. if (array[i][attr] == val) {
  520. return i; //返回当前索引值
  521. }
  522. }
  523. return -1;
  524. },
  525. // 计算倒计时
  526. countTime() {
  527. let endDatetime = this.endDatetime.replace(/\-/g, '/');
  528. // console.log(endDatetime)
  529. var nowtime = new Date(), //获取当前时间
  530. endtime = new Date(endDatetime); //定义结束时间
  531. var lefttime = endtime.getTime() - nowtime.getTime(), //距离结束时间的毫秒数
  532. hh = Math.floor(lefttime/(1000*60*60)), //计算小时数
  533. mm = Math.floor(lefttime/(1000*60)%60), //计算分钟数
  534. ss = Math.floor(lefttime/1000%60); //计算秒数
  535. // console.log(new Date(endDatetime))
  536. function checkTime(i){
  537. if (i<10) {
  538. i = "0"+i;
  539. }
  540. return i;
  541. }
  542. setTimeout(() => {
  543. this.countTime();
  544. }, 1000);
  545. this.countdownTime = checkTime(hh) + ":" + checkTime(mm) + ":" + checkTime(ss);
  546. // console.log(this.countdownTime)
  547. },
  548. // 获取秒杀时间列表
  549. getSeckillTimeList() {
  550. this.$axios({
  551. url: '/goods/sec/time',
  552. method: 'get',
  553. params: {}
  554. }).then(res => {
  555. if(res.data.length < 1) {return false;}
  556. this.seckillTimeList = res.data;
  557. this.seckillTimeCurrent = this.findElem(this.seckillTimeList, 'type', 'jxz');
  558. if(this.seckillTimeCurrent == -1) {
  559. this.seckillTimeCurrent = 0;
  560. this.getSeckillGoodsList();
  561. }else {
  562. this.endDatetime = this.seckillTimeList[this.seckillTimeCurrent].endDatetime;
  563. this.countTime();
  564. this.getSeckillGoodsList();
  565. }
  566. }).finally(res => {
  567. this.isLoaded_seckill = true;
  568. })
  569. },
  570. // 切换秒杀时间
  571. changeSeckillTime(index) {
  572. this.seckillTimeCurrent = index;
  573. this.getSeckillGoodsList();
  574. },
  575. // 获取秒杀商品列表
  576. getSeckillGoodsList(loadMore) {
  577. if(this.seckillGoodsNoMore && loadMore)return;
  578. if(!loadMore) {
  579. this.seckillGoodsNoMore = false;
  580. this.seckillGoodsPage = 1;
  581. }
  582. let secKillId = this.seckillTimeList[this.seckillTimeCurrent].secKillId;
  583. this.$axios({
  584. url: '/goods/sec/goods/list',
  585. method: 'get',
  586. params: {
  587. pageNum: this.seckillGoodsPage,
  588. pageSize: 5,
  589. secKillId: secKillId,
  590. }
  591. }).then(res => {
  592. let _list = res.data.records;
  593. let pageTotal = res.data.pages;
  594. if(this.seckillGoodsPage >= pageTotal){
  595. this.seckillGoodsNoMore = true;
  596. }
  597. if (_list.length) {
  598. this.seckillGoodsPage += 1;
  599. }
  600. if (loadMore) {
  601. this.seckillGoodsList = this.seckillGoodsList.concat(_list);
  602. } else {
  603. this.seckillGoodsList = _list;
  604. }
  605. })
  606. },
  607. // 加载更多秒杀商品
  608. loadMoreSeckillGoods() {
  609. this.getSeckillGoodsList(true);
  610. },
  611. // 进入秒杀商品详情
  612. toSeckillGoodsDetail(id) {
  613. if(!id) {
  614. return false;
  615. }
  616. if(this.seckillTimeList[this.seckillTimeCurrent].type == 'wks') {
  617. return this.$toast('活动未开始');
  618. }
  619. if(this.seckillTimeList[this.seckillTimeCurrent].type == 'yjs') {
  620. return this.$toast('活动已结束');
  621. }
  622. uni.navigateTo({
  623. url: '/packageGoods/pages/detail?id=' + id
  624. })
  625. },
  626. // 切换一级菜单
  627. changeTab(current) {
  628. this.tabCurrent = current;
  629. this.getRecomList();
  630. this.resize();
  631. },
  632. // 获取好物推荐商品列表
  633. getRecomList() {
  634. this.$axios({
  635. url: '/goods/list/level1',
  636. method: 'get',
  637. params: {
  638. pageNum: 1,
  639. pageSize: 6,
  640. categoryId: this.tabCurrent,
  641. },
  642. }).then(res => {
  643. res.data.records.forEach(item => {
  644. if(item.logo && item.logoStartTime) {
  645. item.isShowWater = this.$compareTime(item.logoStartTime, item.logoEndTime);
  646. }else {
  647. item.isShowWater = false;
  648. }
  649. })
  650. this.recomList = res.data.records;
  651. })
  652. },
  653. // 进入商品详情
  654. toGoodsDetail(id) {
  655. if(!id) {
  656. return false;
  657. }
  658. uni.navigateTo({
  659. url: '/packageGoods/pages/detail?id=' + id
  660. })
  661. },
  662. // 跳转小程序
  663. toMiniProgram(appId, path) {
  664. wx.navigateToMiniProgram({
  665. appId,
  666. path,
  667. extraData: {},
  668. envVersion: 'release',
  669. success(res) {}
  670. });
  671. },
  672. // 进入活动列表
  673. toActivityList(type) {
  674. uni.navigateTo({
  675. url: '/packageGoods/pages/activity?type=' + type
  676. })
  677. },
  678. setScrollLeft() {
  679. // 当前活动tab的布局信息,有tab菜单的width和left(为元素左边界到父元素左边界的距离)等信息
  680. const index = this.findElem(this.tabList, 'categoryId', this.tabCurrent);
  681. const tabRect = this.tabList[index]
  682. // 累加得到当前item到左边的距离
  683. const offsetLeft = this.tabList
  684. .slice(0, index)
  685. .reduce((total, curr) => {
  686. return total + curr.rect.width
  687. }, 0)
  688. // 此处为屏幕宽度
  689. const res = uni.getSystemInfoSync();
  690. const windowWidth = res.windowWidth;
  691. // 将活动的tabs-item移动到屏幕正中间,实际上是对scroll-view的移动
  692. let scrollLeft = offsetLeft - (this.tabsRect.width - tabRect.rect.width) / 2 - (windowWidth - this.tabsRect.right) / 2 + this.tabsRect.left / 2
  693. // 这里做一个限制,限制scrollLeft的最大值为整个scroll-view宽度减去tabs组件的宽度
  694. scrollLeft = Math.min(scrollLeft, this.scrollViewWidth - this.tabsRect.width)
  695. this.scrollLeft = Math.max(0, scrollLeft)
  696. },
  697. // 获取所有标签的尺寸
  698. resize() {
  699. // 如果不存在list,则不处理
  700. if(this.tabList.length === 0) {
  701. return
  702. }
  703. Promise.all([this.getTabsRect(), this.getAllItemRect()]).then(([tabsRect, itemRect = []]) => {
  704. this.tabsRect = tabsRect
  705. this.scrollViewWidth = 0
  706. itemRect.map((item, index) => {
  707. // 计算scroll-view的宽度,这里
  708. this.scrollViewWidth += item.width
  709. // 另外计算每一个item的中心点X轴坐标
  710. this.tabList[index].rect = item
  711. })
  712. // 获取了tabs的尺寸之后,设置滑块的位置
  713. this.setScrollLeft()
  714. })
  715. },
  716. // 获取导航菜单的尺寸
  717. getTabsRect() {
  718. return new Promise(resolve => {
  719. this.queryRect('tabs-view').then(size => resolve(size))
  720. })
  721. },
  722. // 获取所有标签的尺寸
  723. getAllItemRect() {
  724. return new Promise(resolve => {
  725. const promiseAllArr = this.tabList.map((item, index) => this.queryRect(
  726. `tabs-item-${index}`, true))
  727. Promise.all(promiseAllArr).then(sizes => resolve(sizes))
  728. })
  729. },
  730. // 获取各个标签的尺寸
  731. queryRect(el, item) {
  732. const query = uni.createSelectorQuery().in(this);
  733. return new Promise(resolve => {
  734. query.select(`.${el}`).boundingClientRect(data => {
  735. resolve(data)
  736. }).exec();
  737. })
  738. },
  739. }
  740. }
  741. </script>
  742. <style lang="scss" scoped>
  743. .top-container {
  744. position: relative;
  745. .bg {
  746. display: block;
  747. width: 750rpx;
  748. position: absolute;
  749. top: 0;
  750. z-index: 0;
  751. }
  752. .content {
  753. width: 710rpx;
  754. padding: 0 20rpx;
  755. position: relative;
  756. z-index: 1;
  757. }
  758. .title {
  759. display: flex;
  760. align-items: center;
  761. justify-content: center;
  762. color: #FFFFFF;
  763. font-size: 36rpx;
  764. }
  765. .search {
  766. background: #FFFFFF;
  767. height: 64rpx;
  768. display: flex;
  769. align-items: center;
  770. border-radius: 64rpx;
  771. padding: 0 20rpx;
  772. margin-top: 20rpx;
  773. image {
  774. width: 28rpx;
  775. height: 28rpx;
  776. }
  777. input {
  778. width: 100%;
  779. padding-left: 15rpx;
  780. }
  781. }
  782. }
  783. .classify-container {
  784. margin-top: 40rpx;
  785. position: relative;
  786. z-index: 1;
  787. padding: 0 20rpx;
  788. .content {
  789. border-radius: 20rpx;
  790. padding-top: 30rpx;
  791. display: flex;
  792. flex-wrap: wrap;
  793. background: #FFFFFF;
  794. .item {
  795. display: flex;
  796. flex-direction: column;
  797. align-items: center;
  798. width: 142rpx;
  799. margin-bottom: 30rpx;
  800. image {
  801. width: 78rpx;
  802. height: 78rpx;
  803. display: block;
  804. border-radius: 50%;
  805. overflow: hidden;
  806. }
  807. text {
  808. font-size: 24rpx;
  809. color: #666666;
  810. margin-top: 10rpx;
  811. width: 150rpx;
  812. text-align: center;
  813. }
  814. }
  815. }
  816. }
  817. .swiper-container {
  818. position: relative;
  819. margin-top: 20rpx;
  820. swiper {
  821. height: 350rpx;
  822. }
  823. image {
  824. height: 350rpx;
  825. width: 710rpx;
  826. display: block;
  827. margin: 0 auto 0;
  828. border-radius: 15rpx;
  829. overflow: hidden;
  830. }
  831. .dots-conatiner {
  832. position: absolute;
  833. width: 100%;
  834. bottom: 40rpx;
  835. display: flex;
  836. align-items: center;
  837. justify-content: center;
  838. .con {
  839. border-radius: 4rpx;
  840. overflow: hidden;
  841. height: 4rpx;
  842. background-color: rgba($color: #FFFFFF, $alpha: 0.3);
  843. }
  844. .dot {
  845. width: 20rpx;
  846. height: 4rpx;
  847. background-color: #FFFFFF;
  848. transition: all .3s;
  849. }
  850. }
  851. }
  852. .notice-container {
  853. padding: 0 20rpx;
  854. margin-top: 20rpx;
  855. .content {
  856. display: flex;
  857. align-items: center;
  858. height: 100rpx;
  859. background: #FFFFFF;
  860. border-radius: 20rpx;
  861. }
  862. .left{
  863. display: flex;
  864. align-items: center;
  865. justify-content: center;
  866. width: 96rpx;
  867. height: 48rpx;
  868. margin-right: 20rpx;
  869. border-right: 2rpx solid #E5E5E5;
  870. image {
  871. width: 60rpx;
  872. height: 30rpx;
  873. display: block;
  874. }
  875. }
  876. .swiper{
  877. height: 100rpx;
  878. flex: 1;
  879. padding-right: 20rpx;
  880. ::v-deep swiper-item {
  881. display: block;
  882. height: 100rpx;
  883. width: 100%;
  884. line-height: 100rpx;
  885. }
  886. }
  887. }
  888. .coupon-container {
  889. position: relative;
  890. margin-top: 20rpx;
  891. padding: 0 20rpx;
  892. .bg {
  893. display: block;
  894. width: 100%;
  895. }
  896. .list {
  897. position: absolute;
  898. top: 80rpx;
  899. z-index: 1;
  900. }
  901. .list1 {
  902. .item {
  903. position: relative;
  904. margin-bottom: 20rpx;
  905. margin-left: 16rpx;
  906. .cp {
  907. width: 688rpx;
  908. height: 178rpx;
  909. display: block;
  910. }
  911. .content {
  912. position: absolute;
  913. left: 0;
  914. top: 0;
  915. width: 710rpx;
  916. height: 160rpx;
  917. display: flex;
  918. align-items: center;
  919. .left {
  920. width: 210rpx;
  921. display: flex;
  922. align-items: center;
  923. justify-content: center;
  924. flex-direction: column;
  925. .price {
  926. font-size: 48rpx;
  927. color: #FFFFFF;
  928. }
  929. .text {
  930. color: #FFFFFF;
  931. font-size: 28rpx;
  932. }
  933. }
  934. .right {
  935. display: flex;
  936. align-items: center;
  937. justify-content: space-between;
  938. padding: 0 20rpx;
  939. width: 470rpx;
  940. height: 150rpx;
  941. box-sizing: border-box;
  942. .main {
  943. width: 430rpx;
  944. height: 150rpx;
  945. padding: 16rpx 0 8rpx;
  946. box-sizing: border-box;
  947. display: flex;
  948. flex-direction: column;
  949. justify-content: space-between;
  950. .row1 {
  951. font-size: 28rpx;
  952. line-height: 32rpx;
  953. height: 64rpx;
  954. }
  955. .row2 {
  956. font-size: 24rpx;
  957. line-height: 28rpx;
  958. color: #999999;
  959. display: flex;
  960. justify-content: space-between;
  961. align-items: center;
  962. }
  963. }
  964. }
  965. }
  966. }
  967. }
  968. .list2 {
  969. display: flex;
  970. .item {
  971. position: relative;
  972. margin-bottom: 20rpx;
  973. &:first-child {
  974. margin-left: 16rpx;
  975. }
  976. .cp {
  977. width: 342rpx;
  978. height: 308rpx;
  979. display: block;
  980. }
  981. .content {
  982. position: absolute;
  983. left: 0;
  984. top: 0;
  985. width: 342rpx;
  986. height: 328rpx;
  987. display: flex;
  988. flex-direction: column;
  989. align-items: center;
  990. .top {
  991. width: 324rpx;
  992. height: 130rpx;
  993. display: flex;
  994. align-items: center;
  995. justify-content: center;
  996. flex-direction: column;
  997. .price {
  998. font-size: 48rpx;
  999. color: #FFFFFF;
  1000. line-height: 48rpx;
  1001. margin-top: 16rpx;
  1002. }
  1003. .text {
  1004. color: #FFFFFF;
  1005. font-size: 28rpx;
  1006. line-height: 28rpx;
  1007. margin-top: 10rpx;
  1008. }
  1009. }
  1010. .bottom {
  1011. width: 324rpx;
  1012. height: 160rpx;
  1013. padding: 16rpx;
  1014. box-sizing: border-box;
  1015. display: flex;
  1016. flex-direction: column;
  1017. justify-content: space-between;
  1018. align-items: center;
  1019. .name {
  1020. font-size: 28rpx;
  1021. text-align: left;
  1022. line-height: 32rpx;
  1023. width: 100%;
  1024. }
  1025. .date {
  1026. font-size: 24rpx;
  1027. color: #999999;
  1028. text-align: left;
  1029. width: 100%;
  1030. line-height: 28rpx;
  1031. }
  1032. }
  1033. }
  1034. }
  1035. }
  1036. .list3 {
  1037. display: flex;
  1038. align-items: center;
  1039. .left {
  1040. display: flex;
  1041. width: 630rpx;
  1042. overflow-x: scroll;
  1043. }
  1044. .right {
  1045. width: 80rpx;
  1046. display: flex;
  1047. justify-content: center;
  1048. .text {
  1049. width: 48rpx;
  1050. height: 200rpx;
  1051. border-radius: 48rpx;
  1052. background: #FFFFFF;
  1053. display: flex;
  1054. flex-direction: column;
  1055. align-items: center;
  1056. justify-content: center;
  1057. text {
  1058. font-size: 28rpx;
  1059. color: #FF3F42;
  1060. line-height: 32rpx;
  1061. }
  1062. image {
  1063. width: 32rpx;
  1064. height: 32rpx;
  1065. display: block;
  1066. flex-shrink: 0;
  1067. margin-top: 10rpx;
  1068. }
  1069. }
  1070. }
  1071. .item {
  1072. position: relative;
  1073. margin-bottom: 20rpx;
  1074. &:first-child {
  1075. margin-left: 16rpx;
  1076. }
  1077. .cp {
  1078. width: 278rpx;
  1079. height: 308rpx;
  1080. display: block;
  1081. }
  1082. .content {
  1083. position: absolute;
  1084. left: 0;
  1085. top: 0;
  1086. width: 278rpx;
  1087. height: 328rpx;
  1088. display: flex;
  1089. flex-direction: column;
  1090. align-items: center;
  1091. .top {
  1092. width: 260rpx;
  1093. height: 130rpx;
  1094. display: flex;
  1095. align-items: center;
  1096. justify-content: center;
  1097. flex-direction: column;
  1098. .price {
  1099. font-size: 48rpx;
  1100. color: #FFFFFF;
  1101. line-height: 48rpx;
  1102. margin-top: 16rpx;
  1103. }
  1104. .text {
  1105. color: #FFFFFF;
  1106. font-size: 28rpx;
  1107. line-height: 28rpx;
  1108. margin-top: 10rpx;
  1109. }
  1110. }
  1111. .bottom {
  1112. width: 260rpx;
  1113. height: 160rpx;
  1114. padding: 16rpx;
  1115. box-sizing: border-box;
  1116. display: flex;
  1117. flex-direction: column;
  1118. justify-content: space-between;
  1119. align-items: center;
  1120. .name {
  1121. font-size: 28rpx;
  1122. text-align: left;
  1123. line-height: 32rpx;
  1124. width: 100%;
  1125. }
  1126. .date {
  1127. font-size: 24rpx;
  1128. color: #999999;
  1129. text-align: left;
  1130. width: 100%;
  1131. line-height: 28rpx;
  1132. }
  1133. }
  1134. }
  1135. }
  1136. }
  1137. .button {
  1138. width: 120rpx;
  1139. height: 40rpx;
  1140. border-radius: 40rpx;
  1141. font-size: 24rpx;
  1142. flex-shrink: 0;
  1143. box-sizing: border-box;
  1144. display: flex;
  1145. justify-content: center;
  1146. align-items: center;
  1147. &.gary {
  1148. background: #AAAAAA;
  1149. color: #FFFFFF;
  1150. border: 1px solid #AAAAAA;
  1151. }
  1152. &.red {
  1153. background: #C434FF;
  1154. color: #FFFFFF;
  1155. border: 1px solid #C434FF;
  1156. }
  1157. &.white {
  1158. color: #FF3F42;
  1159. border: 1px solid #FF3F42;
  1160. }
  1161. }
  1162. }
  1163. .myManager-container {
  1164. padding: 0 20rpx;
  1165. .content {
  1166. display: flex;
  1167. justify-content: space-between;
  1168. align-items: center;
  1169. background: #FFFFFF;
  1170. border-radius: 20rpx;
  1171. padding: 20rpx;
  1172. .left {
  1173. display: flex;
  1174. align-items: center;
  1175. image {
  1176. width: 100rpx;
  1177. height: 100rpx;
  1178. border-radius: 50%;
  1179. }
  1180. .main {
  1181. font-size: 28rpx;
  1182. line-height: 48rpx;
  1183. margin-left: 20rpx;
  1184. }
  1185. }
  1186. .right {
  1187. width: 160rpx;
  1188. height: 60rpx;
  1189. line-height: 60rpx;
  1190. border-radius: 60rpx;
  1191. text-align: center;
  1192. font-size: 28rpx;
  1193. color: #E43B38;
  1194. border: 1px solid #E43B38;
  1195. }
  1196. }
  1197. }
  1198. .seckill-container {
  1199. position: relative;
  1200. margin-top: 20rpx;
  1201. min-height: 340rpx;
  1202. .bg {
  1203. display: block;
  1204. width: 750rpx;
  1205. position: absolute;
  1206. top: 0;
  1207. z-index: 0;
  1208. }
  1209. .content {
  1210. width: 710rpx;
  1211. padding: 0 20rpx;
  1212. position: relative;
  1213. z-index: 1;
  1214. }
  1215. .time-list {
  1216. display: flex;
  1217. overflow-x: scroll;
  1218. padding-top: 90rpx;
  1219. padding-bottom: 40rpx;
  1220. .item {
  1221. display: flex;
  1222. flex-direction: column;
  1223. align-items: center;
  1224. flex-shrink: 0;
  1225. width: 140rpx;
  1226. margin-right: 48rpx;
  1227. .time {
  1228. font-size: 32rpx;
  1229. color: #FFFFFF;
  1230. }
  1231. .tag {
  1232. width: 140rpx;
  1233. height: 44rpx;
  1234. border-radius: 44rpx;
  1235. border: 1px solid #FFFFFF;
  1236. font-size: 24rpx;
  1237. color: #FFFFFF;
  1238. box-sizing: border-box;
  1239. margin-top: 12rpx;
  1240. display: flex;
  1241. align-items: center;
  1242. justify-content: center;
  1243. }
  1244. &.current {
  1245. .tag {
  1246. background: #FFFFFF;
  1247. color: #FF3F42;
  1248. }
  1249. }
  1250. }
  1251. }
  1252. .product-list {
  1253. .item {
  1254. background: #FFFFFF;
  1255. border-radius: 10rpx;
  1256. display: flex;
  1257. padding: 20rpx;
  1258. margin-bottom: 20rpx;
  1259. image {
  1260. display: block;
  1261. width: 180rpx;
  1262. height: 180rpx;
  1263. flex-shrink: 0;
  1264. }
  1265. .right {
  1266. width: 490rpx;
  1267. box-sizing: border-box;
  1268. padding-left: 20rpx;
  1269. .title {
  1270. font-size: 30rpx;
  1271. color: #333333;
  1272. line-height: 36rpx;
  1273. font-weight: 600;
  1274. }
  1275. .des {
  1276. font-size: 24rpx;
  1277. line-height: 30rpx;
  1278. color: #999999;
  1279. margin-top: 6rpx;
  1280. }
  1281. .stock-sales {
  1282. display: flex;
  1283. justify-content: space-between;
  1284. align-items: center;
  1285. margin-top: 10rpx;
  1286. font-size: 24rpx;
  1287. color: #666666;
  1288. .stock {
  1289. display: flex;
  1290. align-items: center;
  1291. text {
  1292. font-size: 24rpx;
  1293. color: #666666;
  1294. }
  1295. .progress-box {
  1296. width: 140rpx;
  1297. border-radius: 6px;
  1298. overflow: hidden;
  1299. margin-left: 10rpx;
  1300. }
  1301. }
  1302. }
  1303. .bottom {
  1304. display: flex;
  1305. justify-content: space-between;
  1306. align-items: center;
  1307. margin-top: 10rpx;
  1308. .price {
  1309. display: flex;
  1310. flex-direction: column;
  1311. }
  1312. .price-1 {
  1313. font-size: 32rpx;
  1314. color: #FF3F42;
  1315. line-height: 36rpx;
  1316. }
  1317. .price-2 {
  1318. font-size: 26rpx;
  1319. color: #666666;
  1320. line-height: 30rpx;
  1321. text-decoration: line-through;
  1322. }
  1323. .btn {
  1324. width: 110rpx;
  1325. height: 44rpx;
  1326. background: #FF3F42;
  1327. border-radius: 5rpx;
  1328. font-size: 28rpx;
  1329. color: #FFFFFF;
  1330. text-align: center;
  1331. line-height: 44rpx;
  1332. }
  1333. .btn2 {
  1334. width: 110rpx;
  1335. height: 44rpx;
  1336. background: #AAAAAA;
  1337. border-radius: 5rpx;
  1338. font-size: 28rpx;
  1339. color: #FFFFFF;
  1340. text-align: center;
  1341. line-height: 44rpx;
  1342. }
  1343. }
  1344. }
  1345. }
  1346. }
  1347. .loadmore {
  1348. background: #FFFFFF;
  1349. border-radius: 10rpx;
  1350. display: flex;
  1351. justify-content: center;
  1352. align-items: center;
  1353. height: 88rpx;
  1354. }
  1355. }
  1356. .recom-container {
  1357. margin-top: 30rpx;
  1358. .top {
  1359. background: #FFFFFF;
  1360. padding: 30rpx 0 0;
  1361. .title {
  1362. display: flex;
  1363. align-items: center;
  1364. justify-content: center;
  1365. margin-bottom: 10rpx;
  1366. image {
  1367. width: 300rpx;
  1368. height: 40rpx;
  1369. display: block;
  1370. }
  1371. }
  1372. .tab {
  1373. display: flex;
  1374. margin-left: -10rpx;
  1375. .item {
  1376. display: flex;
  1377. flex-direction: column;
  1378. align-items: center;
  1379. flex-shrink: 0;
  1380. font-size: 28rpx;
  1381. color: #666666;
  1382. height: 80rpx;
  1383. line-height: 80rpx;
  1384. position: relative;
  1385. padding: 0 30rpx;
  1386. &.current {
  1387. color: #FF3F42;
  1388. font-weight: 600;
  1389. &::after {
  1390. content: '';
  1391. display: block;
  1392. width: 50rpx;
  1393. height: 6rpx;
  1394. background: #FF3F42;
  1395. position: absolute;
  1396. bottom: 0;
  1397. left: 50%;
  1398. margin-left: -25rpx;
  1399. }
  1400. }
  1401. }
  1402. }
  1403. }
  1404. .list {
  1405. display: flex;
  1406. flex-wrap: wrap;
  1407. padding: 20rpx;
  1408. .item {
  1409. width: 348rpx;
  1410. background: #FFFFFF;
  1411. margin-right: 14rpx;
  1412. margin-bottom: 20rpx;
  1413. border-radius: 20rpx;
  1414. overflow: hidden;
  1415. &:nth-child(2n) {
  1416. margin-right: 0;
  1417. }
  1418. .image {
  1419. width: 348rpx;
  1420. height: 348rpx;
  1421. flex-shrink: 0;
  1422. position: relative;
  1423. .img {
  1424. width: 348rpx;
  1425. height: 348rpx;
  1426. display: block;
  1427. }
  1428. .water {
  1429. width: 348rpx;
  1430. height: 348rpx;
  1431. display: block;
  1432. position: absolute;
  1433. left: 0;
  1434. top: 0;
  1435. z-index: 1;
  1436. }
  1437. }
  1438. .content {
  1439. padding: 15rpx 20rpx;
  1440. .title {
  1441. font-size: 30rpx;
  1442. color: #333333;
  1443. line-height: 36rpx;
  1444. font-weight: 600;
  1445. height: 72rpx;
  1446. }
  1447. .bottom {
  1448. display: flex;
  1449. justify-content: space-between;
  1450. align-items: center;
  1451. margin-top: 10rpx;
  1452. .price {
  1453. display: flex;
  1454. flex-direction: column;
  1455. }
  1456. .price-1 {
  1457. font-size: 32rpx;
  1458. color: #FF3F42;
  1459. line-height: 36rpx;
  1460. }
  1461. .price-2 {
  1462. font-size: 26rpx;
  1463. color: #666666;
  1464. line-height: 30rpx;
  1465. text-decoration: line-through;
  1466. }
  1467. .btn {
  1468. width: 60rpx;
  1469. height: 60rpx;
  1470. background: #FE781F;
  1471. border-radius: 50%;
  1472. display: flex;
  1473. align-items: center;
  1474. justify-content: center;
  1475. image {
  1476. width: 41rpx;
  1477. height: 36rpx;
  1478. display: block;
  1479. }
  1480. }
  1481. }
  1482. }
  1483. }
  1484. }
  1485. }
  1486. </style>
  1487. <style>
  1488. ::-webkit-scrollbar {
  1489. display: none;
  1490. width: 0 !important;
  1491. height: 0 !important;
  1492. -webkit-appearance: none;
  1493. background: transparent;
  1494. color: transparent;
  1495. }
  1496. </style>