refactor: remove non-design user profile content

This commit is contained in:
hajimi
2026-08-03 03:06:17 +08:00
parent f1a58541c6
commit a809733116
-9
View File
@@ -18,10 +18,6 @@
<view class="user-profile__meta">
<text v-if="isLogin">{{ userLevelName }}</text>
<text v-else>登录后享受更多服务</text>
<view v-if="isLogin && !userInfo.is_bind_mobile" class="user-profile__verify"
@tap.stop="goPage(`/pages/bind_mobile/bind_mobile?from=verify&mobile=${userInfo.mobile}`)">
未验证号码
</view>
</view>
</view>
<view class="user-profile__edit">
@@ -347,11 +343,6 @@ const handleMenuTap = (item: any) => {
font-size: 26rpx;
}
&__verify {
color: #e67e22;
font-size: 22rpx;
}
&__edit {
display: flex;
align-items: center;