From d210c43ed29418604564370d170dc81f87515478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98=E2=80=98?= Date: Tue, 13 Dec 2022 17:23:42 +0800 Subject: [PATCH] =?UTF-8?q?feature-hub-1.0:=E6=B7=BB=E5=8A=A0=E5=B8=B8?= =?UTF-8?q?=E8=A7=81=E9=97=AE=E9=A2=98=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-userInfo/about/about.vue | 138 ++++++++++++++++----------------- pages.json | 2 +- pages/userInfo/userInfo.vue | 2 +- 3 files changed, 67 insertions(+), 75 deletions(-) diff --git a/pages-userInfo/about/about.vue b/pages-userInfo/about/about.vue index 171f8b6..214e73f 100644 --- a/pages-userInfo/about/about.vue +++ b/pages-userInfo/about/about.vue @@ -1,6 +1,66 @@ @@ -104,77 +164,9 @@ diff --git a/pages.json b/pages.json index 9760a6a..eeaa951 100644 --- a/pages.json +++ b/pages.json @@ -98,7 +98,7 @@ "pages": [{ "path": "about/about", "style": { - "navigationBarTitleText": "关于节点", + "navigationBarTitleText": "常见问题", "enablePullDownRefresh": false } }, diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index e3c6c0e..0be8e51 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -41,7 +41,7 @@ return { list: [{ url: '/pages-userInfo/about/about', - title: '关于节点', + title: '常见问题', img: '/static/iconAbout.png' }, { url: '/pages-userInfo/contact/contact',