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