|
|
|
@ -14,6 +14,7 @@ Scene({ |
|
|
|
data: { |
|
|
|
safeBottom: app.globalData.safeBottom, |
|
|
|
fragment: app.globalData.safeFragmentHeight, |
|
|
|
ios: app.globalData.isIos, |
|
|
|
userInfo: null, |
|
|
|
tabList: [ |
|
|
|
{ index: 0, value: 'process', badge: 0, name: '采购', blue: '/assets/tabbar/process-blue.png', gray: '/assets/tabbar/process-gray.png' }, |
|
|
|
@ -86,7 +87,8 @@ Scene({ |
|
|
|
factoryName: app.userInfo.factoryName, |
|
|
|
arrow: this.data.arrow, |
|
|
|
customBar: app.globalData.CustomBar || (app.globalData.isIos ? 64 : 60), |
|
|
|
fragment: app.globalData.safeFragmentHeight, |
|
|
|
fragment: app.globalData.safeFragmentHeight, |
|
|
|
ios: app.globalData.isIos, |
|
|
|
safeBottom: app.globalData.safeBottom |
|
|
|
}) |
|
|
|
event.on('EventMessage', this, this.onEvent) |
|
|
|
|