diff --git a/components/bussiness-components/packingStationItem.vue b/components/bussiness-components/packingStationItem.vue
index bf9e782..e27059b 100644
--- a/components/bussiness-components/packingStationItem.vue
+++ b/components/bussiness-components/packingStationItem.vue
@@ -1,229 +1,232 @@
-
-
-
-
-
- {{ info.enterpriseName }}
-
-
-
- {{ transformBusiness(info.business) }}
-
-
-
- 月采购量
-
- {{ info.monthlyPurchaseQuantity ? `${info.monthlyPurchaseQuantity}吨` : '0' }}
-
-
-
- 月采购额
-
- {{ info.monthlyTradingQuota ? `${info.monthlyTradingQuota}万` : '0' }}
-
-
-
- 最近购买
-
- {{ transformDate(info.lastTradingDate) || '-' }}
-
-
-
-
-
- 法定代表人
-
- {{ info.legalPerson ? `${info.legalPerson}` : '' }}
-
-
-
- 注册资本
-
- {{ info.registeredCapital ? `${info.registeredCapital}万` : '0' }}
-
-
-
- 成立时间
-
- {{ transformDate(info.openingDate) || '-' }}
-
-
-
-
-
-
-
-
- {{ info.detailedAddress || '未知' }}
-
-
-
-
- {{ info.legalPerson + ' ' + transformPhoneNum(info.contactNumber) }}
-
-
-
+
+
+
+
+
+ {{ info.enterpriseName }}
+
+
+
+ {{ transformBusiness(info.business) }}
+
+
+
+ 月采购量
+
+ {{ info.monthlyPurchaseQuantity ? `${info.monthlyPurchaseQuantity}吨` : '0' }}
+
+
+
+ 月采购额
+
+ {{ info.monthlyTradingQuota ? `${info.monthlyTradingQuota}万` : '0' }}
+
+
+
+ 最近购买
+
+ {{ transformDate(info.lastTradingDate) || '-' }}
+
+
+
+
+
+ 法定代表人
+
+ {{ info.legalPerson ? `${info.legalPerson}` : '' }}
+
+
+
+ 注册资本
+
+ {{ info.registeredCapital ? `${info.registeredCapital}万` : '0' }}
+
+
+
+ 成立时间
+
+ {{ transformDate(info.openingDate) || '-' }}
+
+
+
+
+
+
+
+
+ {{ info.detailedAddress || '未知' }}
+
+
+
+
+ {{ info.legalPerson + ' ' + transformPhoneNum(info.contactNumber) }}
+
+
+
diff --git a/components/qn-map/qn-map.nvue b/components/qn-map/qn-map.nvue
index 04bfc72..f1fbc48 100644
--- a/components/qn-map/qn-map.nvue
+++ b/components/qn-map/qn-map.nvue
@@ -156,6 +156,7 @@ export default {
clearTimeout(this.timer)
this.timer = null
}
+ console.log('e:',e)
this.timer = setTimeout(() => {
switch (e.causedBy) {
case 'drag':
diff --git a/pages/client-detail/base-paper-deals.vue b/pages/client-detail/base-paper-deals.vue
index 8c8356e..6fc6c69 100644
--- a/pages/client-detail/base-paper-deals.vue
+++ b/pages/client-detail/base-paper-deals.vue
@@ -1,50 +1,52 @@
-
-
-
- 交易金额
- {{ topInfo.tradingVolume }}
-
-
- 总交易量(吨)
- {{ topInfo.volumeOfBusiness }}
-
-
-
-
-
-
-
-
-
-
- {{ subItem.productName }}
-
- {{ subItem.brandName }}/{{ subItem.categoryName }}/{{ subItem.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{ subItem.pieceQuantity }}张
-
-
-
-
+
+
+ {{ subItem.productName }}
+
+ {{ subItem.brandName }}/{{ subItem.categoryName }}/{{ subItem.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{
+ subItem.pieceQuantity
+ }}张
+
+
+
+
-
- {{ item.createTime }}
-
- 更多详情
-
-
-
-
-
-
-
+
+ {{ item.createTime }}
+
+ 更多详情
+
+
+
+
+
+
+
diff --git a/pages/client-detail/basic-information.vue b/pages/client-detail/basic-information.vue
index d1cd486..08c2c1e 100644
--- a/pages/client-detail/basic-information.vue
+++ b/pages/client-detail/basic-information.vue
@@ -8,7 +8,7 @@
-
+
{{ info.name }}
diff --git a/pages/client-detail/index.vue b/pages/client-detail/index.vue
index f231694..a6c88e9 100644
--- a/pages/client-detail/index.vue
+++ b/pages/client-detail/index.vue
@@ -67,7 +67,7 @@ export default {
} else {
uni.showToast({
title: '该企业基础信息不完善',
- icon: 'none'
+ icon: 'error'
})
}
}
diff --git a/pages/mall/index.vue b/pages/mall/index.vue
index e8e9a25..f73a74a 100644
--- a/pages/mall/index.vue
+++ b/pages/mall/index.vue
@@ -5,7 +5,7 @@
分享
-
+
{{ storeInformation.name }}
全部商品 39 | 上新 9
diff --git a/pages/search/index.vue b/pages/search/index.vue
index 9c22c08..24fe7be 100644
--- a/pages/search/index.vue
+++ b/pages/search/index.vue
@@ -37,7 +37,7 @@
-
+
{{ transformBusiness(item.business) }}
diff --git a/static/imgs/client/client-default.png b/static/imgs/client/client-default.png
new file mode 100644
index 0000000..37557b5
Binary files /dev/null and b/static/imgs/client/client-default.png differ