From 2df7fe16589b8894dbe59f06b9df624fe6742c62 Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Fri, 10 Nov 2023 18:02:22 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=91=E5=B8=82=E5=9C=BA,?=
=?UTF-8?q?=20=E4=BA=91=E5=95=86=E5=93=81=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/nongKe/cloud_entrepot/indexb.vue | 1764 +++++++++++++++++++++++
pages/nongKe/supply_chain/supplierB.vue | 1604 +++++++++++++++++++++
pages/supply_chains/supply_chains.vue | 4 +-
3 files changed, 3370 insertions(+), 2 deletions(-)
create mode 100644 pages/nongKe/cloud_entrepot/indexb.vue
create mode 100644 pages/nongKe/supply_chain/supplierB.vue
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}`
})
},