This commit is contained in:
曹辉 2023-03-17 14:22:53 +08:00
parent e83e4c9331
commit 03157e0c00

View File

@ -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