From 6b4ede1806da26d93f5fad839199fe8b2e0641f5 Mon Sep 17 00:00:00 2001 From: zhao_js <349234519@qq.com> Date: 星期二, 28 十一月 2023 16:28:34 +0800 Subject: [PATCH] no message --- uniapp/pages/mine/setting/modifyInfo.vue | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/uniapp/pages/mine/setting/modifyInfo.vue b/uniapp/pages/mine/setting/modifyInfo.vue index da768ca..990facf 100644 --- a/uniapp/pages/mine/setting/modifyInfo.vue +++ b/uniapp/pages/mine/setting/modifyInfo.vue @@ -2,7 +2,7 @@ <view class="modifyInfo-wrapper wrapperLayer"> <titleBar :titleText="'淇敼淇℃伅'" :pageForm='"modifyInfo"'></titleBar> <view class="pagebottom-container colCen"> - <view class="userAvator-bar pd30 rowCenBet" @tap="avatarChoose()"> + <view class="userAvator-bar pd30 rowCenBet" @tap="perVerification()"> <view class="leftkey"> 澶村儚 </view> @@ -27,7 +27,11 @@ </view> </view> </view> + <u-modal v-model="showConModel" show-cancel-button :content="conContent" @confirm="modConfirm" :async-close="true"> + </u-modal> </view> + + </template> <script> @@ -40,7 +44,9 @@ }, data() { return { - user:'' + user:'', + showConModel:false, + conContent:'', } }, onShow() { @@ -49,6 +55,16 @@ }) }, methods:{ + perVerification() + { + this.conContent='搴旂敤灏嗙敵璇峰瓨鍌ㄣ�佹媿鐓х殑鏉冮檺锛屼粎鐢ㄤ簬澶村儚鐨勫浘鐗囬�夊彇'; + this.showConModel=true; + }, + modConfirm() + { + this.showConModel=false; + this.avatarChoose(); + }, nickname(){ uni.navigateTo({ url:'./setNickname?nickName='+this.user.nickname -- Gitblit v1.9.3