hookehuyr

refactor(profile): 移除我的认证菜单项

屏蔽了首页认证入口,我的页面列表上菜单如果,我的订单上我的认证列表,3个地方
...@@ -52,11 +52,11 @@ ...@@ -52,11 +52,11 @@
52 <Right size="18" color="#9ca3af" /> 52 <Right size="18" color="#9ca3af" />
53 </view> 53 </view>
54 54
55 - <view class="menu-item" @click="onMyAuthCar"> 55 + <!-- <view class="menu-item" @click="onMyAuthCar">
56 <StarN size="20" color="#6b7280" /> 56 <StarN size="20" color="#6b7280" />
57 <text class="menu-text">我的认证</text> 57 <text class="menu-text">我的认证</text>
58 <Right size="18" color="#9ca3af" /> 58 <Right size="18" color="#9ca3af" />
59 - </view> 59 + </view> -->
60 60
61 <view class="menu-item" @click="onCollectionSettings"> 61 <view class="menu-item" @click="onCollectionSettings">
62 <Scan size="20" color="#6b7280" /> 62 <Scan size="20" color="#6b7280" />
......