青橙1.1.2
This commit is contained in:
@ -17,6 +17,11 @@ Page({
|
||||
this.searchOrderByStaffId()
|
||||
},
|
||||
|
||||
onPullDownRefresh() {
|
||||
this.searchOrderByStaffId()
|
||||
wx.stopPullDownRefresh();
|
||||
},
|
||||
|
||||
// 输入框内容变化
|
||||
onOrderNumberInput(e) {
|
||||
this.setData({
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {},
|
||||
"enablePullDownRefresh": true
|
||||
}
|
@ -87,7 +87,7 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.label { font-size: 26rpx; color: #666666; }
|
||||
.mono { font-size: 28rpx; color: #1f1f1f; font-family: monospace; letter-spacing: 1rpx; }
|
||||
.mono { font-size: 28rpx; color: #1f1f1f; }
|
||||
|
||||
.badge {
|
||||
height: 40rpx;
|
||||
|
Reference in New Issue
Block a user