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