This commit is contained in:
2026-06-24 09:52:59 +08:00
parent ba0585c8aa
commit 070f3bab4f
9 changed files with 101 additions and 45 deletions

View File

@@ -129,8 +129,8 @@
data() {
const life = uni.getStorageSync('lifeData') || {}
return {
bgPath1: '/public/static/center/my-bg.png',
bgPath2: '/public/static/center/my-bg2.png',
bgPath1: '/public/static/center/my-bg2.png',
bgPath2: '',
unsignContractNum:0,
handlingReserveNum:0,
// 导航栏样式控制
@@ -183,7 +183,7 @@
},
async onShow() {
try {
await this.$checkToken(this.$getToken())
// await this.$checkToken(this.$getToken())
this.loadUserInfo()
this.countHandlingReserve()
this.countUnHandleContract()