| | |
| | | <view class="fyui-panel user-authentication"> |
| | | <view bindtap="gotoAuthentication" data-index="0"> |
| | | <image src="/res/icons/icon3.png"></image> |
| | | <view>企业认证</view> |
| | | <view>{{authStatus[0] ? '修改企业信息' : '企业信息认证'}}</view> |
| | | </view> |
| | | <view bindtap="gotoAuthentication" data-index="1"> |
| | | <image src="/res/icons/icon3.png"></image> |
| | | <view>店铺认证</view> |
| | | <view>{{authStatus[1] ? '修改店铺信息' : '店铺信息认证'}}</view> |
| | | </view> |
| | | <view bindtap="gotoAuthentication" data-index="2"> |
| | | <image src="/res/icons/icon3.png"></image> |
| | | <view>个人认证</view> |
| | | <view>{{authStatus[2] ? '修改个人信息' : '个人信息认证'}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="fyui-panel"> |