|
|
@@ -110,18 +110,9 @@ struct ChangePassWord{
|
|
|
bottom: 9
|
|
|
},
|
|
|
click: () => {
|
|
|
+ // 手动同意下, 防止在重置密码时会弹出隐私协议
|
|
|
+ this.loginCollect.isAgreePrivacy = true
|
|
|
this.loginCollect.executeLogin("common")
|
|
|
- // if (!this.value) {
|
|
|
- // IBestToast.show({
|
|
|
- // type: "warning",
|
|
|
- // message: "昵称不能为空"
|
|
|
- // })
|
|
|
- // return
|
|
|
- // }
|
|
|
- // YTUserRequest.changeNickname(this.value, () => {
|
|
|
- // IBestToast.show({ message: '名称修改成功' })
|
|
|
- // this.showReviseName = false
|
|
|
- // })
|
|
|
}
|
|
|
|
|
|
}).margin({ bottom: 142 })
|