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