优化素质测评功能

This commit is contained in:
2025-11-28 13:55:54 +08:00
parent 690c0fd6db
commit a31ea56a70
6 changed files with 12 additions and 32 deletions

View File

@@ -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);