quanwei
2025-11-21 1db9a4130699636cabe7e0c9f7f15d004aadada0
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({