优化素质测评功能
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
const res = await api.queryKaShiToken(this.idCard,this.name)
|
||||
if(res.Result == 1){
|
||||
let params = {
|
||||
token:res.Data.token,
|
||||
token:res.Data.token,
|
||||
user: res.Data.userInfo
|
||||
};
|
||||
uni.setStorageSync('CAuserInfo',params);
|
||||
|
||||
Reference in New Issue
Block a user