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/branch/activity/detail/detail.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mobile/pages/branch/activity/detail/detail.vue b/mobile/pages/branch/activity/detail/detail.vue
index 48938e4..04f7db4 100644
--- a/mobile/pages/branch/activity/detail/detail.vue
+++ b/mobile/pages/branch/activity/detail/detail.vue
@@ -81,7 +81,7 @@
 									<image :src="item.avatarUrl" mode="aspectFill"></image>
 									<text class="text-ellipsis">{{item.real_name}}</text>
 								</view>
-								<view class="more d-c-c d-c" v-if="activityData.total > 6" @click="openUser">
+								<view class="more d-c-c d-c" v-if="activityData.total > 5" @click="openUser">
 									<view class="d-c-c more-icon">
 										<text class="iconfont icon-gengduo"></text>
 									</view>
@@ -528,8 +528,8 @@
 
 			onReg(e) {
 				this.$refs.regForm.activityData = this.activityData;
-				this.$refs.regForm.branch_name = this.activityData.branch.name;
-				this.$refs.regForm.formData.branch_id = this.activityData.branch_id;
+				/* this.$refs.regForm.branch_name = this.activityData.branch.name;
+				this.$refs.regForm.formData.branch_id = this.activityData.branch_id; */
 				this.is_friend = e;
 				if (this.activityData.fee > 0 || e || !this.activityData.is_member) {
 					this.isOpenReg = true;

--
Gitblit v1.9.2