1.设置新增邮箱绑定和密码重置

2024.3.11 sws
master
sws 2024-03-11 18:51:46 +08:00
parent ce5ca68485
commit de2b0d6ea0
1 changed files with 5 additions and 3 deletions

View File

@ -126,10 +126,12 @@
this.setData({
form_submit_loading: false,
});
app.globalData.showToast(res.data.msg);
app.globalData.showToast(res.data.msg, 'success');
if (res.data.code == 0) {
//
uni.navigateBack();
setTimeout(() => {
//
uni.navigateBack();
}, 1500);
}
},
fail: () => {