diff --git a/pages/nongKe/cloud_entrepot/indexb.vue b/pages/nongKe/cloud_entrepot/indexb.vue
new file mode 100644
index 0000000..d9b07cf
--- /dev/null
+++ b/pages/nongKe/cloud_entrepot/indexb.vue
@@ -0,0 +1,1764 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 供销综合云市场
+
+
+ 供销综合云商品
+
+
+ {{street||'定位中'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无店铺,切换其他位置试试
+
+
+
+
+ 为你推荐
+
+
+
+
+
+
+
+
+
+ {{item.mer_name}}
+ {{item.type_name}}
+
+
+
+
+
+
+
+
+
+ {{item.service_score}}
+ 月销{{item.sales}}
+ {{item.distance}}
+
+
+
+
+ {{item.service_phone}}
+
+
+ {{item.street_name}}
+
+
+
+ {{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
+
+
+
+ {{item.mer_address}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/nongKe/supply_chain/supplierB.vue b/pages/nongKe/supply_chain/supplierB.vue
new file mode 100644
index 0000000..20a8ea0
--- /dev/null
+++ b/pages/nongKe/supply_chain/supplierB.vue
@@ -0,0 +1,1604 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 供销综合云市场
+
+
+ 供销综合云商品
+
+
+ {{street||'定位中'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无店铺,切换其他位置试试
+
+
+
+
+ 为你推荐
+
+
+
+
+
+
+
+
+
+ {{item.mer_name}}
+ {{item.type_name}}
+
+
+
+
+
+
+
+
+ {{item.service_score}}
+ 月销{{item.sales}}
+ {{item.distance}}
+
+
+
+
+ {{item.service_phone}}
+
+ {{item.street_name}}
+
+
+
+ {{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
+
+
+
+ {{item.mer_address}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/supply_chains/supply_chains.vue b/pages/supply_chains/supply_chains.vue
index aca4636..b551afd 100644
--- a/pages/supply_chains/supply_chains.vue
+++ b/pages/supply_chains/supply_chains.vue
@@ -37,7 +37,7 @@
+ :url="`/pages/nongKe/supply_chain/supplierB?type_id=10,17&street_id=${street_id}&townName=${town}`">
@@ -583,7 +583,7 @@
return Toast('当前区域没有云仓库')
}
uni.navigateTo({
- url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}&location=${this.latitude},${this.longitude}`
+ url: `/pages/nongKe/cloud_entrepot/index?street=${this.street_id}&town=${this.town}&source=103&location=${this.latitude},${this.longitude}`
})
},