患者端提交
This commit is contained in:
@@ -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('用户点击取消')
|
||||
|
||||
Reference in New Issue
Block a user