|
|
|
@ -42,7 +42,7 @@ |
|
|
|
<wux-cell title="关于纸通宝" is-link url="/pages/home/about/index"></wux-cell> |
|
|
|
<wux-cell disabled="{{userInfo.bizUserName!=null}}" is-link data-cid='bizUserId' data-tag='业务人员邀请码' bind:click="showDialog"> |
|
|
|
<view slot="header" class="text-black">业务人员邀请码</view> |
|
|
|
<view slot="footer" class="{{userInfo.bizUserId? 'text-black':'text-gray'}}">{{userInfo.bizUserId || '点击填写业务人员邀请码'}}</view> |
|
|
|
<view slot="footer" class="{{userInfo.bizUserId? 'text-black':'text-gray'}}">{{userInfo.bizUserCode || '点击填写业务人员邀请码'}}</view> |
|
|
|
</wux-cell> |
|
|
|
</wux-cell-group> |
|
|
|
|
|
|
|
|