修改
This commit is contained in:
parent
e83e4c9331
commit
03157e0c00
@ -250,11 +250,9 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.pageNum = 1
|
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.integral = options.integral
|
this.integral = options.integral
|
||||||
var that = this
|
var that = this
|
||||||
this.selectExchangeGoodsinfo();
|
|
||||||
const value = uni.getStorageSync('patientId');
|
const value = uni.getStorageSync('patientId');
|
||||||
if (value) {
|
if (value) {
|
||||||
that.patientId = value
|
that.patientId = value
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user