From 437144f41c74505d362a5214a18cec3d01b3ce4b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十月 2022 17:51:30 +0800
Subject: [PATCH] 2022.10.10

---
 pages/m_user/mine/mine.wxml |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/pages/m_user/mine/mine.wxml b/pages/m_user/mine/mine.wxml
index ebadc99..2884abe 100644
--- a/pages/m_user/mine/mine.wxml
+++ b/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>浼佷笟璁よ瘉</view>
+      </view>
+      <view bindtap="gotoAuthentication" data-index="1">
+        <image src="/res/icons/icon3.png"></image>
+        <view>搴楅摵璁よ瘉</view>
+      </view>
+      <view bindtap="gotoAuthentication" data-index="2">
+        <image src="/res/icons/icon3.png"></image>
+        <view>涓汉璁よ瘉</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>
\ No newline at end of file

--
Gitblit v1.9.3