xujing vor 5 Jahren
Ursprung
Commit
75cd9022ac
4 geänderte Dateien mit 13 neuen und 4 gelöschten Zeilen
  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 Datei anzeigen

@@ -9,7 +9,7 @@ module.exports = {
9 9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     // HOST: '"https://lt.pawoma.cn"',
11 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 14
   weapp: {},
15 15
   h5: {}

+ 2
- 2
src/app.js Datei anzeigen

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

+ 9
- 0
src/pages/project/index.js Datei anzeigen

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

+ 1
- 1
src/pages/project/index.scss Datei anzeigen

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