wangfei 6 年之前
父節點
當前提交
70848b6293
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/pages/user/orderList/index.vue

+ 1
- 0
src/pages/user/orderList/index.vue 查看文件

@@ -87,6 +87,7 @@ export default {
87 87
       Math.ceil(this.orders.pagenum / this.orders.pagesize) > this.page ? this.hasMore = true : this.hasMore = false
88 88
       // this.list.length <= 8 ? this.hasMore = true : this.hasMore = false
89 89
       if (this.hasMore) {
90
+        this.page = this.page+1
90 91
         setTimeout(() => {
91 92
           _that.getCustomerGoodsOrder({
92 93
             page: _that.page,