latestGroupBuying.vue 12 KB

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