diff --git a/components/business-components/packingStationItem.vue b/components/business-components/packingStationItem.vue
index 40150df..1ea5fb0 100644
--- a/components/business-components/packingStationItem.vue
+++ b/components/business-components/packingStationItem.vue
@@ -55,7 +55,7 @@
-
+
{{ info.detailedAddress || '未知' }}
@@ -66,6 +66,7 @@
{{ info.legalPerson + ' ' + transformPhoneNum(info.contactNumber) }}
+
diff --git a/pages/client-list/index.vue b/pages/client-list/index.vue
index 005c212..d0d1ed8 100644
--- a/pages/client-list/index.vue
+++ b/pages/client-list/index.vue
@@ -17,7 +17,13 @@
-
+
+
+
+ 设置税点
+
+
+
@@ -322,4 +328,22 @@ export default {
height: 64rpx;
}
}
+.tax-area {
+ width: 750rpx;
+ height: 100rpx;
+ padding: 18rpx 32rpx;
+ border-top: 1px solid rgba(221, 221, 221, 0.5);
+ .tax-button {
+ width: 268rpx;
+ height: 64rpx;
+ background: #007aff;
+ border-radius: 4rpx;
+ .text {
+ font-size: 28rpx;
+ color: #ffffff;
+ letter-spacing: 0;
+ font-weight: 400;
+ }
+ }
+}
diff --git a/pages/mall/index.vue b/pages/mall/index.vue
index f6e882f..49e84be 100644
--- a/pages/mall/index.vue
+++ b/pages/mall/index.vue
@@ -1,5 +1,5 @@
-
+
纸商城
@@ -60,11 +60,8 @@
-
-
-
-
+
纸商城
@@ -93,6 +90,7 @@
+
@@ -325,7 +323,7 @@ export default {
summary: '点击进入我的商城\n限时特价等你来抢!',
scene: scene, // WXSceneTimeline,WXSceneSession
imageUrl: 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/paper_shopkeeper/wx-share-store.png',
- href: H5_URL_STORE + `id=${this.$store.state.supplierInfo.supplierId}`,
+ href: H5_URL_STORE + `id=${this.$store.state.supplierInfo.supplierId}&userId=${this.$store.state.userInfo.userId}`,
success: () => {
console.log('分享成功')
},
@@ -342,6 +340,11 @@ export default {