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