2023-02-15
This commit is contained in:
@@ -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