This commit is contained in:
wong1988
2024-01-19 09:20:39 +08:00
parent 116147ac4e
commit 59a9424af4

View File

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