main
yangsai@163.com 4 months ago
parent fb64717fd3
commit d30bc0c302
  1. 2
      pages/goods/order_list/index.vue

@ -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>

Loading…
Cancel
Save