diff --git a/manifest.json b/manifest.json index 61aa722..d3ce6a6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "蓝鲸鲜森", "appid" : "__UNI__EDA2611", "description" : "蓝鲸鲜森", - "versionName" : "1.6.0", - "versionCode" : 160, + "versionName" : "1.8.0", + "versionCode" : 180, "transformPx" : false, "app-plus" : { "optimization" : { diff --git a/pages/user/info.vue b/pages/user/info.vue index 9307aa1..9d5033b 100644 --- a/pages/user/info.vue +++ b/pages/user/info.vue @@ -77,6 +77,9 @@ + @@ -96,6 +99,9 @@ + + @@ -112,6 +118,8 @@ export default { userData: {}, showCalendar: false, showModal: false, + show:false, + logoutShow:false, editInfoDisabled: true, thirdOauthInfo: null //第三方信息 }; @@ -130,6 +138,10 @@ export default { this.userData.birthday = `${e.year}-${e.month}-${e.day}`; this.editInfoDisabled = this.userData.birthday == this.userInfo.birthday; }, + //注销账号 + logoutHandle(){ + this.show = true; + }, // 修改密码 changePwd() { this.showAuthModal("changePwd");