no message

This commit is contained in:
rucky 2025-03-14 18:22:17 +08:00
parent 8588aabf1c
commit cc73d37f87
3 changed files with 8 additions and 10 deletions

View File

@ -14,10 +14,11 @@
</view>
<!-- 用户ID -->
<view class="item text-nr flex justify-between" @click="; (showUserName = true), (newUsername = userInfo?.username)">
<!-- @click="; (showUserName = true), (newUsername = userInfo?.username)" -->
<view class="item text-nr flex justify-between">
<view class="label">账号</view>
<view class="content">{{ userInfo?.username }}</view>
<u-icon name="arrow-right" size="22" color="#666"></u-icon>
<!-- <u-icon name="arrow-right" size="22" color="#666"></u-icon> -->
</view>
<!-- 昵称 -->
@ -68,9 +69,7 @@
<!-- 邮箱 -->
<view class="item text-nr flex justify-between">
<view class="label">邮箱</view>
<view class="content">{{
userInfo?.email == null ? '-' : userInfo?.email
}}</view>
<view class="content">{{ userInfo?.email == null ? '-' : userInfo?.email }}</view>
</view>
<!-- 注册时间 -->

View File

@ -22,7 +22,7 @@
<u-icon name="arrow-right" color="#666"></u-icon>
</view>
<!-- #ifdef MP-WEIXIN || H5 -->
<view v-if="isWeixin" class="item bg-white flex flex-1 justify-between" @click="bindWechatLock">
<!-- <view v-if="isWeixin" class="item bg-white flex flex-1 justify-between" @click="bindWechatLock">
<view class="">绑定微信</view>
<view class="flex justify-between">
<view class="text-muted mr-[20rpx]">
@ -30,7 +30,7 @@
</view>
<u-icon v-if="userInfo.isBindWechat == 0" name="arrow-right" color="#666"></u-icon>
</view>
</view>
</view> -->
<!-- #endif -->
<!-- <navigator :url="`/packages/pages/agreement/agreement?type=${AgreementEnum.PRIVACY}`">
<view class="item bg-white mt-[20rpx] btn-border flex flex-1 justify-between">
@ -65,7 +65,6 @@
</view>
<view class="mt-[60rpx] mx-[26rpx]">
<u-button type="primary" shape="circle" @click="logoutHandle"> 退出登录 </u-button>
</view>
<u-action-sheet :list="list" v-model="show" @click="handleClick"

View File

@ -11,6 +11,6 @@ export default () => {
// return vConsole
// }
// #endif
const vConsole = new Vconsole();
return vConsole;
// const vConsole = new Vconsole();
// return vConsole;
};