修改
This commit is contained in:
parent
4d648f6684
commit
aa105c0ff0
@ -102,6 +102,17 @@
|
||||
buyshow: false, //购买弹框
|
||||
};
|
||||
},
|
||||
onShow() {
|
||||
const that = this
|
||||
const value = uni.getStorageSync('Refresh');
|
||||
const nursePersonId = uni.getStorageSync('nursePersonId');
|
||||
if (value) {
|
||||
uni.removeStorageSync('Refresh');
|
||||
that.nurseStationPersonId = nursePersonId
|
||||
that.infos();
|
||||
that.info();
|
||||
} else {}
|
||||
},
|
||||
onLoad(options) {
|
||||
const that = this
|
||||
this.baseurl = baseurl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user