Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
ed7e6dac1c
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/home/enterprise/enterprise.wxml

2
pages/home/enterprise/enterprise.wxml

@ -49,7 +49,7 @@
<wux-cell wx:if="{{userType == 1}}" data-cid='numberMoon' data-tag='营业执照'> <wux-cell wx:if="{{userType == 1}}" data-cid='numberMoon' data-tag='营业执照'>
<view slot="header" class="text-gray">营业执照</view> <view slot="header" class="text-gray">营业执照</view>
<view slot="footer" class="{{userInfo.businessLicenseUrl? 'text-black':'text-gray'}}">{{userInfo.businessLicenseUrl==null?'未上传':'查看'}}</view>
<view slot="footer" class="{{userInfo.businessLicenseUrl? 'text-black':'text-gray'}}">{{userInfo.businessLicenseUrl==null?'未上传':'已上传'}}</view>
</wux-cell> </wux-cell>

Loading…
Cancel
Save