Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
63376fb151
1 changed files with 1 additions and 4 deletions
  1. 5
      pages/process/outside-info/index.wxml

5
pages/process/outside-info/index.wxml

@ -84,10 +84,7 @@
</van-cell> </van-cell>
<van-cell> <van-cell>
<view slot="title" class="flex flex-justify"> <view slot="title" class="flex flex-justify">
<view class="flex flex-center text-black">
<view class="text-red text-xl" style="line-height: 10px; padding-top: 8px" wx:if="{{!form.onsideGrossWeight}}">*</view>
<text>厂内毛重(公斤)</text>
</view>
<view class="flex flex-center text-black">厂内毛重(公斤)</view>
<view class="{{form.onsideGrossWeight ? 'text-gray' : 'text-red'}}">{{form.onsideGrossWeight || '暂无'}}</view> <view class="{{form.onsideGrossWeight ? 'text-gray' : 'text-red'}}">{{form.onsideGrossWeight || '暂无'}}</view>
</view> </view>
</van-cell> </van-cell>

Loading…
Cancel
Save