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