Browse Source

修改个人信息

shibei
mk 2 years ago
parent
commit
afab5d2682
  1. 2
      miniprogram/pages/formid/formid.js

2
miniprogram/pages/formid/formid.js

@ -497,7 +497,7 @@ Page({
if(res.code == 0){ if(res.code == 0){
wx.removeStorageSync('userInfo') wx.removeStorageSync('userInfo')
this.getUserInfo() this.getUserInfo()
than.showToast(res.msg) than.showToast('修改成功')
}else{ }else{
than.showToast(res.msg) than.showToast(res.msg)
} }

Loading…
Cancel
Save