From 0c0396797ce0a2380c69268a35927c89c706939f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Mon, 9 Jan 2023 10:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4webView=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages.json | 14 +++++++++++++- pages/index/index.vue | 1 - pages/transfers/lists.vue | 5 ++++- pages/user/eSign.vue | 21 ++++++++++----------- pages/user/salesmanCode.vue | 4 ++-- static/uniicons.ttf | Bin 0 -> 35760 bytes 7 files changed, 30 insertions(+), 17 deletions(-) create mode 100644 static/uniicons.ttf diff --git a/manifest.json b/manifest.json index aae6275..9433cfe 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "抖火", "appid" : "__UNI__C305C03", "description" : "", - "versionName" : "1.1.4", + "versionName" : "1.1.5", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages.json b/pages.json index 6f90868..9f56c8c 100644 --- a/pages.json +++ b/pages.json @@ -303,7 +303,19 @@ "style": { "navigationBarTitleText": "人脸认证", "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFFFFF" + "navigationBarBackgroundColor": "#FFFFFF", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "\ue66c", + "float": "left", + "fontSrc": "/static/uniicons.ttf", + "fontSize": "20px" + } + ] + } + } } }, { "path": "pages/work/perfectChoose", diff --git a/pages/index/index.vue b/pages/index/index.vue index 347ac76..c46b8d4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,5 @@