hive-app/pages/workbench/orderList.vue
@@ -117,7 +117,7 @@ onPullDownRefresh(){ this.reloadData(); let timer = setTimeout(function () { uni.startPullDownRefresh(); uni.stopPullDownRefresh(); clearTimeout(timer); timer = null; }, 800); @@ -189,7 +189,6 @@ content: '确定取消订单吗?', success: (res) => { if (res.confirm) { console.log('用户点击确定'); this.$httpUtils.request('/api/order/cancelOrder/'+id).then((res) => { if(res.status == 200){ this.reloadData()