wangfei 6 years ago
parent
commit
70848b6293
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/user/orderList/index.vue

+ 1
- 0
src/pages/user/orderList/index.vue View File

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