继续修复白屏bug

This commit is contained in:
2026-06-03 16:02:11 +08:00
parent ff60913b5b
commit b2275c2636
19 changed files with 158 additions and 71 deletions

View File

@@ -179,15 +179,19 @@
onUnload() {
uni.$off('updateAvatar')
},
onShow() {
this.$checkToken(this.$getToken())
this.loadUserInfo()
this.countHandlingReserve()
this.countUnHandleContract()
this.countUnpayRentBills()
this.countUnpayWaeBills()
this.countUnreadMsg()
this.countUnpaidRentMargin()
async onShow() {
try {
await this.$checkToken(this.$getToken())
this.loadUserInfo()
this.countHandlingReserve()
this.countUnHandleContract()
this.countUnpayRentBills()
this.countUnpayWaeBills()
this.countUnreadMsg()
this.countUnpaidRentMargin()
} catch (e) {
return
}
},
methods: {