From b57bc976f3797494d48306e7a1a9d5dab0eb52b2 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Thu, 23 Jan 2025 15:38:58 +0800 Subject: [PATCH] fixed webview query --- src/pages/index/index.vue | 5 ++++- src/pages/login/login.vue | 4 ++-- src/pages/merchant_login/merchant_login.vue | 4 ++-- src/subpackage/wallet/pages/index/index.vue | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 33a6169..5a35f8e 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -55,7 +55,7 @@ - + 核销 @@ -201,6 +201,9 @@ if(JSON.stringify(indexData)!='{}'&&loginState)getIndexInfo(); }, methods: { + getTabForID(id){ + return tabList.find(e=>e.id === id) || {} + }, // 账号有开启了权限的才显示菜单,否则不显示【ID1000840】 isPermissionShowTab(e){ let { indexData } = this; diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index c7b5177..63cbafc 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -43,7 +43,7 @@