xujing 5 years ago
parent
commit
75cd9022ac
4 changed files with 13 additions and 4 deletions
  1. 1
    1
      config/prod.js
  2. 2
    2
      src/app.js
  3. 9
    0
      src/pages/project/index.js
  4. 1
    1
      src/pages/project/index.scss

+ 1
- 1
config/prod.js View File

9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10
     // HOST: '"https://lt.pawoma.cn"',
10
     // HOST: '"https://lt.pawoma.cn"',
11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12
-    Version:'V3.5.6_2020-01-10'
12
+    Version:'V3.5.6_2020-01-13'
13
   },
13
   },
14
   weapp: {},
14
   weapp: {},
15
   h5: {}
15
   h5: {}

+ 2
- 2
src/app.js View File

108
     ],
108
     ],
109
     window: {
109
     window: {
110
       backgroundTextStyle: 'light',
110
       backgroundTextStyle: 'light',
111
-      navigationBarBackgroundColor: '#E31F05',
112
-      // navigationBarBackgroundColor: '#BB9C79',
111
+      // navigationBarBackgroundColor: '#E31F05',
112
+      navigationBarBackgroundColor: '#BB9C79',
113
       navigationBarTitleText: '橙蕉',
113
       navigationBarTitleText: '橙蕉',
114
       navigationBarTextStyle: 'white',
114
       navigationBarTextStyle: 'white',
115
 
115
 

+ 9
- 0
src/pages/project/index.js View File

58
   }
58
   }
59
 
59
 
60
   componentWillMount() {
60
   componentWillMount() {
61
+
62
+    wx.setNavigationBarColor({
63
+      frontColor: '#ffffff',
64
+      backgroundColor: '#E31F05',
65
+      animation: {
66
+        duration: 400,
67
+        timingFunc: 'easeIn'
68
+      }
69
+    })
61
     Taro.hideTabBar()
70
     Taro.hideTabBar()
62
 
71
 
63
     ready.queue(() => {
72
     ready.queue(() => {

+ 1
- 1
src/pages/project/index.scss View File

77
 }
77
 }
78
 
78
 
79
 .mune-box{
79
 .mune-box{
80
-  width:690px;
80
+  width:700px;
81
   height:208px;
81
   height:208px;
82
   // background:#fff;
82
   // background:#fff;
83
   // box-shadow:0px 4px 12px 0px rgba(0,0,0,0.12);
83
   // box-shadow:0px 4px 12px 0px rgba(0,0,0,0.12);