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