This commit is contained in:
曹辉 2023-05-10 13:35:47 +08:00
parent a9f851897d
commit 2872ec7d64

View File

@ -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',