From fdede42e087fd214ff32636dc732acc249ad58d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Mon, 18 Sep 2023 10:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=B8=B8=E5=AE=A2=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/selectEngineering.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/home/selectEngineering.vue b/pages/home/selectEngineering.vue index 01c7813..97d4757 100644 --- a/pages/home/selectEngineering.vue +++ b/pages/home/selectEngineering.vue @@ -48,7 +48,14 @@ export default { this.engineeringList = uni.getStorageSync('engineeringList') this.userInfo = uni.getStorageSync(this.$cacheKey.userInfo) if (!(this.userInfo.authorities === 'app_vip_user' || this.userInfo.authorities === 'engineering_user')) { - + // 修改buttons + // #ifdef APP-PLUS + var webView = this.$mp.page.$getAppWebview() + // 修改buttons + webView.setTitleNViewButtonStyle(0, { + width: '0', + }) + // #endif } }, onShow() {