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 @@ - +