|
@@ -28,8 +28,8 @@
|
|
|
<text class="line-1" style="margin-right: 6rpx;">可退数量:{{item.returnqty||' --'}}</text>
|
|
|
</view>
|
|
|
<view style="margin-top: 8rpx;">
|
|
|
- <text class="price">¥{{item.price}}</text>
|
|
|
- <text class="old-price" wx:if="{{item.price<item.marketprice}}">¥{{item.marketprice}}</text>
|
|
|
+ <text class="price">¥{{item.price}}元</text>
|
|
|
+ <text class="old-price" wx:if="{{item.price<item.marketprice}}">¥{{item.marketprice}}元</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view wx:if="{{!disabled}}" class="delete" data-item="{{item}}" catchtap="deleteProduct">
|
|
@@ -44,7 +44,7 @@
|
|
|
<input disabled='{{disabled}}' bindtap="isEdit" class="input" style="width: 240rpx;" type="digit" value="{{item.qty}}" data-name="qty" data-data="{{item}}" bindblur="onBlur" />
|
|
|
</view>
|
|
|
<view class="money">
|
|
|
- 金额:<text>¥{{item.amount}}</text>
|
|
|
+ 金额:<text>¥{{item.amount}}元</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|