This commit is contained in:
2023-10-17 09:41:12 +08:00
parent 162a2866c6
commit 2eb4ced61f

View File

@ -89,7 +89,7 @@
this.patientName = this.userinfo.patientName this.patientName = this.userinfo.patientName
if (this.userinfo) { if (this.userinfo) {
checkSignApply(this.userinfo.cardNo).then(res => { checkSignApply(this.userinfo.cardNo).then(res => {
if (res.code != 0) { if (res.data.code != 0) {
this.checkSign = true this.checkSign = true
} else { } else {
this.checkSign = false this.checkSign = false
@ -114,7 +114,6 @@
}, },
// //
goonline() { goonline() {
console.log(!this.userinfo)
if (!this.userinfo) { if (!this.userinfo) {
this.gologin(); this.gologin();
} else { } else {