Эх сурвалжийг харах

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

liaoxg 4 долоо хоног өмнө
parent
commit
fc5d921fb2

+ 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": "心情打卡 (成长)"
           }
         }
       ]