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