This commit is contained in:
曹辉 2023-04-27 11:09:52 +08:00
parent 4eeeb32f54
commit 4d648f6684
2 changed files with 3 additions and 3 deletions

View File

@ -112,7 +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') uni.setStorageSync("Refresh", '1')
that.$refs.uToast.show({ that.$refs.uToast.show({
title: '支付成功', title: '支付成功',
type: 'success', type: 'success',

View File

@ -49,10 +49,10 @@
onShow() { onShow() {
const that = this const that = this
this.pageNum = 1 this.pageNum = 1
const value = uni.getStorageSync('shuaxin'); const value = uni.getStorageSync('Refresh');
const nursePersonId = uni.getStorageSync('nursePersonId'); const nursePersonId = uni.getStorageSync('nursePersonId');
if (value) { if (value) {
uni.removeStorageSync('shuaxin'); uni.removeStorageSync('Refresh');
that.nurseStationPersonId = nursePersonId that.nurseStationPersonId = nursePersonId
that.info(); that.info();
} else {} } else {}