调整ui
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user