no message
This commit is contained in:
parent
8588aabf1c
commit
cc73d37f87
@ -14,10 +14,11 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 用户ID -->
|
<!-- 用户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="label">账号</view>
|
||||||
<view class="content">{{ userInfo?.username }}</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>
|
</view>
|
||||||
|
|
||||||
<!-- 昵称 -->
|
<!-- 昵称 -->
|
||||||
@ -68,9 +69,7 @@
|
|||||||
<!-- 邮箱 -->
|
<!-- 邮箱 -->
|
||||||
<view class="item text-nr flex justify-between">
|
<view class="item text-nr flex justify-between">
|
||||||
<view class="label">邮箱</view>
|
<view class="label">邮箱</view>
|
||||||
<view class="content">{{
|
<view class="content">{{ userInfo?.email == null ? '-' : userInfo?.email }}</view>
|
||||||
userInfo?.email == null ? '-' : userInfo?.email
|
|
||||||
}}</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 注册时间 -->
|
<!-- 注册时间 -->
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<u-icon name="arrow-right" color="#666"></u-icon>
|
<u-icon name="arrow-right" color="#666"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
<!-- #ifdef MP-WEIXIN || H5 -->
|
<!-- #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="">绑定微信</view>
|
||||||
<view class="flex justify-between">
|
<view class="flex justify-between">
|
||||||
<view class="text-muted mr-[20rpx]">
|
<view class="text-muted mr-[20rpx]">
|
||||||
@ -30,7 +30,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<u-icon v-if="userInfo.isBindWechat == 0" name="arrow-right" color="#666"></u-icon>
|
<u-icon v-if="userInfo.isBindWechat == 0" name="arrow-right" color="#666"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- <navigator :url="`/packages/pages/agreement/agreement?type=${AgreementEnum.PRIVACY}`">
|
<!-- <navigator :url="`/packages/pages/agreement/agreement?type=${AgreementEnum.PRIVACY}`">
|
||||||
<view class="item bg-white mt-[20rpx] btn-border flex flex-1 justify-between">
|
<view class="item bg-white mt-[20rpx] btn-border flex flex-1 justify-between">
|
||||||
@ -65,7 +65,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="mt-[60rpx] mx-[26rpx]">
|
<view class="mt-[60rpx] mx-[26rpx]">
|
||||||
<u-button type="primary" shape="circle" @click="logoutHandle"> 退出登录 </u-button>
|
<u-button type="primary" shape="circle" @click="logoutHandle"> 退出登录 </u-button>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<u-action-sheet :list="list" v-model="show" @click="handleClick"
|
<u-action-sheet :list="list" v-model="show" @click="handleClick"
|
||||||
|
|||||||
@ -11,6 +11,6 @@ export default () => {
|
|||||||
// return vConsole
|
// return vConsole
|
||||||
// }
|
// }
|
||||||
// #endif
|
// #endif
|
||||||
const vConsole = new Vconsole();
|
// const vConsole = new Vconsole();
|
||||||
return vConsole;
|
// return vConsole;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user