111
This commit is contained in:
@@ -26,6 +26,13 @@
|
|||||||
<image class="more" src="../../static/more.png"></image>
|
<image class="more" src="../../static/more.png"></image>
|
||||||
</view>
|
</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>
|
</loading-state>
|
||||||
|
|
||||||
<uni-popup ref="inputDialog" type="dialog">
|
<uni-popup ref="inputDialog" type="dialog">
|
||||||
@@ -106,6 +113,9 @@
|
|||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
toRealInfo() {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user