home-page-b.vue 43 KB

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