精简页面请求结果提示/调整老年化模式指引样式
This commit is contained in:
@@ -296,6 +296,7 @@ export default {
|
||||
} else {
|
||||
this.onInit();
|
||||
}
|
||||
// this.onInit();
|
||||
this.setLocationAplus();
|
||||
SetTicket(this.$route.query.ticket);
|
||||
$(".logout").css("display", "none");
|
||||
@@ -382,7 +383,7 @@ export default {
|
||||
}
|
||||
},
|
||||
setIdCard(id) {
|
||||
return id == "加载中..."
|
||||
return id == "无数据"
|
||||
? id
|
||||
: id.substr(0, 6) + "********" + id.substr(14, 4);
|
||||
},
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
// 初始数据
|
||||
info: {
|
||||
userName: "无数据",
|
||||
idCard: "522121199001012012",
|
||||
idCard: "无数据",
|
||||
prjList: [
|
||||
{
|
||||
area: "无数据",
|
||||
@@ -115,13 +115,6 @@ export default {
|
||||
"https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs"
|
||||
);
|
||||
}, 3000);
|
||||
} else {
|
||||
this.$message({
|
||||
message: "请求出错",
|
||||
type: "error",
|
||||
duration: 3000,
|
||||
center: true
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -116,13 +116,6 @@ export default {
|
||||
"https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs"
|
||||
);
|
||||
}, 3000);
|
||||
} else {
|
||||
this.$message({
|
||||
message: "请求出错",
|
||||
type: "error",
|
||||
duration: 3000,
|
||||
center: true
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -182,13 +182,6 @@ export default {
|
||||
"https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs"
|
||||
);
|
||||
}, 3000);
|
||||
} else {
|
||||
this.$message({
|
||||
message: "请求出错",
|
||||
type: "error",
|
||||
duration: 3000,
|
||||
center: true
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user