|
|
@ -116,7 +116,7 @@ |
|
|
|
<!-- {{$t(`共`)}}{{ item.total_num || 0 }}{{$t(`件商品,总金额`)}} |
|
|
|
<!-- {{$t(`共`)}}{{ item.total_num || 0 }}{{$t(`件商品,总金额`)}} |
|
|
|
<text class="money">{{$t(`¥`)}}{{ item.pay_price }}</text> --> |
|
|
|
<text class="money">{{$t(`¥`)}}{{ item.pay_price }}</text> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="totalPrice" v-if="item.wei_status==1"> |
|
|
|
<view class="totalPrice" v-if="item.wei_status==1||item.wei_status==2"> |
|
|
|
<text style="font-size: 24rpx;color: #999999;">已付定金:<text style="color: #333333;">¥{{item.pay_money_dingjin}}</text></text> |
|
|
|
<text style="font-size: 24rpx;color: #999999;">已付定金:<text style="color: #333333;">¥{{item.pay_money_dingjin}}</text></text> |
|
|
|
<text style="font-size: 24rpx;color: #999999;margin:0 30rpx;">本次尾款支付:<text style="color: #E4884E;">¥{{item.pay_money_wei}}</text></text> |
|
|
|
<text style="font-size: 24rpx;color: #999999;margin:0 30rpx;">本次尾款支付:<text style="color: #E4884E;">¥{{item.pay_money_wei}}</text></text> |
|
|
|
|
|
|
|
|
|
|
|