From 41d99e95f9e158fb302c836f545fe263f8de9962 Mon Sep 17 00:00:00 2001
From: linxi <957440651@qq.com>
Date: Thu, 20 Aug 2026 10:39:11 +0800
Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5805=20=E3=80=90=E5=95=86=E5=9F=8E?=
=?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E3=80=90=E5=95=86=E6=88=B7?=
=?UTF-8?q?=E5=85=A5=E9=A9=BB-=E5=85=A5=E9=A9=BB=E7=94=B3=E8=AF=B7?=
=?UTF-8?q?=E9=A1=BB=E7=9F=A5=E3=80=91=E7=94=A8=E6=88=B7=E6=9C=AA=E5=8B=BE?=
=?UTF-8?q?=E9=80=89=E2=80=9C=E6=88=91=E5=B7=B2=E4=BB=94=E7=BB=86=E9=98=85?=
=?UTF-8?q?=E8=AF=BB=E5=B9=B6=E5=90=8C=E6=84=8F=E2=80=9D=E6=97=B6=EF=BC=8C?=
=?UTF-8?q?=E7=82=B9=E5=87=BB=E5=BC=B9=E7=AA=97=E7=A9=BA=E7=99=BD=E5=8C=BA?=
=?UTF-8?q?=E5=9F=9F=E5=8D=B3=E5=8F=AF=E5=85=B3=E9=97=AD=E5=BC=B9=E7=AA=97?=
=?UTF-8?q?=EF=BC=8C=E4=B8=8D=E7=AC=A6=E5=90=88=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pkg_join/views/experienceStore.vue | 20 ++++++++++++++++++--
pkg_join/views/shop.vue | 20 ++++++++++++++++++--
pkg_join/views/supplier.vue | 20 ++++++++++++++++++--
pkg_join/views/travelResidence.vue | 20 ++++++++++++++++++--
pkg_join/views/wholesaler.vue | 20 ++++++++++++++++++--
5 files changed, 90 insertions(+), 10 deletions(-)
diff --git a/pkg_join/views/experienceStore.vue b/pkg_join/views/experienceStore.vue
index 00df38e..38ca70d 100644
--- a/pkg_join/views/experienceStore.vue
+++ b/pkg_join/views/experienceStore.vue
@@ -417,7 +417,7 @@
:show="show"
mode="center"
round="10"
- @close="show=false"
+ @close="handlePopupClose"
>
@@ -440,7 +440,6 @@
@@ -583,6 +582,23 @@ export default {
this.isAgree = e.detail.value.includes('yes')
},
savePopup() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
+ this.show = false
+ },
+ handlePopupClose() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
this.show = false
},
stringToMapArr(str, split = ',') {
diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue
index 5410fcf..7ce3540 100644
--- a/pkg_join/views/shop.vue
+++ b/pkg_join/views/shop.vue
@@ -440,7 +440,7 @@
:show="show"
mode="center"
round="10"
- @close="show=false"
+ @close="handlePopupClose"
>
入驻申请须知
@@ -458,7 +458,6 @@
@@ -671,6 +670,23 @@ export default {
},
methods: {
handleAgree(){
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
+ this.show = false
+ },
+ handlePopupClose() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
this.show = false
},
timeRange(e) {
diff --git a/pkg_join/views/supplier.vue b/pkg_join/views/supplier.vue
index cd859cd..eebe0b8 100644
--- a/pkg_join/views/supplier.vue
+++ b/pkg_join/views/supplier.vue
@@ -546,7 +546,7 @@
@cancel="changeRemove(false)"
@confirm="onRemove"
/>
-
+
入驻申请须知
@@ -563,7 +563,6 @@
@@ -866,6 +865,23 @@ export default {
},
methods: {
handlAgree() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
+ this.show = false
+ },
+ handlePopupClose() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
this.show = false
},
timeRange(e) {
diff --git a/pkg_join/views/travelResidence.vue b/pkg_join/views/travelResidence.vue
index 372fbfd..115a25f 100644
--- a/pkg_join/views/travelResidence.vue
+++ b/pkg_join/views/travelResidence.vue
@@ -344,7 +344,7 @@
{{ '提交审核' }}
-
入驻申请须知
@@ -362,7 +362,6 @@
@@ -493,6 +492,23 @@ export default {
this.isAgree = e.detail.value.includes('yes')
},
save() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
+ this.show = false
+ },
+ handlePopupClose() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
this.show = false
},
/**
diff --git a/pkg_join/views/wholesaler.vue b/pkg_join/views/wholesaler.vue
index 4e6f1f2..83b0e7e 100644
--- a/pkg_join/views/wholesaler.vue
+++ b/pkg_join/views/wholesaler.vue
@@ -241,7 +241,7 @@
@cancel="changeRemove(false)"
@confirm="onRemove"
/>
-
+
入驻申请须知
@@ -258,7 +258,6 @@
@@ -541,6 +540,23 @@ export default {
this.isAgree = event.detail.value.length > 0
},
save() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
+ this.show = false
+ },
+ handlePopupClose() {
+ if (!this.isAgree) {
+ uni.showToast({
+ title: '请先阅读并同意入驻申请须知',
+ icon: 'none'
+ })
+ return
+ }
this.show = false
}
}