latestGroupBuying.vue 11 KB

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