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 @@
-
-
-
-
-
-
-
-
-
-
+
+
-
- 供销综合云市场
-
-
- 供销综合云商品
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
-
-
-
-
-
- {{street}}
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
- 供销综合云商品
-
-
+
+
+
+ 供销综合云商品
+
+
-
-
-
- 搜索
-
-
-
-
-
+ 搜索
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+
+
+ {{item.tit}}
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+ {{ item.store_name || item.store_info }}
+
+
+
+ {{item.rate}}
+ {{item.reply_count}}评论
+
+
+
+
+ ¥{{item.price}}
+
+
+ ¥30.00
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无商品
-
-
-
-
-
-
-
-
-
+
-
- {{goodsNum}}
-
-
-
-
- ¥{{totalMoney}}
-
-
- 支持配送 售后无忧
-
-
-
-
- 去结算
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无商品
+
+
+
+
+
+
+
+
+
+
+
+ {{goodsNum}}
+
+
+
+
+ ¥{{totalMoney}}
+
+
+ 支持配送 售后无忧
+
+
+
+
+ 去结算
+
+
+
-
-
-
-
-
-
-
-
-
-
- 里海云仓
-
-
-
-
-
-
-
- {{item.category_name}}云仓服务
-
-
- {{item.description}}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 里海云仓
+
+
+
+
+
+
+
+ {{item.category_name}}云仓服务
+
+
+ {{item.description}}
+
+
+
+
-
-
-
+
-
-
- 当前区域暂无云仓
-
-
-
+
+
+ 当前区域暂无云仓
+
+
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
-
-
- 当前区域暂无云仓
-
-
-
+
+
+
+ 当前区域暂无云仓
+
+
+
-
+
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
- {{skuform.store_info}}
-
-
-
- ¥ {{skuform.price}}
-
-
- 库存:{{skuform.sku[this.skusize].stock}}
-
-
-
-
-
-
- 尺码
-
-
- {{item.sku}}
+
+
+
-
-
-
-
- 数量
-
-
-
-
-
-
- 确定
-
+
+
+
+
+
+
+
+
+
+ {{skuform.store_info}}
+
+
+
+ ¥ {{skuform.price}}
+
+
+ 库存:{{skuform.sku[this.skusize].stock}}
+
+
+
+
+
+
+ 尺码
+
+
+ {{item.sku}}
-
-
-
+
+
+
+
+ 数量
+
+
+
+
+
+
+ 确定
+
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file