This commit is contained in:
曹辉 2023-04-13 15:25:29 +08:00
parent 2cdffe8b2e
commit e121c89ff0
2 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@
that.$refs.uToast.show({
title: '为了保证资料真实,平台需要对你的资料进行审核,请耐心等待',
type: 'success',
duration: '1500',
duration: '10000',
})
if (that.timer) {
clearTimeout(that.timer)

View File

@ -117,7 +117,7 @@
uni.navigateTo({
url: "/pages/template/template"
})
} else if (this.nursePersonRole = 'nursePersonRole') {
} else if (this.personRoleLoginFlag = 'nursePersonRole') {
this.personopenPopup();
}
},