素质测评 删除多余代码,运行web
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user