修改
This commit is contained in:
parent
a9f851897d
commit
2872ec7d64
@ -208,7 +208,7 @@
|
||||
const patientId = uni.getStorageSync('patientId');
|
||||
AppIdentification(patientId).then(resp => {
|
||||
if (resp.code == 200) {
|
||||
if (res.data.loginFlag) {
|
||||
if (resp.data.loginFlag) {
|
||||
that.$refs.uToast.show({
|
||||
title: '您已完善',
|
||||
type: 'success',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user