latestGroupBuying.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. <template>
  2. <view class="index-product-wrapper" v-show="!isSortType">
  3. <!-- 拼团列表 -->
  4. <view class="list-box animated" v-for="(e, index) in grouponData" :key="index">
  5. <view @click="goToDetail(e)">
  6. <productConSwiperGroupbuying class="skeleton-rect" :h="210" :imgUrls="e.slideshow" :videoline="e.video_link"
  7. @videoPause="videoPause"></productConSwiperGroupbuying>
  8. </view>
  9. <view class="content">
  10. <view class="home">
  11. <view class="count " @click="goToDetail(e)">共{{ e.goodsTotal }}个</view>
  12. <scroll-view id="scrollView" scroll-x class="navscroll" @click="goToDetail(e)"
  13. :scroll-with-animation="true" onScroll :scroll-left="scrollLeft" @scroll="scroll">
  14. <view :id="'scroll' + index" class="item goods_item_img" v-for="(item, index) in e.goodsImage"
  15. :key="index">
  16. <image style="width: 108rpx;height: 108rpx;" :src="item" mode="scaleToFill" />
  17. </view>
  18. </scroll-view>
  19. <view class="" @click="moveImg()">
  20. <image class="nextimg" src="http://www.gzzzyd.com/groupon/home_slices/进入箭头2小@2x.png"
  21. mode="scaleToFill" />
  22. </view>
  23. </view>
  24. </view>
  25. <view class="wrapper" @click="goToDetail(e)">
  26. <view class="price">
  27. <view>
  28. ¥{{ e.minPrice || 0.00 }} ~ ¥ {{ e.maxPrice || 0.00 }}
  29. </view>
  30. </view>
  31. <view class="introduce" @click="goToDetail(e)">
  32. <view class="grouponTitle ">
  33. <text class="mainTitle">{{ e.mainTitle}}</text>
  34. </view>
  35. <image src="http://www.gzzzyd.com/groupon/home_slices/进入箭头2小@2x.png" mode="scaleToFill" />
  36. </view>
  37. <view class="introduce" @click="goToDetail(e)">
  38. <view class="grouponTitle ">
  39. <text class="subTitle">{{ e.subTitle}}</text>
  40. </view>
  41. </view>
  42. <view class="countdown flex-row">
  43. <view class="countdown-l " hover-class="none" hover-stop-propagation="false">
  44. <block v-for="(item, index) in e.grouponUsers" :key="index">
  45. <image v-if="index < 3" :class="{'avatar-group_1':index===0 }" referrerpolicy="no-referrer"
  46. :src="item.userAvatar || `/static/images/one.png`" />
  47. </block>
  48. <text class="red">{{ e.grouponUserTotal }}人</text>
  49. <text class="yellow" v-if="currentId == 0">正在参团中</text>
  50. <text class="yellow" v-if="currentId == 1">已参团</text>
  51. </view>
  52. <view class="countdown-r " v-if="currentId == 0">
  53. <image :style="{'width':'26rpx','height':'26rpx'}" src="http://www.gzzzyd.com/groupon/home_slices/倒计时@2x.png" mode="scaleToFill" />
  54. <text class="yellow">截止倒计时</text>
  55. <!-- <text class="red2">02时25分19秒</text> -->
  56. <!-- <uni-countdown :show-day="false" :hour="e.h" :minute="e.m" :second="e.s"></uni-countdown> -->
  57. <u-count-down :time="e.seconds * 1000" format="HH:mm:ss" @change="timechange">
  58. <text :style="{'color':'#B42A3E','font-size':'26rpx'}">{{ timeData.hours>10?timeData.hours:'0'+timeData.hours}}时{{ timeData.minutes }}分{{ timeData.seconds }}秒</text>
  59. </u-count-down>
  60. </view>
  61. </view>
  62. <view class="self-pickup-point">
  63. <view class="a-t">
  64. <text class="zuijinzitidian">最近的自提网点:</text>
  65. <image class="address-img" src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png" mode="scaleToFill" />
  66. </view>
  67. <view class="a-m">
  68. <view class="am1">
  69. <view class="am1-1">
  70. <text class="self-take-name">{{ e.selfTake.name }}</text>
  71. </view>
  72. <view class="am1-2">
  73. <text class="juli">距您{{ e.selfTake.distanceDesc }}</text>
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. <view class='info-area'>
  79. <view class='time '>
  80. <image src="http://www.gzzzyd.com/groupon/home_slices/编辑@2x.png" mode="scaleToFill" />
  81. 发布于:
  82. <text class="imp_info">
  83. {{ e.publishTimeDesc }}
  84. </text>
  85. </view>
  86. <view class='view-count '>
  87. {{ e.views }}人浏览过
  88. <image src="http://www.gzzzyd.com/groupon/home_slices/浏览@2x.png" mode="scaleToFill" />
  89. </view>
  90. </view>
  91. </view>
  92. <view class="btn-area" v-if="currentId == 0">
  93. <button class="share" open-type="share" :data-groupon="e">
  94. <image src="http://www.gzzzyd.com/groupon/home_slices/分享@2x.png" mode="scaleToFill" />
  95. <text>分享有礼</text>
  96. </button>
  97. <button class="now" @click="goToDetail(e)">
  98. <image src="http://www.gzzzyd.com/groupon/home_slices/购物@2x.png" mode="scaleToFill" />
  99. <text>立即下单</text>
  100. </button>
  101. </view>
  102. </view>
  103. </view>
  104. </template>
  105. <script>
  106. const app = getApp();
  107. import productConSwiperGroupbuying from "@/components/productConSwiperGroupbuying";
  108. import { latestGroupon, historyGroupon, detailGroupon, goodsDetail } from '@/api/groupon.js'
  109. export default {
  110. components: {
  111. productConSwiperGroupbuying
  112. },
  113. name: 'promotionList',
  114. props: {
  115. grouponData: {
  116. type: Array,
  117. default() {
  118. return []
  119. }
  120. },
  121. dataConfig: {
  122. type: Object,
  123. default: () => { }
  124. },
  125. positionInfo: {
  126. type: Object,
  127. default: () => { }
  128. },
  129. tempArr: {
  130. type: Array,
  131. default: []
  132. },
  133. iSshowH: {
  134. type: Boolean,
  135. default: false
  136. },
  137. isSortType: {
  138. type: String | Number,
  139. default: 0
  140. },
  141. currentId: {
  142. type: String | Number,
  143. default() {
  144. return 0
  145. }
  146. }
  147. },
  148. watch: {
  149. },
  150. data() {
  151. return {
  152. scrollLeft: 0,
  153. scrollLeftOld: 0,
  154. timeData: {},
  155. timestamp: 86400,
  156. navigationList2: [],
  157. ProductNavindex: 0,
  158. numConfig: 9,
  159. // imgStyle: this.dataConfig.imgStyle.type,
  160. mbConfig: 0,
  161. themeColor: "rgba(29,176,252,1)",
  162. titleShow: true, //标题是否显示
  163. opriceShow: true, //原价是否显示
  164. priceShow: true, //价格是否显示
  165. couponShow: true,//优惠券标签是否显示
  166. titleConfig: 2, //标题位置
  167. fontColor: "rgba(253,80,47,1)",
  168. labelColor: "rgba(29,176,252,1)",
  169. typeId: '',
  170. loading: false, //是否加载中
  171. loadend: false, //是否加载完毕
  172. loadTitle: this.$t(`加载更多`), //提示语
  173. };
  174. },
  175. created() {
  176. },
  177. methods: {
  178. scroll(e) {
  179. this.scrollLeftOld = e.detail.scrollLeft
  180. },
  181. moveImg() {
  182. this.scrollLeft = this.scrollLeftOld + 54
  183. },
  184. timechange(e) {
  185. this.timeData = e
  186. },
  187. goToDetail(item) {
  188. uni.navigateTo({
  189. url: `/pages/groupbuying_details/index?id=${item.id}&selfTakeId=${item.selfTake.id}&organizerUserId=${item.organizerUserId}`
  190. })
  191. },
  192. }
  193. }
  194. </script>
  195. <style lang="scss">
  196. .grouponTitle{
  197. display: flex;
  198. flex-direction: column;
  199. width: 630rpx;
  200. height: 55rpx;
  201. }
  202. .subTitle{
  203. font-size: 28rpx;
  204. color: #666666;
  205. font-weight: 400;
  206. line-height: 44rpx;
  207. display: -webkit-box;
  208. -webkit-box-orient: vertical;
  209. -webkit-line-clamp: 1;
  210. overflow: hidden;
  211. text-overflow: ellipsis;
  212. }
  213. .mainTitle{
  214. display: -webkit-box;
  215. -webkit-box-orient: vertical;
  216. -webkit-line-clamp: 1;
  217. overflow: hidden;
  218. text-overflow: ellipsis;
  219. }
  220. .list-box {
  221. background: white;
  222. padding-bottom: 20px;
  223. }
  224. .index-product-wrapper {
  225. &.on {
  226. min-height: 1050rpx;
  227. }
  228. .nav-bd {
  229. display: flex;
  230. align-items: center;
  231. margin-top: 30rpx;
  232. .item {
  233. display: flex;
  234. flex-direction: column;
  235. align-items: center;
  236. justify-content: center;
  237. width: 25%;
  238. &.on {
  239. border-radius: 0;
  240. }
  241. .txt {
  242. font-size: 32rpx;
  243. color: #282828;
  244. }
  245. .label {
  246. display: flex;
  247. align-items: center;
  248. justify-content: center;
  249. width: 124rpx;
  250. height: 32rpx;
  251. margin-top: 5rpx;
  252. font-size: 24rpx;
  253. color: #999;
  254. border-radius: 16rpx;
  255. }
  256. }
  257. }
  258. }
  259. .content {
  260. width: 100%;
  261. height: 124rpx;
  262. margin-top: 10rpx;
  263. .home {
  264. display: flex;
  265. width: 100%;
  266. height: 124rpx;
  267. margin-top: 10rpx;
  268. .count {
  269. text-align: center;
  270. width: 98rpx !important;
  271. height: 124rpx;
  272. line-height: 108rpx;
  273. z-index: 999;
  274. background-size: 100% 100%;
  275. background: linear-gradient(90deg, #FFE9E9 0%, #FAFAFA 100%);
  276. }
  277. .navscroll {
  278. white-space: nowrap;
  279. width: 570rpx;
  280. height: auto;
  281. overflow: hidden;
  282. }
  283. }
  284. }
  285. .info-area {
  286. margin: 23rpx 30rpx 0 30rpx;
  287. justify-content: space-between;
  288. display: flex;
  289. width: 100%;
  290. height: 44rpx;
  291. font-size: 24rpx;
  292. font-weight: 400;
  293. color: #333333;
  294. line-height: 44rpx;
  295. image {
  296. width: 40rpx;
  297. height: 40rpx;
  298. margin: 0 10rpx;
  299. vertical-align: middle;
  300. }
  301. .time {
  302. font-size: 24rpx;
  303. font-weight: 400;
  304. color: #999999;
  305. .imp_info {
  306. font-size: 24rpx;
  307. font-weight: 400;
  308. color: #333333;
  309. }
  310. }
  311. .view-count {
  312. font-size: 24rpx;
  313. font-weight: 400;
  314. color: #999999;
  315. margin-right: 60rpx;
  316. }
  317. }
  318. .countdown {
  319. margin: 23rpx 30rpx 0 30rpx;
  320. box-sizing: border-box;
  321. background-color: rgba(255, 247, 248, 1.000000);
  322. border-radius: 12rpx;
  323. height: 72rpx;
  324. padding: 20rpx;
  325. line-height: 100rpx;
  326. align-self: center;
  327. display: flex;
  328. display: flex;
  329. justify-content: space-between;
  330. .countdown-l {
  331. flex: 1;
  332. display: flex;
  333. align-items: center;
  334. }
  335. .countdown-r {
  336. display: flex;
  337. align-items: center;
  338. }
  339. .red {
  340. height: 34rpx;
  341. font-size: 24rpx;
  342. font-weight: 600;
  343. line-height: 34rpx;
  344. color: #B22338;
  345. vertical-align: super;
  346. margin-left: 20rpx;
  347. }
  348. .red2 {
  349. height: 40rpx;
  350. font-size: 28rpx;
  351. font-weight: 600;
  352. color: #B22338;
  353. line-height: 40rpx;
  354. vertical-align: super;
  355. }
  356. /deep/.yellow,
  357. .u-count-down {
  358. font-size: 24rpx;
  359. font-weight: 400;
  360. color: #FF9600;
  361. line-height: 80rpx;
  362. margin: 0 10rpx;
  363. vertical-align: super;
  364. }
  365. image {
  366. width: 40rpx;
  367. height: 40rpx;
  368. border-radius: 20rpx;
  369. margin-left: -20rpx;
  370. border: 2rpx solid #FFFFFF;
  371. }
  372. .avatar-group_1{
  373. margin-left: 0rpx;
  374. }
  375. }
  376. .price {
  377. padding: 0 30rpx;
  378. height: 48rpx;
  379. font-size: 36rpx;
  380. font-weight: bolder;
  381. color: #B22338;
  382. line-height: 48rpx;
  383. margin: 20rpx 0;
  384. }
  385. .introduce {
  386. padding: 0 30rpx;
  387. min-height: 44rpx;
  388. font-size: 36rpx;
  389. font-weight: bolder;
  390. color: #111111;
  391. line-height: 44rpx;
  392. margin: 10rpx 0;
  393. display: flex;
  394. justify-content: space-between;
  395. image {
  396. width: 36rpx;
  397. height: 36rpx;
  398. margin-top: 8rpx;
  399. }
  400. }
  401. .wrapper {}
  402. .a-t {
  403. display: flex;
  404. justify-content: space-between;
  405. height: 52rpx;
  406. .address-img {
  407. width: 14px !important;
  408. height: 14px;
  409. margin-top: 19rpx;
  410. margin-right: 56rpx;
  411. }
  412. }
  413. .a-m {
  414. height: 52rpx;
  415. .am1 {
  416. display: flex;
  417. justify-content: space-between;
  418. .am1-1 {
  419. width: 450rpx;
  420. min-height: 40rpx;
  421. font-size: 28rpx;
  422. font-weight: bold;
  423. color: #B22338;
  424. line-height: 40rpx;
  425. display: -webkit-box;
  426. -webkit-box-orient: vertical;
  427. -webkit-line-clamp: 2;
  428. overflow: hidden;
  429. text-overflow: ellipsis;
  430. }
  431. .am1-2 {
  432. height: 36rpx;
  433. font-size: 20rpx;
  434. font-weight: 400;
  435. color: #666666;
  436. line-height: 36rpx;
  437. }
  438. }
  439. .am2 {
  440. margin-bottom: 20rpx;
  441. height: 34rpx;
  442. font-size: 24rpx;
  443. font-weight: 400;
  444. color: #999999;
  445. line-height: 34rpx;
  446. }
  447. }
  448. .a-b {
  449. padding: 0 30rpx;
  450. width: 100%;
  451. background: #FFF7F8;
  452. height: 60rpx;
  453. line-height: 60rpx;
  454. display: flex;
  455. justify-content: space-between;
  456. .a-b1 {
  457. font-size: 20rpx;
  458. font-weight: 400;
  459. color: #666666;
  460. .red {
  461. font-size: 20rpx;
  462. font-weight: 500;
  463. color: #B22338;
  464. }
  465. }
  466. .a-b2 {
  467. image {
  468. vertical-align: middle;
  469. margin-right: 30rpx;
  470. margin-left: 30rpx;
  471. height: 34rpx;
  472. width: 34rpx;
  473. }
  474. }
  475. }
  476. .self-pickup-point {
  477. background: #FFF7F8;
  478. margin: 0 30rpx;
  479. margin-top: 8rpx;
  480. height: 104rpx;
  481. }
  482. .btn-area {
  483. padding: 30rpx;
  484. display: flex;
  485. flex-direction: row;
  486. justify-content: center;
  487. height: 80rpx;
  488. image {
  489. width: 28rpx;
  490. height: 28rpx;
  491. margin-right: 10rpx;
  492. margin-top: 18rpx;
  493. line-height: 64rpx;
  494. }
  495. button {
  496. display: flex;
  497. flex-direction: row;
  498. justify-content: center;
  499. margin: auto;
  500. height: 64rpx;
  501. border-radius: 8rpx;
  502. line-height: 64rpx;
  503. width: 332rpx;
  504. }
  505. .share {
  506. margin-right: 20rpx;
  507. background: #F1F8E5;
  508. font-size: 24rpx;
  509. font-weight: 400;
  510. color: #75BE00;
  511. }
  512. .now {
  513. background: #F7E9EB;
  514. font-size: 24rpx;
  515. font-weight: 400;
  516. color: #B22338;
  517. }
  518. }
  519. .goods_item_img {
  520. display: inline-block;
  521. line-height: 108rpx;
  522. width: 108rpx;
  523. height: 108rpx;
  524. border-radius: 5rpx;
  525. margin-top: 8rpx;
  526. overflow: hidden;
  527. margin-left: 16rpx;
  528. }
  529. .nextimg{
  530. width: 34rpx;
  531. height: 34rpx;
  532. margin-top: 45rpx;
  533. margin-left: 10rpx;
  534. }
  535. .bord{
  536. border: 1px solid red;
  537. }
  538. .self-take-name {
  539. width: 500rpx;
  540. font-size: 20rpx;
  541. font-family: PingFangSC-Medium, PingFang SC;
  542. font-weight: bold;
  543. color: #B22338;
  544. line-height: 52rpx;
  545. margin-left: 18rpx;
  546. }
  547. .zuijinzitidian {
  548. font-size: 20rpx;
  549. font-family: PingFangSC-Regular, PingFang SC;
  550. font-weight: 400;
  551. color: #666666;
  552. line-height: 52rpx;
  553. margin-left: 18rpx;
  554. }
  555. .juli {
  556. font-size: 20rpx;
  557. font-family: PingFangSC-Regular, PingFang SC;
  558. font-weight: 400;
  559. color: #666666;
  560. line-height: 52rpx;
  561. margin-right: 18rpx;
  562. }
  563. </style>