riku
2022-10-12 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367
pages/m_user/mine/mine.wxml
@@ -5,19 +5,37 @@
      <image class="user-icon" src="/res/icons/learn_2.png" mode="aspectFill"></image>
      <view class="flex-v">
        <view class="user-name">{{userRealName}}</view>
        <view class="user-tag"></view>
        <view class="user-tag">
          <!-- <view>企业未认证</view>
          <view>店铺未认证</view>
          <view>个人未认证</view> -->
        </view>
      </view>
    </view>
  </view>
  <view class="page__bd">
    <view class="fyui-panel user-authentication">
      <view bindtap="gotoAuthentication" data-index="0">
        <image src="/res/icons/icon3.png"></image>
        <view>{{authStatus[0] ? '修改企业信息' : '企业信息认证'}}</view>
      </view>
      <view bindtap="gotoAuthentication" data-index="1">
        <image src="/res/icons/icon3.png"></image>
        <view>{{authStatus[1] ? '修改店铺信息' : '店铺信息认证'}}</view>
      </view>
      <view bindtap="gotoAuthentication" data-index="2">
        <image src="/res/icons/icon3.png"></image>
        <view>{{authStatus[2] ? '修改个人信息' : '个人信息认证'}}</view>
      </view>
    </view>
    <view class="fyui-panel">
      <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="0">
      <!-- <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="0">
        <view class="fyui-cell__hd">
          <image src="/res/icons/icon3.png" class="icon" />
        </view>
        <view class="fyui-cell__bd">企业认证</view>
        <view class="fyui-cell__ft"></view>
      </view>
      </view> -->
      <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="1">
        <view class="fyui-cell__hd">
          <image src="/res/icons/icon4.png" class="icon" />
@@ -59,4 +77,4 @@
  <view class="page__ft">
    <view class="logout" bindtap="logout">退出账户</view>
  </view>
</view>
</view>