2023-02-15
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
<view class="t-box">
|
||||
<text class="title clamp">{{ item.goods.title }}</text>
|
||||
<view class="price-box">
|
||||
<text class="price">{{ item.groupPrice }}</text>
|
||||
<text class="price">惠农团购价¥{{ item.groupPrice }}</text>
|
||||
<text class="m-price">¥{{ item.goods.price }}</text>
|
||||
</view>
|
||||
<view class="pro-box">
|
||||
@@ -573,6 +573,7 @@
|
||||
async getHotGoodsList() {
|
||||
let params = {};
|
||||
let groupHotGoodsList = await Api.apiCall('get', Api.goods.groupHotGoodsList, params);
|
||||
console.log("团购信息》》》》》",groupHotGoodsList)
|
||||
this.groupHotGoodsList = groupHotGoodsList;
|
||||
},
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<text class="title clamp">{{ item.name }}</text>
|
||||
<view class="price-box" v-if="item.isFenxiao == 1">
|
||||
<text class="price">{{ item.price }}</text>
|
||||
<text>佣金 ¥{{ item.fenxiaoPrice }}</text>
|
||||
<!-- <text>佣金 ¥{{ item.fenxiaoPrice }}</text> -->
|
||||
</view>
|
||||
<view class="price-box" v-if="item.isVip == 1">
|
||||
<text class="price">会员价{{ item.vipPrice }}</text>
|
||||
@@ -461,8 +461,8 @@ page,
|
||||
color: $uni-color-primary;
|
||||
line-height: 1;
|
||||
&:before {
|
||||
content: '¥';
|
||||
font-size: 26upx;
|
||||
content: '惠农价¥';
|
||||
font-size: $font-lg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user