From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理

---
 mobile/pages/branch/activity/detail/detail.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mobile/pages/branch/activity/detail/detail.vue b/mobile/pages/branch/activity/detail/detail.vue
index 04f7db4..65af4e1 100644
--- a/mobile/pages/branch/activity/detail/detail.vue
+++ b/mobile/pages/branch/activity/detail/detail.vue
@@ -40,7 +40,7 @@
 								</view>
 							</view>
 						</view>
-						<view class="activity-item d-b-c" v-if="activityData.is_visit == 1">
+						<view class="activity-item d-b-c" v-if="activityData.address">
 							<view class="flex-1">
 								<view class="gray6 f24">活动地点</view>
 								<view class="info">{{activityData.address}}</view>
@@ -531,9 +531,9 @@
 				/* 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) {
+				//if (this.activityData.fee > 0 || e || !this.activityData.is_member) {
 					this.isOpenReg = true;
-				} else {
+				/* } else {
 					uni.showModal({
 						title: '提示',
 						content: '确定要报名吗?',
@@ -543,7 +543,7 @@
 							}
 						}
 					});
-				}
+				} */
 			},
 
 			closeRegFunc(e) {

--
Gitblit v1.9.2