Browse Source

no message

featrue/v4.3
xpz2018 5 years ago
parent
commit
82922a3193
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/agent/detail/index.wxml

2
pages/agent/detail/index.wxml

@ -115,7 +115,7 @@
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx"> <view class="flex flex-justify text-sg" style="margin-top:20rpx;border-top:2rpx solid #f3f3f3;padding-top:16rpx">
<text class="text-black">代卖费</text> <text class="text-black">代卖费</text>
<text style="color:#F5222D">{{formate.formateAmount(item.proxyAmount)}}元</text>
<text style="color:#F5222D">{{formate.formateAmount(item.proxyAmount) || 0}}元</text>
</view> </view>
<view class="flex flex-justify text-sm" style="margin-top:4rpx"> <view class="flex flex-justify text-sm" style="margin-top:4rpx">
<text class="text-gray">代卖费单价x结算重量</text> <text class="text-gray">代卖费单价x结算重量</text>

Loading…
Cancel
Save