修改
This commit is contained in:
parent
f923f7987a
commit
4eeeb32f54
@ -112,6 +112,7 @@
|
|||||||
signType: response.data.signType,
|
signType: response.data.signType,
|
||||||
paySign: response.data.paySign,
|
paySign: response.data.paySign,
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
|
uni.setStorageSync("shuaxin", '1')
|
||||||
that.$refs.uToast.show({
|
that.$refs.uToast.show({
|
||||||
title: '支付成功',
|
title: '支付成功',
|
||||||
type: 'success',
|
type: 'success',
|
||||||
|
|||||||
@ -49,9 +49,11 @@
|
|||||||
onShow() {
|
onShow() {
|
||||||
const that = this
|
const that = this
|
||||||
this.pageNum = 1
|
this.pageNum = 1
|
||||||
const value = uni.getStorageSync('nursePersonId');
|
const value = uni.getStorageSync('shuaxin');
|
||||||
|
const nursePersonId = uni.getStorageSync('nursePersonId');
|
||||||
if (value) {
|
if (value) {
|
||||||
that.nurseStationPersonId = value
|
uni.removeStorageSync('shuaxin');
|
||||||
|
that.nurseStationPersonId = nursePersonId
|
||||||
that.info();
|
that.info();
|
||||||
} else {}
|
} else {}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -199,6 +199,9 @@
|
|||||||
uni.removeStorageSync('nursePersonId');
|
uni.removeStorageSync('nursePersonId');
|
||||||
uni.removeStorageSync('personRoleLoginFlag');
|
uni.removeStorageSync('personRoleLoginFlag');
|
||||||
uni.removeStorageSync('phone');
|
uni.removeStorageSync('phone');
|
||||||
|
uni.removeStorageSync('openid');
|
||||||
|
uni.removeStorageSync('nursePersonName');
|
||||||
|
uni.removeStorageSync('nurseStationId');
|
||||||
that.Personallist = null
|
that.Personallist = null
|
||||||
that.nursePersonId = null
|
that.nursePersonId = null
|
||||||
that.personRoleLoginFlag = null
|
that.personRoleLoginFlag = null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user