diff --git a/pages/process/index/index.js b/pages/process/index/index.js
index 4e1035d..df434a4 100644
--- a/pages/process/index/index.js
+++ b/pages/process/index/index.js
@@ -12,6 +12,7 @@ Component({
* 页面的初始数据
*/
data: {
+ height: app.globalData.safeFragmentHeight,
tabList: [
{ status: 0, badge: 2, name: '定价', icon: '/assets/image/icon_pricing.png' },
{ status: 1, badge: 4, name: '过磅审核', icon: '/assets/image/icon_checking.png' },
@@ -23,6 +24,7 @@ Component({
lifetimes: {
// 生命周期函数,可以为函数,或一个在methods段中定义的方法名
attached: function () {
+ this.setData({ height: app.globalData.safeFragmentHeight - 100 })
event.on('EventMessage', this, this.onEvent)
},
detached: function () {
diff --git a/pages/process/index/index.wxml b/pages/process/index/index.wxml
index 2018075..13b0813 100644
--- a/pages/process/index/index.wxml
+++ b/pages/process/index/index.wxml
@@ -3,20 +3,92 @@
工作台
-
-
-
- 钟落潭打包厂
+
+
+
+
+ 钟落潭打包厂
+
-
-
-
- 收货订单
-
-
-
-
-
+
+
+
+ 收货统计
+
+ 今日
+
+
+
+
+
+
+
+ 收货重量
+
+ 30.000吨
+ 查看收货详情
+
+
+
+
+ 收货金额
+
+ 10998.23
+
+
+
-
\ No newline at end of file
+
+
+
+ 收货订单
+
+
+
+
+
+
+
+
+
+
+
+ 出货统计
+
+ 今日
+
+
+
+
+
+
+
+ 收货重量
+
+ 30.000吨
+ 查看收货详情
+
+
+
+
+ 收货金额
+
+ 10998.23
+
+
+
+
+
+
+
+ 收货订单
+
+
+
+
+
+
+
+
+
\ No newline at end of file