z8.3
This commit is contained in:
@@ -123,6 +123,9 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
this.sendLaundryOrderList();
|
||||
},
|
||||
onShow() {
|
||||
this.current = 0;
|
||||
this.swiperCurrent = 0;
|
||||
@@ -137,6 +140,7 @@ export default {
|
||||
type: type,
|
||||
page: this.page,
|
||||
})
|
||||
uni.stopPullDownRefresh();
|
||||
this.timer = false;
|
||||
if(res.errCode == 0) {
|
||||
// this.orderList = res.data.list;
|
||||
|
||||
Reference in New Issue
Block a user