quanwei
2026-01-17 e1e2fe5710a5b5cd9c19bd3aa99c998a1a613ca8
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,12 +528,12 @@
         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) {
            //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) {
@@ -802,7 +802,7 @@
         if (this.activityData) {
            return {
               title: `${this.activityData.name}`,
               path: `/pages/plus/business/detail?activity_id=${this.activity_id}&referee_id=${this.getUserId()}`
               path: `/pages/plus/business/detail?activity_id=${this.activity_id}`
            };
         }
         return {
@@ -814,12 +814,12 @@
         if (this.activityData) {
            return {
               title: `${this.activityData.name}`,
               path: `/pages/plus/business/detail?activity_id=${this.activity_id}&referee_id=${this.getUserId()}`
               path: `/pages/plus/business/detail?activity_id=${this.activity_id}`
            };
         }
         return {
            title: '活动详情',
            path: `/pages/plus/business/detail?activity_id=${this.activity_id}&referee_id=${this.getUserId()}`
            path: `/pages/plus/business/detail?activity_id=${this.activity_id}`
         };
      }
   }