修改
This commit is contained in:
parent
ba0d799367
commit
fafaada4b3
@ -267,7 +267,6 @@
|
||||
}
|
||||
updateNursePersonCheck(obj).then(res => {
|
||||
if (res.code == 200) {
|
||||
that.myInfo();
|
||||
that.$refs.uToast.show({
|
||||
title: '修改成功',
|
||||
type: 'success',
|
||||
|
||||
@ -171,15 +171,13 @@
|
||||
},
|
||||
//我的收益
|
||||
goMyBenefits() {
|
||||
if (this.personRoleLoginFlag == 'nursePersonRole') {
|
||||
const value = uni.getStorageSync('nursePersonId');
|
||||
if (value) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/MyBenefits/MyBenefits'
|
||||
})
|
||||
} else {
|
||||
this.gologin();
|
||||
}
|
||||
const personRoleLoginFlag = uni.getStorageSync('personRoleLoginFlag');
|
||||
if (personRoleLoginFlag) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/MyBenefits/MyBenefits'
|
||||
})
|
||||
} else {
|
||||
this.gologin();
|
||||
}
|
||||
},
|
||||
//退出账号
|
||||
|
||||
Loading…
Reference in New Issue
Block a user