This commit is contained in:
PQZ 2024-09-24 22:37:42 +08:00
parent a49d953ccc
commit 257cf7df40
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
levelEquityList: [] levelEquityList: []
}; };
}, },
onLoad(data) { onShow(data) {
// //
this.customInfo = JSON.parse(uni.getStorageSync('customerInfo')) this.customInfo = JSON.parse(uni.getStorageSync('customerInfo'))
this.getMemberList() this.getMemberList()

View File

@ -37,7 +37,7 @@
customInfo:{} customInfo:{}
}; };
}, },
onLoad(data) { onShow(data) {
// //
this.customInfo = JSON.parse(uni.getStorageSync('customerInfo')) this.customInfo = JSON.parse(uni.getStorageSync('customerInfo'))
}, },