latestGroupBuying.vue 11 KB

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