diff --git a/src/pages.json b/src/pages.json index 04bc267..a65aec6 100644 --- a/src/pages.json +++ b/src/pages.json @@ -48,7 +48,7 @@ { "path": "pages/common/textview/index", "style": { - "navigationBarTitleText": "浏览文本" + "navigationStyle": "custom" } }, { @@ -137,7 +137,7 @@ { "path": "setting/index", "style": { - "navigationBarTitleText": "应用设置" + "navigationStyle": "custom" } }, { @@ -149,7 +149,7 @@ { "path": "about/index", "style": { - "navigationBarTitleText": "关于我们" + "navigationStyle": "custom" } } ] diff --git a/src/pages/common/textview/index.vue b/src/pages/common/textview/index.vue index e9b05fb..c499750 100644 --- a/src/pages/common/textview/index.vue +++ b/src/pages/common/textview/index.vue @@ -1,5 +1,18 @@