Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
59e409c2b9
1 changed files with 2 additions and 2 deletions
  1. 4
      xtends/statics/index/index.wxml

4
xtends/statics/index/index.wxml

@ -68,7 +68,7 @@
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.formateWeight(reportInfo.totalSettleWeight || 0)}}</view>
<view class="flex" style="margin-top:24rpx;align-items: center">
<text style="background-image: linear-gradient(270deg, #FF222C 0%, #FF691C 100%);border-radius:50%;height:16rpx;width:16rpx"></text>
<text class="text-black text-sm" style="margin-left:12rpx">外收货(吨)</text>
<text class="text-black text-sm" style="margin-left:12rpx">外收货(吨)</text>
</view>
<view class="text-black text-bold">{{formate.formateWeight(reportInfo.totalOffsiteSettleWeight || 0)}}</view>
</view>
@ -77,7 +77,7 @@
<view class="text-xxl" style="color:#278CC8;margin-top:8rpx">{{formate.formateAmount(reportInfo.totalSettlePrice || 0)}}</view>
<view class="flex" style="margin-top:24rpx;align-items: center">
<text style="background-image: linear-gradient(90deg, #007AFF 0%, #6BCDFF 100%);border-radius:50%;height:16rpx;width:16rpx"></text>
<text class="text-black text-sm" style="margin-left:12rpx">内收货(吨)</text>
<text class="text-black text-sm" style="margin-left:12rpx">内收货(吨)</text>
</view>
<view class="text-black text-bold">{{formate.formateWeight(reportInfo.totalOnsideSettleWeight || 0)}}</view>
</view>

Loading…
Cancel
Save