diff --git a/pages/process/order-list/index.js b/pages/process/order-list/index.js index dd67fc6..bfa61be 100644 --- a/pages/process/order-list/index.js +++ b/pages/process/order-list/index.js @@ -8,7 +8,7 @@ const app = getApp() Page({ // * 页面的初始数据 data: { - height: app.globalData.fragmentHeight, + height: app.globalData.fragmentHeight - 90, tabIndex: 0, tabList: [ {id: 0, name: '全部', badge: 0, status: '' }, @@ -51,7 +51,7 @@ Page({ } } event.on('OrderMessage', this, this.onEvent) - this.setData({ height: app.globalData.fragmentHeight, title: this.data.title }) + this.setData({ height: app.globalData.fragmentHeight - 90, title: this.data.title }) this.fetchOrderList() }, onEvent: function(message){ diff --git a/pages/process/order-list/index.wxml b/pages/process/order-list/index.wxml index c4c815b..84f2c85 100644 --- a/pages/process/order-list/index.wxml +++ b/pages/process/order-list/index.wxml @@ -9,7 +9,7 @@ - +