This commit is contained in:
唐明明
2022-01-14 12:44:50 +08:00
3 changed files with 95 additions and 4 deletions

View File

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