|
@@ -35,7 +35,7 @@
|
|
<view class="goodsInfo">
|
|
<view class="goodsInfo">
|
|
<view class="goods-name">{{ goodsInfo.name }}</view>
|
|
<view class="goods-name">{{ goodsInfo.name }}</view>
|
|
<view class="goods-price">
|
|
<view class="goods-price">
|
|
- <text class="stuff">¥ </text>
|
|
|
|
|
|
+ <text class="stuff">¥</text>
|
|
<text class="priceZ">{{ my.formatValue(goodsInfo.originalPrice) }}</text>
|
|
<text class="priceZ">{{ my.formatValue(goodsInfo.originalPrice) }}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -51,7 +51,7 @@
|
|
<view class="goodsInfo">
|
|
<view class="goodsInfo">
|
|
<view class="goods-name">{{ instrumentsInfo.name }}</view>
|
|
<view class="goods-name">{{ instrumentsInfo.name }}</view>
|
|
<view class="goods-price">
|
|
<view class="goods-price">
|
|
- <text class="stuff">¥ </text>
|
|
|
|
|
|
+ <text class="stuff">¥</text>
|
|
<text class="priceZ">{{ my.formatValue(instrumentsInfo.originalPrice) }}</text>
|
|
<text class="priceZ">{{ my.formatValue(instrumentsInfo.originalPrice) }}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -67,7 +67,7 @@
|
|
<text>优惠活动</text>
|
|
<text>优惠活动</text>
|
|
</view>
|
|
</view>
|
|
<view class="discount">
|
|
<view class="discount">
|
|
- <text>-¥ </text>
|
|
|
|
|
|
+ <text>-¥</text>
|
|
<text>{{my.formatValue(goodsInfo.originalPrice + (instrumentsInfo.originalPrice || 0) - (goodsInfo.salePrice + (instrumentsInfo.salePrice || 0)))}}</text>
|
|
<text>{{my.formatValue(goodsInfo.originalPrice + (instrumentsInfo.originalPrice || 0) - (goodsInfo.salePrice + (instrumentsInfo.salePrice || 0)))}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -106,6 +106,7 @@
|
|
<text>{{ orderInfo.createTime }}</text>
|
|
<text>{{ orderInfo.createTime }}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="bottomBlock"></view>
|
|
<!-- <view class="order-time">
|
|
<!-- <view class="order-time">
|
|
<view class="order-item">
|
|
<view class="order-item">
|
|
<view class="title">订单号</view>
|
|
<view class="title">订单号</view>
|