Преглед на файлове

fix(checkin): 移除打卡页navigationStyle:custom,恢复原生导航栏标题和返回按钮

liaoxg преди 4 седмици
родител
ревизия
fc5d921fb2
променени са 1 файла, в които са добавени 4 реда и са изтрити 8 реда
  1. 4 8
      cfc-frontend/pages.json

+ 4 - 8
cfc-frontend/pages.json

@@ -451,29 +451,25 @@
         {
           "path": "diet-checkin",
           "style": {
-            "navigationBarTitleText": "饮食打卡",
-            "navigationStyle": "custom"
+            "navigationBarTitleText": "饮食打卡"
           }
         },
         {
           "path": "exercise-checkin",
           "style": {
-            "navigationBarTitleText": "运动打卡",
-            "navigationStyle": "custom"
+            "navigationBarTitleText": "运动打卡"
           }
         },
         {
           "path": "sleep-checkin",
           "style": {
-            "navigationBarTitleText": "睡眠打卡",
-            "navigationStyle": "custom"
+            "navigationBarTitleText": "睡眠打卡"
           }
         },
         {
           "path": "growth-emotion-checkin",
           "style": {
-            "navigationBarTitleText": "心情打卡 (成长)",
-            "navigationStyle": "custom"
+            "navigationBarTitleText": "心情打卡 (成长)"
           }
         }
       ]