liyongli 3 rokov pred
rodič
commit
a35ded7b47

+ 3 - 2
miniprogram/pages/index/index.json

@@ -1,4 +1,5 @@
 {
-  "usingComponents": {
-  }
+  "usingComponents": {},
+  "navigationBarBackgroundColor": "#f8f8f8",
+  "navigationBarTextStyle": "black"
 }

+ 3 - 1
miniprogram/pages/problemPage/index.json

@@ -1,3 +1,5 @@
 {
-  "usingComponents": {}
+  "usingComponents": {},
+  "navigationBarBackgroundColor": "#f8f8f8",
+  "navigationBarTextStyle":"black"
 }