[发布商品认证及商品认证展示,详情页面水晶展示位置]
This commit is contained in:
@@ -14,11 +14,12 @@
|
||||
<view class="goods-content">
|
||||
<view class="header">
|
||||
<view class="flex-box">
|
||||
<view class="price"><text>¥</text>{{goodsObj.price.show}}</view>
|
||||
<view class="price"><text>¥</text>{{goodsObj.price.show}}
|
||||
<span class='shuijing' v-if='goodsObj.price.pv>0'>
|
||||
+ <span> {{goodsObj.price.pv}} </span><image style="width: 20rpx;" src="/static/icons/crystal-icon.png" mode="widthFix" />
|
||||
</span>
|
||||
</view>
|
||||
<!-- <view class="sales">累计交易{{goodsObj.sales}}次</view> -->
|
||||
<span style='font-size: 26rpx;color: #999;font-weight: normal;padding-left: 20rpx;' v-if='goodsObj.price.pv>0'>
|
||||
贡献值:<span>{{goodsObj.price.pv}}</span><image style="width: 20rpx;" src="/static/icons/crystal-icon.png" mode="widthFix" />
|
||||
</span>
|
||||
</view>
|
||||
<view class="coupon" v-if="couponSee.length > 0" @click="couponsOpne">
|
||||
<view class="coupon-list" v-for="(item, index) in couponSee" :key="index">
|
||||
@@ -413,7 +414,9 @@
|
||||
font-weight: bold;
|
||||
color: $text-price;
|
||||
font-size: $title-size + 14;
|
||||
|
||||
.shuijing{
|
||||
font-size: 26rpx;color: #999;font-weight: normal;padding-left: 20rpx;
|
||||
}
|
||||
text {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user