소스 검색

订单列表上拉加载,下拉刷新

ltx529596 4 년 전
부모
커밋
9ac34b7c8e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/pages/order/order.vue

+ 0 - 1
src/pages/order/order.vue

@@ -267,7 +267,6 @@ export default {
       this.$http
         .get(`/orders/getOrdersByNo/${this.orderbynumber}`)
         .then((res) => {
-          console.log(res);
           if (res.data) {
             this.orderMessage = res.data;
             this.$mRouter.push({ route: '/pages/order/orderdetail' });