From 599abed702db9fa5dec90b5660ff039acb6eace7 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Mon, 24 Nov 2025 18:33:29 +0800
Subject: [PATCH] 1、完成升级赠送价值400元(共40张)平台消费券,每张10元,每次消费只能用一张,消费金额满200元抵一张10元消费券 1、修复分享名片第一次进入是空白 3、修复分红订单不生成问题

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

diff --git a/mobile/pages/branch/activity/detail/detail.vue b/mobile/pages/branch/activity/detail/detail.vue
index ac8af60..6fc1b55 100644
--- a/mobile/pages/branch/activity/detail/detail.vue
+++ b/mobile/pages/branch/activity/detail/detail.vue
@@ -528,8 +528,10 @@
 
 			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.is_friend = e;
-				if (this.activityData.fee > 0 || e) {
+				if (this.activityData.fee > 0 || e || !this.activityData.is_member) {
 					this.isOpenReg = true;
 				} else {
 					uni.showModal({

--
Gitblit v1.9.2