From 6f288ec6f3a0f9a38dd1890f525c4ff427708055 Mon Sep 17 00:00:00 2001 From: linju-json Date: Wed, 21 Apr 2021 14:43:02 +0800 Subject: [PATCH] up about --- manifest.json | 5 +- pages.json | 5 +- pages/ucenter/about/about.vue | 11 +++- template.h5.html | 64 +++++++++++++++++++ .../uni-quick-login/uni-quick-login.vue | 11 ++-- 5 files changed, 82 insertions(+), 14 deletions(-) create mode 100644 template.h5.html diff --git a/manifest.json b/manifest.json index 6f9293fc..faf23882 100644 --- a/manifest.json +++ b/manifest.json @@ -87,7 +87,7 @@ "urlCheck" : false }, "usingComponents" : true, - "betterScopedSlots":true + "betterScopedSlots" : true }, "mp-alipay" : { "usingComponents" : true @@ -100,5 +100,8 @@ }, "uniStatistics" : { "enable" : false + }, + "h5" : { + "template" : "template.h5.html" } } diff --git a/pages.json b/pages.json index 178e1b4d..d9c5b52c 100644 --- a/pages.json +++ b/pages.json @@ -80,10 +80,7 @@ // #ifdef APP-PLUS ,"app-plus": { "titleNView": { - "buttons": [{ - "type": "share" - }], - "type": "transparent" + "buttons": [{"type": "share"}] } } // #endif diff --git a/pages/ucenter/about/about.vue b/pages/ucenter/about/about.vue index 608e29dc..b871c9c9 100644 --- a/pages/ucenter/about/about.vue +++ b/pages/ucenter/about/about.vue @@ -3,9 +3,10 @@ {{about.appName}} - Version {{version}} + Version {{version}} + 扫描二维码,您的朋友也可以下载{{about.appName}}客户端