From 638fcada9fb0981f817ae4086dc9554384e696a9 Mon Sep 17 00:00:00 2001 From: luocheng Date: Fri, 11 Aug 2023 01:33:01 +0000 Subject: [PATCH 1/2] update product/phone/src/main/ets/pages/settingList.ets. Signed-off-by: luocheng --- product/phone/src/main/ets/pages/settingList.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/phone/src/main/ets/pages/settingList.ets b/product/phone/src/main/ets/pages/settingList.ets index 25bbb051..18c75b23 100644 --- a/product/phone/src/main/ets/pages/settingList.ets +++ b/product/phone/src/main/ets/pages/settingList.ets @@ -75,7 +75,7 @@ struct SettingList { Navigation() { EntryComponent({ listSpaces: this.listSpaces, isPhone: this.isPhone }) } - .title(this.NavigationTitle) + .title({main:'Title'}) .titleMode(NavigationTitleMode.Free) .hideTitleBar(false) .hideBackButton(true) -- Gitee From 4321fe0543dd3c12e038645955aa5382724c4ef3 Mon Sep 17 00:00:00 2001 From: luocheng Date: Fri, 11 Aug 2023 02:12:29 +0000 Subject: [PATCH 2/2] update product/phone/src/main/ets/pages/settingList.ets. Signed-off-by: luocheng --- product/phone/src/main/ets/pages/settingList.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/phone/src/main/ets/pages/settingList.ets b/product/phone/src/main/ets/pages/settingList.ets index 18c75b23..a133a9a4 100644 --- a/product/phone/src/main/ets/pages/settingList.ets +++ b/product/phone/src/main/ets/pages/settingList.ets @@ -75,7 +75,7 @@ struct SettingList { Navigation() { EntryComponent({ listSpaces: this.listSpaces, isPhone: this.isPhone }) } - .title({main:'Title'}) + .title('Title') .titleMode(NavigationTitleMode.Free) .hideTitleBar(false) .hideBackButton(true) -- Gitee