diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue index 2701607..97304b3 100644 --- a/pages/nongKe/cloud_entrepot/index.vue +++ b/pages/nongKe/cloud_entrepot/index.vue @@ -122,7 +122,8 @@ - + + @@ -737,16 +738,18 @@ getList() { this.showLoading = true this.status = "loading" + this.page_num = 1; cloudWarehouse({ street_code: this.street_code, category_id: this.cloudList[this.current]?.category_id || "", order: this.type, keyword: this.keyword, page_num: this.page_num - }).then(res => { - this.goodsList = res.data.list - this.showLoading = false + this.goodsList = res.data.list; + this.showLoading = false; + if (res.data.list.length < 10) this.status = 'nomore'; + else this.status = 'loadmore'; this.goodsList.forEach(item => { this.trnList.push({ left: 0, diff --git a/pages/nongKe/cloud_entrepot/indexa.vue b/pages/nongKe/cloud_entrepot/indexa.vue index 7bea643..83aa4c7 100644 --- a/pages/nongKe/cloud_entrepot/indexa.vue +++ b/pages/nongKe/cloud_entrepot/indexa.vue @@ -1,6 +1,6 @@ \ No newline at end of file