wong1988 1 year ago
parent
commit
8be2c6e5c7
  1. 6
      pages/me/RealInfo.vue

6
pages/me/RealInfo.vue

@ -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() {

Loading…
Cancel
Save