Browse Source

no message

feature/v2.3
xpz2018 4 years ago
parent
commit
f4ff6e60f7
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/outside-price/index.wxml

2
pages/process/outside-price/index.wxml

@ -132,7 +132,7 @@
<text>厂外毛重(公斤)</text> <text>厂外毛重(公斤)</text>
</view> </view>
</van-field> </van-field>
<view id="orderImage" class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx" wx:if="{{form.orderStatus != 0 && imageList.length}}">
<view id="orderImage" class="bg-white" style="padding: 24rpx 32rpx 20rpx 32rpx" wx:if="{{form.orderStatus == 0 || imageList.length}}">
<view class="flex flex-justify" style="padding-bottom: 24rpx"> <view class="flex flex-justify" style="padding-bottom: 24rpx">
<view class="flex flex-center text-black"> <view class="flex flex-center text-black">
<view class="text-red text-xl" style="line-height: 10px; padding-top: 12px" wx:if="{{ form.orderStatus == 0}}">*</view> <view class="text-red text-xl" style="line-height: 10px; padding-top: 12px" wx:if="{{ form.orderStatus == 0}}">*</view>

Loading…
Cancel
Save