discount.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. <template>
  2. <view class="spikeListBox">
  3. <global-loading />
  4. <view class="discountBg">
  5. <!-- <view class="discountInfoBox"> -->
  6. <!-- <view class="discountInfo">全场1折</view> -->
  7. <!-- </view> -->
  8. </view>
  9. <view v-if="shopShowType == false" class="countdown">
  10. <label v-if="discountDataList.state">距活动结束剩余</label>
  11. <label v-else>即将开始</label>
  12. <view class="endDate"><span>{{ hou }}</span><i>:</i><span>{{ min }}</span><i>:</i><span>{{ sec }}</span></view>
  13. </view>
  14. <!-- <view class="filterBox" v-else> -->
  15. <!-- <view class="item" :class="selectIndex == 0 ? 'selected' : ''" @click="synthesize"><span>综合</span></view> -->
  16. <!-- <view class="item" :class="selectIndex == 1 ? 'selected' : ''" @click="sales"><span>销量</span></view> -->
  17. <!-- <view class="item" :class="selectIndex == 2 ? 'selected' : ''" @click="priceClick"><span>价格</span></view> -->
  18. <!-- </view> -->
  19. <view class="shop-list-nav">
  20. <view class="nav-item-sort" @click="sortTap(1)">
  21. <text class="nav-title" :class="{ 'active': sortIndex == 1 }">综合</text>
  22. </view>
  23. <view class="nav-item-sort" @click="sortTap(2)">
  24. <text class="nav-title" :class="{ 'active': sortIndex == 2 }">价格</text>
  25. <view class="r">
  26. <view class="arrowUp" :class="{ activeUp: type == 1 }"></view>
  27. <view class="arrowDown" :class="{ activeDown: type == 2 }"></view>
  28. <!-- <image src="../../static/images/origin/arrowSortUp.png" v-if="type == 1" class="arrow-img padd-t"></image> -->
  29. <!-- <image src="../../static/images/origin/arrowSortDown.png" v-if="type == 2" class="arrow-img padd-b"></image> -->
  30. </view>
  31. </view>
  32. <view class="nav-item-sort" @click="sortTap(3)">
  33. <text class="nav-title" :class="{ 'active': sortIndex == 3 }">销量</text>
  34. <view class="r">
  35. <view class="arrowUp" :class="{ activeUp: volume == 1 }"></view>
  36. <view class="arrowDown" :class="{ activeDown: volume == 2 }"></view>
  37. <!-- <image src="../../static/images/origin/arrowSortUp.png" v-if="volume == 1" class="arrow-img padd-t"></image> -->
  38. <!-- <image src="../../static/images/origin/arrowSortDown.png" v-if="volume == 2" class="arrow-img padd-b"></image> -->
  39. </view>
  40. </view>
  41. </view>
  42. <view class="spikeList mar-top-20">
  43. <view v-for="(item, index) in getDiscount" :key="index" class="listItem">
  44. <view class="itemBox">
  45. <img :src="item.image">
  46. </view>
  47. <view class="itemInfo">
  48. <p>{{ item.productName }}</p>
  49. <view v-if="item.limitNumber" class="number">限量{{ item.limitNumber }}件 / 剩余{{ item.limitStockNumber }}件</view>
  50. <view class="originalPrice">原价: ¥{{ item.originalPrice }}</view>
  51. <view class="price">
  52. <view class="currentPrice flex-row-plus flex-items-plus font-color-FF7800">
  53. <view class="iconBox">
  54. <image src="../../static/images/origin/discountListIcon.png"></image>
  55. </view>
  56. <view class="flex-row-plus flex-items priceInfo">
  57. <label class="fs24">¥</label>
  58. <label class="fs36">{{ item.price }}</label>
  59. </view>
  60. </view>
  61. <view
  62. v-if="discountDataList.state" class="snapUpBtn"
  63. @click="gogoodsDetails(item.shopId, item.productId, item.skuId)"
  64. >
  65. <view class="btnText">去抢购</view>
  66. <view style="width: 82%;margin: 0 auto">
  67. <progress activeColor="#FFFFFF" :percent="getPercent(20, 100)" active stroke-width="5" />
  68. </view>
  69. </view>
  70. <view v-else class="snapUpBtn btnStyle1">
  71. <view class="btnText">即将开始</view>
  72. <view style="width: 82%;margin: 0 auto">
  73. <progress activeColor="#FFFFFF" :percent="getPercent(20, 100)" active stroke-width="5" />
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. </view>
  79. </view>
  80. </view>
  81. </template>
  82. <script>
  83. const NET = require('../../utils/request')
  84. const API = require('../../config/api')
  85. export default {
  86. data() {
  87. return {
  88. pageType: true,
  89. getDiscount: [],
  90. getDiscountData: {},
  91. page: 1,
  92. pageSize: 10,
  93. loadingType: 0,
  94. days: '00',
  95. hou: '00',
  96. min: '00',
  97. sec: '00',
  98. shopId: 0,
  99. shopSeckillId: 0,
  100. type: 0, // 价格
  101. volume: 0, // 销量
  102. shopShowType: false,
  103. selectIndex: 0,
  104. sortIndex: 1,
  105. discountDataList: {}
  106. }
  107. },
  108. onLoad(options) {
  109. if (options.shopId && options.shopDiscountId) {
  110. this.shopShowType = false
  111. this.shopId = options.shopId
  112. this.shopDiscountId = options.shopDiscountId
  113. } else {
  114. this.shopShowType = true
  115. this.shopId = 0
  116. this.shopDiscountId = 0
  117. }
  118. this.getDiscountList()
  119. },
  120. onReachBottom() {
  121. if (this.loadingType == 1) {
  122. uni.stopPullDownRefresh()
  123. } else {
  124. this.page = this.page + 1
  125. this.getDiscountList()
  126. }
  127. },
  128. methods: {
  129. getPercent(num, total) {
  130. num = parseFloat(num)
  131. total = parseFloat(total)
  132. if (isNaN(num) || isNaN(total)) {
  133. return '-'
  134. }
  135. return total <= 0 ? '0%' : Math.round((num / total) * 10000) / 100.0
  136. },
  137. sortTap(index) {
  138. this.page = 1
  139. this.getDiscount = []
  140. this.sortIndex = index
  141. if (index == 1) {
  142. this.type = 0
  143. this.volume = 0
  144. } else if (index == 2) {
  145. this.volume = 0
  146. if (this.type === 0) {
  147. this.type = 1
  148. } else {
  149. this.type = this.type != 1 ? 1 : 2
  150. }
  151. } else if (index == 3) {
  152. this.type = 0
  153. if (this.volume === 0) {
  154. this.volume = 1
  155. } else {
  156. this.volume = this.volume != 1 ? 1 : 2
  157. }
  158. }
  159. this.getDiscountList()
  160. },
  161. // synthesize(){
  162. // this.volume =1//销量
  163. // this.type = 1//价格
  164. // this.page = 1
  165. // this.selectIndex = 0
  166. // this.getDiscount = []
  167. // this.getDiscountList()
  168. // },
  169. // sales(){
  170. // //销量
  171. // if(this.volume == 1){
  172. // this.volume = 2
  173. // }else{
  174. // this.volume = 1
  175. // }
  176. // this.type = 1//价格
  177. // this.page = 1
  178. // this.selectIndex = 1
  179. // this.getDiscount = []
  180. // this.getDiscountList()
  181. // },
  182. // priceClick(){
  183. // this.volume =1//销量
  184. // //价格
  185. // if(this.type == 1){
  186. // this.type = 2
  187. // }else{
  188. // this.type = 1
  189. // }
  190. // this.page = 1
  191. // this.selectIndex = 2
  192. // this.getDiscount = []
  193. // this.getDiscountList()
  194. // },
  195. gogoodsDetails(shopId, productId, skuId) {
  196. uni.navigateTo({
  197. url: '../goodsModule/goodsDetails?shopId=' + shopId + '&productId=' + productId + '&skuId=' + skuId
  198. })
  199. },
  200. getDiscountList() {
  201. const param = {
  202. page: this.page,
  203. pageSize: this.pageSize,
  204. shopId: this.shopId,
  205. shopDiscountId: this.shopDiscountId,
  206. type: this.type,
  207. volume: this.volume
  208. }
  209. // uni.showLoading({
  210. // title:'数据加载中...'
  211. // })
  212. NET.request(API.getDiscountList, param, 'GET').then((res) => {
  213. this.discountDataList = res.data
  214. if (this.shopShowType == false) {
  215. if (this.discountDataList.state) {
  216. this.dateformat(res.data.time)
  217. } else {
  218. this.dateformat(res.data.enableTime)
  219. }
  220. this.countDown()
  221. }
  222. if (res.data.page.list.length == 0) {
  223. this.loadingType = 1
  224. this.page = this.page
  225. } else {
  226. this.getDiscount = this.getDiscount.concat(res.data.page.list)
  227. }
  228. uni.hideLoading()
  229. })
  230. .catch((res) => {
  231. uni.hideLoading()
  232. uni.showToast({
  233. title: '失败',
  234. icon: 'none'
  235. })
  236. })
  237. },
  238. // 时分秒换算
  239. dateformat(micro_second) {
  240. // 总秒数
  241. const second = Math.floor(micro_second / 1000)
  242. // 天数
  243. const day = Math.floor(second / 3600 / 24)
  244. // 小时
  245. const hr = Math.floor(second / 3600 % 24)
  246. // 分钟
  247. const min = Math.floor(second / 60 % 60)
  248. // 秒
  249. const sec = Math.floor(second % 60)
  250. this.hou = hr + day * 24
  251. this.min = min
  252. this.sec = sec
  253. },
  254. countDown() {
  255. const timeOut = setTimeout(() => {
  256. const hou = parseInt(this.hou + this.days * 24)
  257. const min = parseInt(this.min)
  258. const sec = parseInt(this.sec)
  259. let netxSec = sec - 1
  260. let netxMin = min
  261. let netxHou = hou
  262. if (netxHou == 0 && netxMin == 0 && netxSec == -1) {
  263. clearTimeout(timeOut)
  264. this.$switchTab('/pages/tabbar/index/index')
  265. uni.showToast({
  266. title: '活动结束',
  267. duration: 2000,
  268. icon: 'none'
  269. })
  270. } else {
  271. if (netxSec == -1) {
  272. netxSec = 59
  273. netxMin = netxMin - 1
  274. }
  275. if (netxMin == -1) {
  276. netxMin = 59
  277. netxHou = netxHou - 1
  278. }
  279. // if (netxHou == -1) {
  280. // netxHou = 23
  281. // }
  282. this.hou = this.timeFormat(netxHou),
  283. this.min = this.timeFormat(netxMin),
  284. this.sec = this.timeFormat(netxSec),
  285. this.timeOut = timeOut
  286. this.countDown()
  287. }
  288. }, 1000)
  289. },
  290. timeFormat(param) { // 小于10的格式化函数
  291. return param < 10 ? '0' + param : param
  292. }
  293. }
  294. }
  295. </script>
  296. <style>
  297. page {
  298. background: #333333;
  299. }
  300. </style>
  301. <style lang="scss" scoped>
  302. page {
  303. background: #333333;
  304. }
  305. .spikeListBox {
  306. .discountBg {
  307. width: 100%;
  308. height: 480rpx;
  309. background: url("../../static/images/origin/discount.png") no-repeat left top;
  310. background-size: contain;
  311. position: relative;
  312. .discountInfoBox {
  313. position: absolute;
  314. width: 100%;
  315. bottom: 0;
  316. .discountInfo {
  317. width: 250rpx;
  318. height: 99rpx;
  319. line-height: 99rpx;
  320. text-align: center;
  321. background: url("../../static/images/origin/discountText.png") no-repeat center center;
  322. font-size: 28rpx;
  323. color: #FFFFFF;
  324. background-size: contain;
  325. margin: 0 auto;
  326. }
  327. }
  328. }
  329. .selected {
  330. color: #FE6F52;
  331. }
  332. .shopShowTypebox {
  333. height: 80rpx;
  334. background-color: #FFFFFF;
  335. z-index: 9999;
  336. }
  337. .countdown {
  338. display: flex;
  339. justify-content: center;
  340. height: 80upx;
  341. align-items: center;
  342. width: 100%;
  343. color: #CCCCCC;
  344. .endDate {
  345. display: flex;
  346. align-items: center;
  347. margin-left: 20upx;
  348. span {
  349. min-width: 44rpx;
  350. padding: 0 8rpx;
  351. height: 52upx;
  352. line-height: 52upx;
  353. background: #999999;
  354. display: block;
  355. font-size: 26upx;
  356. color: #FFEBC4;
  357. text-align: center;
  358. }
  359. i {
  360. font-size: 26upx;
  361. color: #999999;
  362. font-style: normal;
  363. margin: 0 8upx;
  364. }
  365. }
  366. }
  367. .spikeList {
  368. padding: 20upx 30upx 20upx 30upx;
  369. .listItem {
  370. display: flex;
  371. padding: 30rpx;
  372. margin-bottom: 30upx;
  373. background: #FFFFFF;
  374. &:last-child {
  375. border-bottom: none;
  376. }
  377. .itemBox {
  378. width: 260upx;
  379. height: 260upx;
  380. margin-right: 30upx;
  381. img {
  382. width: 100%;
  383. height: 100%;
  384. }
  385. }
  386. .itemInfo {
  387. flex: 1;
  388. .iconBox {
  389. image {
  390. width: 58rpx;
  391. height: 36rpx;
  392. }
  393. }
  394. p {
  395. font-size: 26upx;
  396. color: #333333;
  397. line-height: 40upx;
  398. margin-bottom: 20upx;
  399. text-overflow: -o-ellipsis-lastline;
  400. overflow: hidden;
  401. text-overflow: ellipsis;
  402. display: -webkit-box;
  403. -webkit-line-clamp: 2;
  404. line-clamp: 2;
  405. -webkit-box-orient: vertical;
  406. }
  407. .number {
  408. color: #C5AA7B;
  409. font-size: 26rpx;
  410. height: 40rpx;
  411. background: #FFFFFF;
  412. border: 2rpx solid #E4E5E6;
  413. font-weight: 400;
  414. display: inline;
  415. padding: 0 5rpx;
  416. }
  417. .originalPrice {
  418. font-size: 24upx;
  419. margin-top: 20upx;
  420. text-decoration: line-through;
  421. color: #CCCCCC;
  422. }
  423. .price {
  424. display: flex;
  425. justify-content: space-between;
  426. align-items: center;
  427. .priceInfo {
  428. font-size: 40rpx;
  429. color: #C83732;
  430. }
  431. .snapUpBtn {
  432. width: 160upx;
  433. height: 84upx;
  434. text-align: center;
  435. background: linear-gradient(90deg, #C83732 0%, #E25C44 100%);
  436. box-shadow: 0rpx 6rpx 12rpx rgba(233, 0, 0, 0.3);
  437. opacity: 1;
  438. border-radius: 10rpx;
  439. .btnText {
  440. color: #FFFFFF;
  441. font-weight: 400;
  442. opacity: 0.5;
  443. margin: 10rpx 0;
  444. }
  445. .uni-progress {
  446. border-radius: 10rpx;
  447. }
  448. }
  449. .btnStyle1 {
  450. background: linear-gradient(90deg, #29C790 0%, #75D98C 100%);
  451. box-shadow: 0 6rpx 12rpx rgba(52, 203, 144, 0.3);
  452. }
  453. }
  454. }
  455. }
  456. }
  457. .filterBox {
  458. display: flex;
  459. height: 80upx;
  460. align-items: center;
  461. width: 100%;
  462. background: #FFFFFF;
  463. left: 0;
  464. .item {
  465. flex: 0 0 33.33%;
  466. text-align: center;
  467. }
  468. }
  469. }
  470. .shop-list-nav {
  471. display: flex;
  472. flex-direction: row;
  473. align-items: center;
  474. height: 80rpx;
  475. line-height: 76rpx;
  476. }
  477. .nav-item {
  478. flex: 1;
  479. font-size: 30rpx;
  480. color: #666;
  481. display: flex;
  482. flex-direction: column;
  483. align-items: center;
  484. height: 80rpx;
  485. line-height: 76rpx;
  486. }
  487. .nav-title {}
  488. .nav-item.active {
  489. color: #C5AA7B;
  490. }
  491. .nav-item .line {
  492. display: inline-block;
  493. width: 80rpx;
  494. height: 4rpx;
  495. background: #fff;
  496. border-radius: 2rpx;
  497. }
  498. .nav-item.active .line {
  499. background: #C5AA7B;
  500. }
  501. .nav-item.padd-l {
  502. padding-left: 20%;
  503. box-sizing: border-box;
  504. }
  505. .active {
  506. color: #C5AA7B;
  507. }
  508. .nav-item.padd-r {
  509. padding-right: 20%;
  510. box-sizing: border-box;
  511. }
  512. .nav-item-sort {
  513. flex: 1;
  514. font-size: 24rpx;
  515. color: #999999;
  516. display: flex;
  517. flex-direction: row;
  518. align-items: center;
  519. justify-content: center;
  520. height: 80rpx;
  521. line-height: 80rpx;
  522. }
  523. .nav-item-sort .r {
  524. display: flex;
  525. flex-direction: column;
  526. align-items: center;
  527. justify-content: center;
  528. margin-left: 5rpx;
  529. .arrowDown {
  530. width: 0;
  531. height: 0;
  532. border-width: 10rpx;
  533. border-style: solid;
  534. border-color: #CCCCCC transparent transparent transparent;
  535. margin-top: 2rpx;
  536. }
  537. .arrowUp {
  538. margin-bottom: 2rpx;
  539. width: 0;
  540. height: 0;
  541. border-width: 10rpx;
  542. border-style: solid;
  543. border-color: transparent transparent #CCCCCC transparent;
  544. }
  545. .activeDown {
  546. border-color: #C5AA7B transparent transparent transparent;
  547. }
  548. .activeUp {
  549. border-color: transparent transparent #C5AA7B transparent;
  550. }
  551. }
  552. </style>
  553. <style scoped>.snapUpBtn /deep/ .uni-progress-bar {
  554. border-radius: 10rpx;
  555. height: 8rpx;
  556. background-color: #deabab !important;
  557. }
  558. .snapUpBtn /deep/ .uni-progress-inner-bar {
  559. border-radius: 10rpx;
  560. }
  561. .spikeNav /deep/ .tabs-nav {}</style>