Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
04c6179655
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='营业执照'>
<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?'已上传':'未上传'}}</view>
</wux-cell>

Loading…
Cancel
Save