chengjie 1 year ago
parent
commit
07c0adfabe
2 changed files with 6 additions and 1 deletions
  1. 1 1
      app.js
  2. 5 0
      pages/main/wishinfo.js

+ 1 - 1
app.js

@@ -2,7 +2,7 @@
2 2
 App({
3 3
   globalData: {
4 4
     Version: "1.0.15",
5
-    IsProduction: true,
5
+    //IsProduction: true,
6 6
     ShareTitle: "上海中考招生信息查询工具",
7 7
     SharePath: "pages/index/index",
8 8
     ShareImage: '../images/fs_a01.png',

+ 5 - 0
pages/main/wishinfo.js

@@ -15,6 +15,11 @@ Page({
15 15
       ID:options.ID,
16 16
       IsShare:options.Share
17 17
     });
18
+
19
+    wx.setNavigationBarColor({
20
+      frontColor: "#ffffff",
21
+      backgroundColor: "#DB1824",
22
+    });
18 23
   },
19 24
   onPullDownRefresh: function () {
20 25
     var that=this;