totalMoneyShouw

This commit is contained in:
shijing 2022-02-11 10:19:56 +08:00
parent dce7d15ab1
commit c6b2d3c983
1 changed files with 5 additions and 3 deletions

View File

@ -61,9 +61,10 @@
<view class="number" style="font-size: 24upx;">收货人:{{row.linkman}} {{row.telphone}}</view>
<!-- <view class="number" style="font-size: 24upx;">订单号:{{row.order_sn}}<span style="color:red">|{{row.create_time}}</span></view> -->
</view>
<!-- <view class="detail">
<view class="number">{{row.shop_db.length}}件商品</view><view class="sum">合计<view class="price">{{row.totalmoney}}</view></view><view class="nominal">(含运费 {{row.real_freight}})</view>
</view> -->
<view class="detail">
<!-- <view class="number">{{row.shop_db.length}}件商品</view> -->
<view class="sum">合计<view class="price">{{row.totalmoney}}</view></view><view class="nominal">(含运费 {{row.real_freight}})</view>
</view>
<view class="btns">
<view class="default" @tap="cancelOrder(row.id, index)" v-if="row.shipping_status==0">取消订单</view>
<view class="pay" @tap="toUppay(row)" v-if="row.pay_status==0||row.pay_status==2">上传付款凭证</view></block>
@ -484,6 +485,7 @@ page{
display: flex;
align-items: flex-end;
.price{
color:#ec652f;
font-size: 30upx;
}
}