From 9c3961f513cb548c129dd911c1eb92ec21bb703c Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 18 Mar 2024 15:01:38 +0800 Subject: [PATCH] fix: 分享详情页打开未登录跳转 --- pages/actionChange/myInfor/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pages/actionChange/myInfor/index.vue b/pages/actionChange/myInfor/index.vue index a186dec..5adeb68 100644 --- a/pages/actionChange/myInfor/index.vue +++ b/pages/actionChange/myInfor/index.vue @@ -11,6 +11,10 @@ <u-cell icon="account-fill" title="������" :value="userInfor.account"></u-cell> <u-cell icon="integral-fill" title="������������" :value="unitName"></u-cell> <u-cell icon="phone-fill" title="���������" :value="userInfor.mobile"></u-cell> + <u-cell icon="clock-fill" title="������������������" v-if="userInfor.device===1" isLink + url="/pages/actionChange/secondLevelData/index"></u-cell> + <u-cell icon="clock-fill" title="������������" v-if="userInfor.handDevice===1" isLink + url="/pages/actionChange/handheldDevices/index"></u-cell> </u-cell-group> </view> <view class="bunts"> -- Gitblit v1.8.0