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