From dd6fdd9bcff3c2b3dcebdb0db3f80bc9dd469bc4 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 25 Dec 2025 10:00:15 +0800
Subject: [PATCH] 1.	添加滚动效果 2.	修复供应方无法开通权限

---
 mobile/pages/plus/business/add.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/mobile/pages/plus/business/add.vue b/mobile/pages/plus/business/add.vue
index 18d77d9..f3e00fc 100644
--- a/mobile/pages/plus/business/add.vue
+++ b/mobile/pages/plus/business/add.vue
@@ -448,13 +448,14 @@
 				this.business.duties = duties
 			},
 			handleAvatarUpload(imgs) {
+					this.is_avatar = false
 				if (imgs && imgs.length > 0) {
 					this.file_path = imgs[0].file_path
 					this.file_id = imgs[0].file_id
-					this.is_avatar = false
 				}
 			},
 			handleLogoUpload(imgs) {
+					this.is_logo = false
 				if (imgs && imgs.length > 0) {
 					this.logo_path = imgs[0].file_path
 					this.logo_id = imgs[0].file_id

--
Gitblit v1.9.2