merge
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
ZH钱包
|
||||
<uni-icons class="forward" type="forward" color="#999"></uni-icons>
|
||||
</view>
|
||||
<view class="btns-box-item">
|
||||
<view class="btns-box-item" @click="onFiles">
|
||||
<image class="icon" src="@/static/user/userIcon_02.png" mode="widthFix"></image>
|
||||
健康档案
|
||||
<uni-icons class="forward" type="forward" color="#999"></uni-icons>
|
||||
@@ -183,7 +183,13 @@
|
||||
if(this.userInfo.is_wallet) this.$Router.push({name: 'WalletProperty'})
|
||||
else this.$Router.push({name: 'WalletAdd'})
|
||||
}
|
||||
},
|
||||
},
|
||||
// 个人档案
|
||||
onFiles(){
|
||||
if(this.isLogin()){
|
||||
this.$Router.push({name: 'indexFiles'})
|
||||
}
|
||||
},
|
||||
// 按钮导航
|
||||
onBtn(name, params){
|
||||
if(this.isLogin()){
|
||||
|
||||
Reference in New Issue
Block a user