From 8dbe6a7e1a1efa5f3c60dad6d9422f314e4c6d06 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 5 Mar 2021 15:19:26 +0800 Subject: [PATCH] no message --- pages/process/order-list/index.js | 4 ++-- pages/process/order-list/index.wxml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - +