|
@@ -13,9 +13,9 @@
|
|
<view class="detail-info-left__coin">
|
|
<view class="detail-info-left__coin">
|
|
<view class="content flex">
|
|
<view class="content flex">
|
|
<image src="../../static/public/goods_coin.png" mode=""></image>
|
|
<image src="../../static/public/goods_coin.png" mode=""></image>
|
|
- <view>× {{ info.exchangePrice }}</view>
|
|
|
|
|
|
+ <view><text>×</text>{{ info.exchangePrice }}</view>
|
|
</view>
|
|
</view>
|
|
- <view class="txt" v-if="info.originPrice">原价:<text>{{ info.originPrice }}</text></view>
|
|
|
|
|
|
+ <view class="txt" v-if="info.originPrice">原盲豆:<text>{{ info.originPrice }}</text></view>
|
|
</view>
|
|
</view>
|
|
<view class="detail-info-left__price">¥{{ $numberFormat(info.value) }}</view>
|
|
<view class="detail-info-left__price">¥{{ $numberFormat(info.value) }}</view>
|
|
</view>
|
|
</view>
|
|
@@ -281,19 +281,21 @@
|
|
.content {
|
|
.content {
|
|
color: #FF2929;
|
|
color: #FF2929;
|
|
margin-right: 34rpx;
|
|
margin-right: 34rpx;
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
|
image {
|
|
image {
|
|
width: 34rpx;
|
|
width: 34rpx;
|
|
height: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ text {
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.txt {
|
|
.txt {
|
|
color: #666666;
|
|
color: #666666;
|
|
-
|
|
|
|
- text {
|
|
|
|
- text-decoration: line-through;
|
|
|
|
- }
|
|
|
|
|
|
+ text-decoration: line-through;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|