From 3acd98ff369f085da0fd465021006f177d9f6f22 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 1 Nov 2023 10:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=92=8C=E6=90=9C=E7=B4=A2ic?= =?UTF-8?q?on=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 3 +++ components/search/search.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index fb3c2fc3..dc722102 100644 --- a/App.vue +++ b/App.vue @@ -1292,6 +1292,9 @@ // #ifdef H5 value = 'h5'; // #endif + // #ifdef APP + value = this.set_system_info.platform; + // #endif return value; }, // 授权验证 diff --git a/components/search/search.vue b/components/search/search.vue index aaa9b453..45667c04 100644 --- a/components/search/search.vue +++ b/components/search/search.vue @@ -2,7 +2,7 @@ - +