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