|
|
@@ -1,9 +1,8 @@
|
|
|
<template>
|
|
|
- <view class="page" >
|
|
|
+ <view class="page" :style="{'height':height}">
|
|
|
<view class="backImage">
|
|
|
<image class="backImage" src="/static/me/u655.png"></image>
|
|
|
</view>
|
|
|
-
|
|
|
<view class="content">
|
|
|
|
|
|
<view class="userInfo flex-row justify-between ">
|
|
|
@@ -117,7 +116,7 @@ export default {
|
|
|
// {thumb:'/static/me/u1833.png',title:'新老系统切换',rightText:'',to:'/myPages/systemSwitch/index'},
|
|
|
{thumb:'/static/me/u826.png',title:'储值服务',rightText:'',to:'/myPages/recharge/index'},
|
|
|
{thumb:'/static/me/u701.png',title:'交易记录',rightText:'',to:'/myPages/transactionRecord/index'},
|
|
|
- {thumb:'/static/me/关于我们.png',title:'关于我们',rightText:'',to:'/myPages/aboutOur/index'}
|
|
|
+ {thumb:'/static/me/u11.png',title:'关于我们',rightText:'',to:'/myPages/aboutOur/index'}
|
|
|
],
|
|
|
group2:[
|
|
|
|
|
|
@@ -136,6 +135,9 @@ export default {
|
|
|
// 分享到用户
|
|
|
onShareAppMessage(OBJECT) { },
|
|
|
onLoad() {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
uni.hideTabBar({
|
|
|
animation:false
|
|
|
})
|
|
|
@@ -144,12 +146,12 @@ export default {
|
|
|
},
|
|
|
|
|
|
onShow(){
|
|
|
- this.userInfo = uni.getStorageSync('userInfo')
|
|
|
- if (this.userInfo.isAttestation){
|
|
|
- this.group1[0].rightText = '已认证'
|
|
|
- }else {
|
|
|
- this.group1[0].rightText = '未实名认证,去认证'
|
|
|
- }
|
|
|
+ // this.userInfo = uni.getStorageSync('userInfo')
|
|
|
+ // if (this.userInfo.isAttestation){
|
|
|
+ // this.group1[0].rightText = '已认证'
|
|
|
+ // }else {
|
|
|
+ // this.group1[0].rightText = '未实名认证,去认证'
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
this.getUserInfo()
|