|
@@ -47,7 +47,7 @@
|
|
|
<view class="priceBox">
|
|
|
<view class="money"><span class="renminbi">¥</span>{{item2.PSalePrice?item2.PSalePrice:'0'}}
|
|
|
</view>
|
|
|
- <view class="money old" v-if="item2.PShowScribingType==1"><span
|
|
|
+ <view class="old" v-if="item2.PShowScribingType==1"><span
|
|
|
class="renminbi">¥</span>{{item2.PScribingPrice?item2.PScribingPrice:'0'}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -56,7 +56,7 @@
|
|
|
<view class="priceBox">
|
|
|
<view class="money"><span
|
|
|
class="renminbi">¥</span>{{item2.BPSalePrice?item2.BPSalePrice:'0'}}</view>
|
|
|
- <view class="money old" v-if="item2.BPShowScribingType==1"><span
|
|
|
+ <view class="old" v-if="item2.BPShowScribingType==1"><span
|
|
|
class="renminbi">¥</span>{{item2.BPScribingPrice?item2.BPScribingPrice:'0'}}</view>
|
|
|
</view>
|
|
|
|
|
@@ -478,7 +478,7 @@
|
|
|
}
|
|
|
.old {
|
|
|
color: #999999;
|
|
|
-
|
|
|
+ font-size: 24rpx;
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
|