|
@@ -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>
|