患者端提交

This commit is contained in:
zoujiandong
2023-11-17 16:40:45 +08:00
parent 7c0f376058
commit 63d7cb402d
6 changed files with 15 additions and 24 deletions
+3
View File
@@ -53,8 +53,11 @@ Page({
let usertype = wx.getStorageSync('usertype');
wx.setStorageSync('AUTH_TOKEN_'+usertype, "");
wx.setStorageSync('user_id_'+usertype, "");
wx.setStorageSync('client_user_id_'+usertype, "");
app.imLogout();
app.globalData.isLogin=false;
wx.setStorageSync('usertype','')
app.go("/Pages/index/index");
} else if (res.cancel) {
console.log('用户点击取消')