From a8b9a78690f1255c4cf648531476d4321c306029 Mon Sep 17 00:00:00 2001
From: sqw123 <3151435339@qq.com>
Date: Tue, 23 Dec 2025 22:32:05 +0800
Subject: [PATCH] 添加活动专区/供需匹配 字体颜色/图片前端

---
 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