15 changed files with 88 additions and 44 deletions
Unified View
Diff Options
-
16components/submit-layout/index.js
-
4components/submit-layout/index.json
-
3components/submit-layout/index.wxml
-
4components/submit-layout/index.wxss
-
20pages/storage/order-create/index.js
-
1pages/storage/order-create/index.json
-
4pages/storage/order-create/index.wxml
-
32pages/storage/order-info/index.js
-
16pages/storage/order-settlement/index.js
-
1pages/storage/order-settlement/index.json
-
4pages/storage/order-settlement/index.wxml
-
18pages/storage/pound-info/index.js
-
1pages/storage/pound-info/index.json
-
6pages/storage/pound-info/index.wxml
-
2pages/storage/pound-list/index.js
@ -0,0 +1,16 @@ |
|||||
|
const app = getApp() |
||||
|
|
||||
|
Component({ |
||||
|
options: { |
||||
|
addGlobalClass: true, |
||||
|
multipleSlots: true |
||||
|
}, |
||||
|
data: { |
||||
|
safeBottom: app.globalData.safeBottom, |
||||
|
}, |
||||
|
lifetimes: { |
||||
|
attached: function () { |
||||
|
this.setData({ safeBottom: app.globalData.safeBottom }) |
||||
|
} |
||||
|
}, |
||||
|
}) |
||||
@ -0,0 +1,4 @@ |
|||||
|
{ |
||||
|
"component": true, |
||||
|
"usingComponents": { } |
||||
|
} |
||||
@ -0,0 +1,3 @@ |
|||||
|
<view class="cu-bar bg-white foot justify-end" style="height:{{120 + safeBottom}}rpx;padding:0rpx 32rpx {{safeBottom}}rpx 32rpx;"> |
||||
|
<slot /> |
||||
|
</view> |
||||
@ -0,0 +1,4 @@ |
|||||
|
.view-load { |
||||
|
margin-right: 12rpx; |
||||
|
margin-bottom: 12rpx |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save