wong1988 1 year ago
parent
commit
59a9424af4
  1. 10
      pages/me/base_info.vue

10
pages/me/base_info.vue

@ -26,6 +26,13 @@
<image class="more" src="../../static/more.png"></image>
</view>
<view class="line-thin"></view>
<view @click="toRealInfo()" class="menu-item">
<text class="text">实名信息</text>
<text class="explain">{{page.realAttestationExplain}}</text>
<image class="more" src="../../static/more.png"></image>
</view>
</loading-state>
<uni-popup ref="inputDialog" type="dialog">
@ -106,6 +113,9 @@
}).catch(e => {
console.log(e);
})
},
toRealInfo() {
}
}
}

Loading…
Cancel
Save