riku
2022-10-28 b45a01a8bee4a9bff5f9c248ead301b8675d1099
pages/m_user/mine/mine.wxml
@@ -5,27 +5,29 @@
      <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>
          <view>店铺未认证</view>
          <view>个人未认证</view> -->
        </view>
        <view class="user-tag">{{companyName}}</view>
      </view>
    </view>
  </view>
  <view class="page__bd">
    <view class="fyui-panel user-authentication">
      <view bindtap="gotoAuthentication" data-index="0">
        <text class="{{authStatus[0] ? 'status-1' : 'status-2'}}">{{authStatus[0] ? '已认证' : '未认证'}}</text>
        <image src="/res/icons/icon3.png"></image>
        <view>企业认证</view>
        <!-- <view>{{authStatus[0] ? '修改企业信息' : '企业信息认证'}}</view> -->
        <view>企业信息认证</view>
      </view>
      <view bindtap="gotoAuthentication" data-index="1">
        <image src="/res/icons/icon3.png"></image>
        <view>店铺认证</view>
      <view wx:if="{{sceneType == 1}}" bindtap="gotoAuthentication" data-index="1">
        <text class="{{authStatus[1] ? 'status-1' : 'status-2'}}">{{authStatus[1] ? '已认证' : '未认证'}}</text>
        <image src="/res/icons/scene_info.png"></image>
        <!-- <view>{{authStatus[1] ? '修改店铺信息' : '店铺信息认证'}}</view> -->
        <view>店铺信息认证</view>
      </view>
      <view bindtap="gotoAuthentication" data-index="2">
        <image src="/res/icons/icon3.png"></image>
        <view>个人认证</view>
        <text class="{{authStatus[2] ? 'status-1' : 'status-2'}}">{{authStatus[2] ? '已认证' : '未认证'}}</text>
        <image src="/res/icons/personal.png"></image>
        <!-- <view>{{authStatus[2] ? '修改个人信息' : '个人信息认证'}}</view> -->
        <view>个人信息认证</view>
      </view>
    </view>
    <view class="fyui-panel">
@@ -43,20 +45,14 @@
        <view class="fyui-cell__bd">通知管理</view>
        <view class="fyui-cell__ft"></view>
      </view>
      <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="2">
        <view class="fyui-cell__hd">
          <image src="/res/icons/icon5.png" class="icon" />
        </view>
        <view class="fyui-cell__bd">问题反馈</view>
        <view class="fyui-cell__ft"></view>
      </view>
      <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="3">
      <!-- <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="3">
        <view class="fyui-cell__hd">
          <image src="/res/icons/my_favor.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="4">
        <view class="fyui-cell__hd">
          <image src="/res/icons/my_consult.png" class="icon" />
@@ -71,6 +67,27 @@
        <view class="fyui-cell__bd">环保日程</view>
        <view class="fyui-cell__ft"></view>
      </view>
      <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="7">
        <view class="fyui-cell__hd">
          <image src="/res/icons/icon7.png" class="icon" />
        </view>
        <view class="fyui-cell__bd">操作指引</view>
        <view class="fyui-cell__ft"></view>
      </view>
      <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="2">
        <view class="fyui-cell__hd">
          <image src="/res/icons/icon5.png" class="icon" />
        </view>
        <view class="fyui-cell__bd">技术支持</view>
        <view class="fyui-cell__ft"></view>
      </view>
      <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="6">
        <view class="fyui-cell__hd">
          <image src="/res/icons/icon6.png" class="icon" />
        </view>
        <view class="fyui-cell__bd">关于</view>
        <view class="fyui-cell__ft">{{version}}</view>
      </view>
    </view>
  </view>