素质测评 删除多余代码,运行web

This commit is contained in:
2026-01-19 11:36:17 +08:00
parent a1a94b264c
commit 9cf5905d5f
19 changed files with 8 additions and 25 deletions

View File

@@ -49,15 +49,19 @@
export default {
data() {
return {
barHeight: wx.getWindowInfo().statusBarHeight,
user: null,//用户信息
name: "",
idCard: ""
}
},
onLoad(e) {
this.idCard = e.idCard;
if(e.idCard){
this.idCard = e.idCard;
}else {
this.idCard = e.userId;
}
this.name = e.name;
console.log(e);
this.queryKaShiToken();
},
methods: {