From 2197e6326ca6b46c97d10d1eccb123c02de177f3 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 4 Apr 2025 20:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=9F=E4=BC=9A=E8=AE=A4=E8=AF=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=8E=92=E9=99=A4webview=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/certificate/certificate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/certificate/certificate.vue b/components/certificate/certificate.vue index 2767727a..00121bf5 100644 --- a/components/certificate/certificate.vue +++ b/components/certificate/certificate.vue @@ -71,7 +71,7 @@ var user = app.globalData.get_user_cache_info() || null; var current_page = app.globalData.current_page(); // 业务数据 - if(user != null && current_page.indexOf('pages/plugins/certificate/') == -1 && (this.config || null) != null && (this.config.user_auth_business_data || null) != null && (this.config.business_type_data || null) != null) { + if(user != null && current_page.indexOf('pages/plugins/certificate/') == -1 && current_page.indexOf('pages/web-view/web-view') == -1 && (this.config || null) != null && (this.config.user_auth_business_data || null) != null && (this.config.business_type_data || null) != null) { this.setData({ popup_status: true, });