|
@@ -1,20 +1,22 @@
|
|
|
<template>
|
|
|
<view class="index-product-wrapper" :class="iSshowH ? 'on' : ''" :style="'margin-top:' + mbConfig * 2 + 'rpx;'"
|
|
|
v-show="!isSortType">
|
|
|
- <view v-if="iSshowH">
|
|
|
+<!-- <view v-if="iSshowH">
|
|
|
<u-tabs :list="navigationList2" @click="clickNav" lineColor="#EB4C63" :inactiveStyle="{ color: '#333' }"
|
|
|
:activeStyle="{ color: '#EB4C63', fontWeight: 'bold' }" keyName="title"></u-tabs>
|
|
|
- </view>
|
|
|
- <!-- 商品列表 -->
|
|
|
- <view class="list-box animated">
|
|
|
+ </view> -->
|
|
|
+ <!-- 拼团列表 -->
|
|
|
+
|
|
|
+ <view class="list-box animated" v-for="(e, index) in grouponData" :key="index">
|
|
|
<view class="group_3 flex-col">
|
|
|
- <view class="tag_1 flex-col"><text class="text_6">1/3</text></view>
|
|
|
+ <view class="tag_1 flex-col"><text class="text_6">1/{{e.slideshowTotal}}</text></view>
|
|
|
</view>
|
|
|
<view class="group_4 flex-row justify-between">
|
|
|
<view class="list_2 flex-row">
|
|
|
- <view class="text-wrapper_3 flex-col" :style="{ background: item.lanhuBg0 }" v-for="(item, index) in loopData0"
|
|
|
+ <text class="text_7">共{{e.goodsTotal}}个</text>
|
|
|
+ <view class="text-wrapper_3 flex-col" :style="{background: `url(${item})` }" v-for="(item, index) in e.goodsImage"
|
|
|
:key="index">
|
|
|
- <text v-if="item.slot1 === 1" class="text_7">共28个</text>
|
|
|
+ <!-- <text v-if="item.slot1 === 1" class="text_7">共{{e.goodsTotal}}个</text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<image class="icon_3" referrerpolicy="no-referrer"
|
|
@@ -27,12 +29,12 @@
|
|
|
})">
|
|
|
<view class="text-wrapper_4">
|
|
|
<text class="text_8">¥</text>
|
|
|
- <text class="text_9">7.00</text>
|
|
|
+ <text class="text_9">{{e.minPrice}}</text>
|
|
|
<text class="text_10"> ~</text>
|
|
|
<text class="text_8">¥</text>
|
|
|
- <text class="text_9">48.00</text>
|
|
|
+ <text class="text_9">{{e.maxPrice}}</text>
|
|
|
</view>
|
|
|
- <text class="text_13">防晒、面膜、护肤专场,大牌正品,不惧比价</text>
|
|
|
+ <text class="text_13">{{e.mainTitle}}</text>
|
|
|
</view>
|
|
|
<image class="icon_4" referrerpolicy="no-referrer"
|
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng499c106363c358efd4037e2befc671bc45b9a692931f8fbeb07dd342f420f04b" />
|
|
@@ -40,24 +42,29 @@
|
|
|
<view class="group_6 flex-row">
|
|
|
<image class="avatar-group_1" referrerpolicy="no-referrer"
|
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng7e7f268c1ab4f8f9a61bfb41d7843a8514aedf1d4312678cfd24c9cb23c6cc6c" />
|
|
|
- <text class="text_14">4人</text>
|
|
|
+ <text class="text_14">{{e.grouponUserTotal}}人</text>
|
|
|
<text class="text_15">正在参团中</text>
|
|
|
<view class="image-text_11 flex-row justify-between">
|
|
|
<image class="icon_5" referrerpolicy="no-referrer"
|
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng706a577ce54d1457bbf9ef4cc7ce31fcb9c54a60410c9a945cae1617c3df7640" />
|
|
|
<text class="text-group_4">截止倒计时</text>
|
|
|
- <text class="text_16">02时25分19秒</text>
|
|
|
+ <!-- <text class="text_16">02时25分19秒</text> -->
|
|
|
+ <text class="text_16">
|
|
|
+ <!-- <uni-countdown :show-day="false" :hour="{{e.h}}" :minute="{{e.m}}" :second="{{e.s}}" /> -->
|
|
|
+ <!-- <uni-countdown :show-day="false" :hour="12" :minute="12" :second="12" /> -->
|
|
|
+ <uni-countdown :day="1" :hour="1" :minute="12" :second="40"></uni-countdown>
|
|
|
+ </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="group_7 flex-row justify-between">
|
|
|
<view class="text-group_12 flex-col">
|
|
|
<text class="text_17">最近的自提网点:</text>
|
|
|
- <text class="text_18">上海市浦东新区秀浦路29号三层303室</text>
|
|
|
+ <text class="text_18">{{e.selfTake.name}}</text>
|
|
|
</view>
|
|
|
<view class="image-text_12 flex-col">
|
|
|
<image class="icon_6" referrerpolicy="no-referrer"
|
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng6c7bfe951de28c68cbf7532beec94d0a16e2ea6d81efa80933eed9ece8207578" />
|
|
|
- <text class="text-group_6">距您1.8km</text>
|
|
|
+ <text class="text-group_6">距您{{e.distance}}km</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box_4 flex-row">
|
|
@@ -66,9 +73,9 @@
|
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng716260d376f718135006e01ff6d283c78abdf5a5c88debf66a7f6aa59347d81c" />
|
|
|
<text class="text-group_7">发布于:</text>
|
|
|
</view>
|
|
|
- <text class="text_19">1天20小时36分钟前</text>
|
|
|
+ <text class="text_19">{{e.publishTimeDesc}}</text>
|
|
|
<view class="image-text_14 flex-row justify-between">
|
|
|
- <text class="text-group_8">762人浏览过</text>
|
|
|
+ <text class="text-group_8">{{e.views}}人浏览过</text>
|
|
|
<image class="icon_8" referrerpolicy="no-referrer"
|
|
|
src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngcb2a14d093472b69f7328957e43efe5af8e4e9d3bfdec5ebeaddd131fe2ce146" />
|
|
|
</view>
|
|
@@ -95,6 +102,7 @@
|
|
|
|
|
|
<script>
|
|
|
import { getGoodsInfo, getCategoryTwo } from '@/api/home.js'
|
|
|
+import {latestGroupon, historyGroupon, detailGroupon, goodsDetail} from '@/api/groupon.js'
|
|
|
export default {
|
|
|
name: 'promotionList',
|
|
|
props: {
|
|
@@ -102,6 +110,10 @@ export default {
|
|
|
type: Object,
|
|
|
default: () => { }
|
|
|
},
|
|
|
+ positionInfo: {
|
|
|
+ type: Object,
|
|
|
+ default: () => { }
|
|
|
+ },
|
|
|
tempArr: {
|
|
|
type: Array,
|
|
|
default: []
|
|
@@ -120,9 +132,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
|
- currentId (Id) {
|
|
|
- console.log(Id);
|
|
|
- this.getCategoryTwo(Id)
|
|
|
+ currentId () {
|
|
|
+ this.onLoadData(this.currentId);
|
|
|
}
|
|
|
},
|
|
|
data () {
|
|
@@ -311,37 +322,11 @@ export default {
|
|
|
fontColor: "rgba(253,80,47,1)",
|
|
|
labelColor: "rgba(29,176,252,1)",
|
|
|
typeId: '',
|
|
|
- loopData0: [
|
|
|
- {
|
|
|
- lanhuBg0:
|
|
|
- 'background: linear-gradient(90deg, #FFE9E9 0%, #FAFAFA 100%); no-repeat',
|
|
|
- slot1: 1,
|
|
|
- },
|
|
|
- {
|
|
|
- lanhuBg0:
|
|
|
- 'url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png)',
|
|
|
- },
|
|
|
- {
|
|
|
- lanhuBg0:
|
|
|
- 'url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e078bf26e9ad496b98a817de3d08492e_mergeImage.png)',
|
|
|
- },
|
|
|
- {
|
|
|
- lanhuBg0:
|
|
|
- 'url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e3d1a8f4ba114a5aa801bbd7420e44d2_mergeImage.png)',
|
|
|
- },
|
|
|
- {
|
|
|
- lanhuBg0:
|
|
|
- 'url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/cf3068f1291645b2a869827e2e33d0a0_mergeImage.png)',
|
|
|
- },
|
|
|
- {
|
|
|
- lanhuBg0:
|
|
|
- 'url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/6c93508933d94673bc6b3f0909abb937_mergeImage.png)',
|
|
|
- },
|
|
|
- ],
|
|
|
+ grouponData:[],
|
|
|
};
|
|
|
},
|
|
|
created () {
|
|
|
- // this.getCategoryTwo(this.currentId)
|
|
|
+ this.onLoadData(this.currentId);
|
|
|
},
|
|
|
methods: {
|
|
|
goToDetail(item){
|
|
@@ -351,6 +336,41 @@ export default {
|
|
|
})
|
|
|
|
|
|
},
|
|
|
+ onLoadData(currentId) {
|
|
|
+ // 最新团购
|
|
|
+ if (currentId == 0) {
|
|
|
+ this.getLatestGroupon()
|
|
|
+ }
|
|
|
+ // 历史团购
|
|
|
+ if (currentId == 1) {
|
|
|
+ this.getHistoryGroupon()
|
|
|
+ }
|
|
|
+ },
|
|
|
+ getLatestGroupon() {
|
|
|
+ let that = this;
|
|
|
+ latestGroupon({
|
|
|
+ current: 1,
|
|
|
+ size: 1,
|
|
|
+ longitude: that.positionInfo.longitude,
|
|
|
+ latitude: that.positionInfo.latitude
|
|
|
+ }).then(res => {
|
|
|
+
|
|
|
+ this.grouponData = res.data.records;
|
|
|
+ console.log(this.grouponData)
|
|
|
+ })
|
|
|
+ },
|
|
|
+ getHistoryGroupon() {
|
|
|
+ let that = this;
|
|
|
+ historyGroupon({
|
|
|
+ current: 1,
|
|
|
+ size: 1,
|
|
|
+ longitude: that.positionInfo.longitude,
|
|
|
+ latitude: that.positionInfo.latitude
|
|
|
+ }).then(res => {
|
|
|
+
|
|
|
+ that.grouponData = res.data.records;
|
|
|
+ })
|
|
|
+ },
|
|
|
clickNav (e) {
|
|
|
this.typeId = e.id
|
|
|
this.getGoodsPage(e.id)
|