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