Browse Source

团购详情接口联调

pangqijun 1 year ago
parent
commit
ef491b6703

+ 12 - 54
pages/groupbuying_details/index.vue

@@ -44,15 +44,13 @@
 							<view class='info-area'>
 								<view class='time '>
 									<image src="http://www.gzzzyd.com/groupon/home_slices/编辑@2x.png" mode="scaleToFill" />
-
-
 									发布于:
 									<text class="imp_info">
-										1天20小时36分钟前
+										{{storeInfo.publishTimeDesc}}
 									</text>
 								</view>
 								<view class='view-count '>
-									726人浏览过
+									{{storeInfo.views}}人浏览过
 									<image src="http://www.gzzzyd.com/groupon/home_slices/浏览@2x.png" mode="scaleToFill" />
 								</view>
 							</view>
@@ -64,13 +62,14 @@
 										src="http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg" />
 									<image class="avatar-group_1" referrerpolicy="no-referrer"
 										src="http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg" />
-									<text class="red">4人</text>
+									<text class="red">{{storeInfo.grouponUserTotal}}人</text>
 									<text class="yellow">正在参团中</text>
 								</view>
 								<view class="countdown-r">
 									<image src="http://www.gzzzyd.com/groupon/home_slices/倒计时@2x.png" mode="scaleToFill" />
 									<text class="yellow">截止倒计时</text>
-									<text class="red2">02时25分19秒</text>
+									<!-- <text class="red2">02时25分19秒</text> -->
+									<uni-countdown :show-day="false" :hour="12" :minute="12" :second="12"></uni-countdown>
 								</view>
 							</view>
 
@@ -144,65 +143,24 @@
 
 								<view class="all-products-top">
 									<text class="all-products-top-title">全部商品</text>
-									<text class="all-products-top-count">共28件商品</text>
+									<text class="all-products-top-count">共{{storeInfo.goodsTotal}}件商品</text>
 								</view>
 
-								<view class="all-products-body">
-									<view class="all-products-item" @click="addGoodPopupShow = true">
-										<image
-											src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
-											mode="scaleToFill" />
-
-										<view class="all-products-item-content">
-											<view class="all-products-item-content-t">
-												宫中秘策(GOONGBE)进口儿童韩国进口儿童防晒霜80g
-											</view>
-											<view class="all-products-item-content-b">
-												<view style="display:flex;">
-													<text class="red"> ¥48.00</text>
-													<text class="line-thr">¥52.00</text>
-												</view>
-
-												<view>
-													<u-number-box v-model="value" @change="valChange"></u-number-box>
-												</view>
-											</view>
-										</view>
-									</view>
+								<view class="all-products-body" v-for="(item, index) in storeInfo.goodsList" :key="index">
+									
 									<view class="all-products-item" @click="addGoodPopupShow = true">
 										<image
-											src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
-											mode="scaleToFill" />
-
-										<view class="all-products-item-content">
-											<view class="all-products-item-content-t">
-												宫中秘策(GOONGBE)进口儿童韩国进口儿童防晒霜80g
-											</view>
-											<view class="all-products-item-content-b">
-												<view style="display:flex;">
-													<text class="red"> ¥48.00</text>
-													<text class="line-thr">¥52.00</text>
-												</view>
-
-												<view>
-													<u-number-box v-model="value" @change="valChange"></u-number-box>
-												</view>
-											</view>
-										</view>
-									</view>
-									<view class="all-products-item" @click="addGoodPopupShow = true">
-										<image
-											src="https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/38e693de009644aa9de2dc6d6f7e747a_mergeImage.png"
+											:src="item.goodsCover"
 											mode="scaleToFill" />
 
 										<view class="all-products-item-content">
 											<view class="all-products-item-content-t">
-												宫中秘策(GOONGBE)进口儿童韩国进口儿童防晒霜80g
+												{{item.goodsName}}
 											</view>
 											<view class="all-products-item-content-b">
 												<view style="display:flex;">
-													<text class="red"> ¥48.00</text>
-													<text class="line-thr">¥52.00</text>
+													<text class="red">{{item.discountPrice}}</text>
+													<text class="line-thr">{{item.salePrice}}</text>
 												</view>
 
 												<view>

+ 4 - 174
pages/index/diy/components/latestGroupBuying.vue

@@ -46,11 +46,11 @@
 						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">
+					<!-- <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>
+						<uni-countdown :show-day="false" :hour="12" :minute="12" :second="12"></uni-countdown>
+					<!-- </text> -->
 				</view>
 			</view>
 			<view class="group_7 flex-row justify-between">
@@ -61,7 +61,7 @@
 				<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">距您{{e.distance}}km</text>
+					<text class="text-group_6">距您{{e.selfTake.distanceDesc}}</text>
 				</view>
 			</view>
 			<view class="box_4 flex-row">
@@ -137,176 +137,6 @@ export default {
 		return {
 			navigationList2: [],
 			ProductNavindex: 0,
-			explosiveMoney: [
-				{
-					"chiild": [
-						{
-							"title": "标题",
-							"val": "首发新品",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						},
-						{
-							"title": "简介",
-							"val": "最新出炉",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						}
-					],
-					"link": {
-						"title": "链接",
-						"activeVal": 3,
-						"optiops": [
-							{
-								"type": 0,
-								"value": 1,
-								"label": "精品推荐"
-							},
-							{
-								"type": 1,
-								"value": 2,
-								"label": "热门榜单"
-							},
-							{
-								"type": 2,
-								"value": 3,
-								"label": "首发新品"
-							},
-							{
-								"type": 3,
-								"value": 4,
-								"label": "促销单品"
-							}
-						]
-					}
-				},
-				{
-					"chiild": [
-						{
-							"title": "标题",
-							"val": "精品推荐",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						},
-						{
-							"title": "简介",
-							"val": "猜你喜欢",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						}
-					],
-					"link": {
-						"title": "链接",
-						"activeVal": 1,
-						"optiops": [
-							{
-								"type": 0,
-								"value": 1,
-								"label": "精品推荐"
-							},
-							{
-								"type": 1,
-								"value": 2,
-								"label": "热门榜单"
-							},
-							{
-								"type": 2,
-								"value": 3,
-								"label": "首发新品"
-							},
-							{
-								"type": 3,
-								"value": 4,
-								"label": "促销单品"
-							}
-						]
-					}
-				},
-				{
-					"chiild": [
-						{
-							"title": "标题",
-							"val": "热门榜单",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						},
-						{
-							"title": "简介",
-							"val": "好评如云",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						}
-					],
-					"link": {
-						"title": "链接",
-						"activeVal": 2,
-						"optiops": [
-							{
-								"type": 0,
-								"value": 1,
-								"label": "精品推荐"
-							},
-							{
-								"type": 1,
-								"value": 2,
-								"label": "热门榜单"
-							},
-							{
-								"type": 2,
-								"value": 3,
-								"label": "首发新品"
-							},
-							{
-								"type": 3,
-								"value": 4,
-								"label": "促销单品"
-							}
-						]
-					}
-				},
-				{
-					"chiild": [
-						{
-							"title": "标题",
-							"val": "促销单品",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						},
-						{
-							"title": "简介",
-							"val": "多买多销",
-							"max": 4,
-							"pla": "选填,不超过四个字"
-						}
-					],
-					"link": {
-						"title": "链接",
-						"activeVal": 4,
-						"optiops": [
-							{
-								"type": 0,
-								"value": 1,
-								"label": "精品推荐"
-							},
-							{
-								"type": 1,
-								"value": 2,
-								"label": "热门榜单"
-							},
-							{
-								"type": 2,
-								"value": 3,
-								"label": "首发新品"
-							},
-							{
-								"type": 3,
-								"value": 4,
-								"label": "促销单品"
-							}
-						]
-					}
-				}
-			],
 			numConfig: 9,
 			// imgStyle: this.dataConfig.imgStyle.type,
 			mbConfig: 0,

+ 8 - 21
pages/index/diy/index_mall.vue

@@ -18,21 +18,12 @@
 		</view>
 		<!-- 轮播 -->
 		<view class="swiper-group">
-			<u-swiper
-                :list="swiperTabList"
-                @change="e => current = e.current"
-                :autoplay="false"
-        >
-            <view
-                    slot="indicator"
-                    class="indicator"
-            >
-                <view
-                        class="indicator__dot"
-                        v-for="(item, index) in swiperTabList"
+			<u-swiper :list="swiperList" @change="e => current = e.current" :autoplay="false">
+            <view slot="indicator" class="indicator">
+                <view class="indicator__dot"
+                        v-for="(item, index) in swiperList"
                         :key="index"
-                        :class="[index === current && 'indicator__dot--active']"
-                >
+                        :class="[index === current && 'indicator__dot--active']">
                 </view>
             </view>
         </u-swiper>
@@ -100,11 +91,6 @@ export default {
 				'洛阳亲友如相问',
 				'一片冰心在玉壶'
 			],
-			swiperTabList: [
-				'https://cdn.uviewui.com/uview/swiper/swiper3.png',
-				'https://cdn.uviewui.com/uview/swiper/swiper2.png',
-				'https://cdn.uviewui.com/uview/swiper/swiper1.png',
-			],
 			swiperList: [
 				'https://cdn.uviewui.com/uview/swiper/swiper3.png',
 				'https://cdn.uviewui.com/uview/swiper/swiper2.png',
@@ -283,13 +269,14 @@ export default {
 			})
 		},
 		getAdsList () {
+			let that = this;
 			getAdsList({
 				type: 2
 			}).then(res => {
 				if (res.data.length > 0) {
-					this.swiperList = []
+					that.swiperList = []
 					res.data.forEach(element => {
-						this.swiperList.push(element.imageUrl)
+						that.swiperList.push(element.imageUrl)
 					});
 				}
 			});