修改
This commit is contained in:
parent
162a2866c6
commit
2eb4ced61f
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user