chengjie 1 年之前
父节点
当前提交
07c0adfabe
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 1 1
      app.js
  2. 5 0
      pages/main/wishinfo.js

+ 1 - 1
app.js

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

+ 5 - 0
pages/main/wishinfo.js

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