refactor: remove non-design user profile content
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user