This commit is contained in:
wong1988
2024-01-19 14:51:12 +08:00
parent 09b8a20938
commit 8be2c6e5c7

View File

@@ -2,7 +2,7 @@
<view> <view>
<NavBar ref="nav" navTitle="个人信息" :showIcon="true" :supportChange="false"> <NavBar ref="nav" navTitle="真实信息" :showIcon="true" :supportChange="false">
</NavBar> </NavBar>
<loading-state ref="pageView" @request="request"> <loading-state ref="pageView" @request="request">
@@ -111,7 +111,9 @@
_this.$refs.pageView.setLoadState(2) _this.$refs.pageView.setLoadState(2)
}) })
}).catch(e => { }).catch(e => {
console.log(e); _this.$nextTick(() => {
_this.$refs.pageView.setLoadState(1)
})
}) })
}, },
clickSex() { clickSex() {