promotional-picks.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. <!-- 促销精选 -->
  2. <template>
  3. <view class="wrap">
  4. <HeaderViewBar ref='HeaderViewBar' title='促销精选' :opacity="scrollTop / 20" backgroundColor='#6A4FDB'
  5. style="position: fixed; top: 0; z-index: 999999999;">
  6. <view class="header-btn-box" :style="{width: headerContainerWidth + 'px'}">
  7. <button class="gua-btn">
  8. <image src="../../../static/share-icon.png" mode=""></image>
  9. </button>
  10. </view>
  11. </HeaderViewBar>
  12. <view class="swiper-box">
  13. <swiper class="swiper" :circular="true" autoplay="true" interval="4000" duration="500">
  14. <swiper-item v-for="(item,index) in swiperList" :key="index">
  15. <view class="swiper-item">
  16. <image :src="item" class="banner-img" mode="aspectFill" />
  17. </view>
  18. </swiper-item>
  19. </swiper>
  20. </view>
  21. <view class="module">
  22. <view class="nav-list">
  23. <view :class="{ 'selected' : isActive === index }" class="child" v-for="(item,index) in navList"
  24. :key="index" @click="checked(index)">
  25. {{item.title}}
  26. </view>
  27. </view>
  28. <scroll-view scroll-x="true" class="tabList">
  29. <view v-for="(item, index) in rechargeList" :key="index"
  30. :class="'type ' + [id == index ? 'active' : '']" @click="selectItem(index)">
  31. {{item.title}}
  32. </view>
  33. </scroll-view>
  34. <view class="bottom">
  35. <view class="bottom-label">
  36. <text class="bottom-label-text">距开抢</text>
  37. <u-count-down :time="30 * 60 * 60 * 1000" format="HH:mm:ss" autoStart millisecond
  38. @change="onChange">
  39. <view class="time">
  40. <view class="time__custom">
  41. <text
  42. class="time__custom__item">{{ timeData.hours>10?timeData.hours:'0'+timeData.hours}}</text>
  43. </view>
  44. <text class="time__doc">:</text>
  45. <view class="time__custom">
  46. <text class="time__custom__item">{{ timeData.minutes }}</text>
  47. </view>
  48. <text class="time__doc">:</text>
  49. <view class="time__custom">
  50. <text class="time__custom__item">{{ timeData.seconds }}</text>
  51. </view>
  52. </view>
  53. </u-count-down>
  54. </view>
  55. <view class="spike-list">
  56. <view class="spike-item">
  57. <image src="../../../static/img-4.png" class="spike-img" mode="aspectFill"></image>
  58. <view class="spike-sidebar">
  59. <view class="spike-product-name">李子柒推荐藕粉桂花坚果早餐懒人冲饮</view>
  60. <view class="spike-tag-row">
  61. <view class="spike-tag">
  62. 直降33元
  63. </view>
  64. <text class="snap-up-num">120人抢购</text>
  65. </view>
  66. <view class="spike-bottom">
  67. <button type="default" class="btn-1">
  68. <image src="../../../static/bg-13.png" class="btn-1bg" mode=""></image>
  69. <view class="btn-1container">
  70. 秒杀价¥<text>28.00</text>
  71. </view>
  72. </button>
  73. <button type="default" class="btn-2">
  74. <image src="../../../static/bg-14.png" class="btn-2bg" mode=""></image>
  75. <view class="btn-2container">
  76. 立即购买
  77. </view>
  78. </button>
  79. </view>
  80. </view>
  81. </view>
  82. <view class="spike-item">
  83. <image src="../../../static/img-4.png" class="spike-img" mode="aspectFill"></image>
  84. <view class="spike-sidebar">
  85. <view class="spike-product-name">李子柒推荐藕粉桂花坚果早餐懒人冲饮</view>
  86. <view class="spike-tag-row">
  87. <view class="spike-tag">
  88. 直降33元
  89. </view>
  90. <text class="snap-up-num">120人抢购</text>
  91. </view>
  92. <view class="spike-bottom">
  93. <button type="default" class="btn-1">
  94. <image src="../../../static/bg-13.png" class="btn-1bg" mode=""></image>
  95. <view class="btn-1container">
  96. 秒杀价¥<text>28.00</text>
  97. </view>
  98. </button>
  99. <button type="default" class="btn-2">
  100. <image src="../../../static/bg-14.png" class="btn-2bg" mode=""></image>
  101. <view class="btn-2container">
  102. 立即购买
  103. </view>
  104. </button>
  105. </view>
  106. </view>
  107. </view>
  108. </view>
  109. <view class="module-label">
  110. 特卖
  111. </view>
  112. <view class="sale-list">
  113. <view class="sale-item">
  114. <view class="img-box">
  115. <image src="../../../static/img-1.png" class="sale-img" mode="aspectFill"></image>
  116. <view class="tag-box">
  117. 特卖¥<text class="big">394.00</text>
  118. <text class="small">4.8折</text>
  119. </view>
  120. </view>
  121. <view class="sale-bottom">
  122. <view class="sale-product-name">
  123. 精品小童茸,云南香格里拉松茸,肉质紧实细腻…
  124. </view>
  125. <view class="sale-price-row">
  126. <text class="sale-price">
  127. ¥<text>394.00</text>
  128. </text>
  129. <text class="del-price">¥34.00</text>
  130. </view>
  131. </view>
  132. </view>
  133. <view class="sale-item">
  134. <view class="img-box">
  135. <image src="../../../static/img-2.png" class="sale-img" mode="aspectFill"></image>
  136. <view class="tag-box">
  137. 特卖¥<text class="big">394.00</text>
  138. <text class="small">4.8折</text>
  139. </view>
  140. </view>
  141. <view class="sale-bottom">
  142. <view class="sale-product-name">
  143. 精品小童茸,云南香格里拉松茸,肉质紧实细腻…
  144. </view>
  145. <view class="sale-price-row">
  146. <text class="sale-price">
  147. ¥<text>394.00</text>
  148. </text>
  149. <text class="del-price">¥34.00</text>
  150. </view>
  151. </view>
  152. </view>
  153. <view class="sale-item">
  154. <view class="img-box">
  155. <image src="../../../static/img-1.png" class="sale-img" mode="aspectFill"></image>
  156. <view class="tag-box">
  157. 特卖¥<text class="big">394.00</text>
  158. <text class="small">4.8折</text>
  159. </view>
  160. </view>
  161. <view class="sale-bottom">
  162. <view class="sale-product-name">
  163. 精品小童茸,云南香格里拉松茸,肉质紧实细腻…
  164. </view>
  165. <view class="sale-price-row">
  166. <text class="sale-price">
  167. ¥<text>394.00</text>
  168. </text>
  169. <text class="del-price">¥34.00</text>
  170. </view>
  171. </view>
  172. </view>
  173. <view class="sale-item">
  174. <view class="img-box">
  175. <image src="../../../static/img-1.png" class="sale-img" mode="aspectFill"></image>
  176. <view class="tag-box">
  177. 特卖¥<text class="big">394.00</text>
  178. <text class="small">4.8折</text>
  179. </view>
  180. </view>
  181. <view class="sale-bottom">
  182. <view class="sale-product-name">
  183. 精品小童茸,云南香格里拉松茸,肉质紧实细腻…
  184. </view>
  185. <view class="sale-price-row">
  186. <text class="sale-price">
  187. ¥<text>394.00</text>
  188. </text>
  189. <text class="del-price">¥34.00</text>
  190. </view>
  191. </view>
  192. </view>
  193. </view>
  194. <view class="module-label">
  195. 拼团
  196. </view>
  197. <view class="group-list">
  198. <view class="group-item">
  199. <image src="../../../static/bg-10.png" class="group-img" mode="aspectFill"></image>
  200. <view class="group-sidebar">
  201. <view class="group-product-name">李子柒推荐藕粉桂花坚果早餐懒人冲饮</view>
  202. <view class="group-row">
  203. <text class="group-num">
  204. 拼团数<text>20</text>
  205. </text>
  206. <text class="form-group-num">已有10人成团</text>
  207. </view>
  208. <view class="group-bottom">
  209. <view class="group-price">
  210. ¥<text>28.00</text>
  211. </view>
  212. <button type="default" class="group-btn">去拼团</button>
  213. </view>
  214. </view>
  215. </view>
  216. <view class="group-item">
  217. <image src="../../../static/bg-10.png" class="group-img" mode="aspectFill"></image>
  218. <view class="group-sidebar">
  219. <view class="group-product-name">李子柒推荐藕粉桂花坚果早餐懒人冲饮</view>
  220. <view class="group-row">
  221. <text class="group-num">
  222. 拼团数<text>20</text>
  223. </text>
  224. <text class="form-group-num">已有10人成团</text>
  225. </view>
  226. <view class="group-bottom">
  227. <view class="group-price">
  228. ¥<text>28.00</text>
  229. </view>
  230. <button type="default" class="group-btn">去拼团</button>
  231. </view>
  232. </view>
  233. </view>
  234. <view class="group-item">
  235. <image src="../../../static/bg-10.png" class="group-img" mode="aspectFill"></image>
  236. <view class="group-sidebar">
  237. <view class="group-product-name">李子柒推荐藕粉桂花坚果早餐懒人冲饮</view>
  238. <view class="group-row">
  239. <text class="group-num">
  240. 拼团数<text>20</text>
  241. </text>
  242. <text class="form-group-num">已有10人成团</text>
  243. </view>
  244. <view class="group-bottom">
  245. <view class="group-price">
  246. ¥<text>28.00</text>
  247. </view>
  248. <button type="default" class="group-btn">去拼团</button>
  249. </view>
  250. </view>
  251. </view>
  252. </view>
  253. </view>
  254. </view>
  255. </view>
  256. </template>
  257. <script>
  258. import HeaderViewBar from '../../../components/header-view-bar/header-view-bar.vue';
  259. export default {
  260. components: {
  261. HeaderViewBar,
  262. },
  263. data() {
  264. return {
  265. headerHeight: 0,
  266. headerContainerWidth: '100%',
  267. scrollTop: 0,
  268. //轮播
  269. swiperList: [
  270. '../../../static/bg-15.png',
  271. '../../../static/bg-15.png',
  272. '../../../static/bg-15.png'
  273. ],
  274. //选项卡
  275. isActive: 0,
  276. navList: [{
  277. title: '限时秒杀',
  278. }, {
  279. title: "特卖",
  280. }, {
  281. title: "拼团砍价",
  282. }],
  283. //选项卡2
  284. rechargeList: [{
  285. title: '09:00开抢中'
  286. },
  287. {
  288. title: '10:00开抢'
  289. },
  290. {
  291. title: '11:00开抢'
  292. }
  293. ],
  294. id: 0, //单选 初始化第一个高亮
  295. //倒计时
  296. timeData: {},
  297. }
  298. },
  299. onShow() {
  300. setTimeout(() => {
  301. const {
  302. headerHeight,
  303. headerContainerWidth
  304. } = this.$refs['HeaderViewBar'].getHeaderStyle();
  305. this.headerHeight = headerHeight;
  306. this.headerContainerWidth = headerContainerWidth;
  307. }, 20);
  308. },
  309. methods: {
  310. //选项卡
  311. checked(index) {
  312. this.isActive = index
  313. },
  314. //单选-选项卡
  315. selectItem(index) {
  316. this.id = index;
  317. },
  318. //倒计时
  319. onChange(e) {
  320. this.timeData = e
  321. },
  322. },
  323. onPageScroll(e) {
  324. this.scrollTop = e.scrollTop;
  325. }
  326. }
  327. </script>
  328. <style scoped lang="scss">
  329. @import "./promotional-picks.css";
  330. .time {
  331. @include flex;
  332. align-items: center;
  333. &__custom {
  334. margin-top: 4px;
  335. width: 27px;
  336. height: 20px;
  337. background-color: #F2501A !important;
  338. border-radius: 4px;
  339. /* #ifndef APP-NVUE */
  340. display: flex;
  341. /* #endif */
  342. justify-content: center;
  343. align-items: center;
  344. &__item {
  345. color: #fff !important;
  346. font-size: 34rpx !important;
  347. text-align: center;
  348. font-weight: bold;
  349. margin: 0 !important;
  350. }
  351. }
  352. &__doc {
  353. color: #A8A7AC !important;
  354. padding: 0 3rpx !important;
  355. font-size: 36rpx !important;
  356. margin: 0 !important;
  357. }
  358. }
  359. </style>