|  | @@ -86,15 +86,15 @@
 | 
											
												
													
														|  |          class="alert"
 |  |          class="alert"
 | 
											
												
													
														|  |          style="margin-top: 20px"
 |  |          style="margin-top: 20px"
 | 
											
												
													
														|  |          type="info"
 |  |          type="info"
 | 
											
												
													
														|  | -        v-if="courseViewType == 1&&paymentType !== undefined"
 |  | 
 | 
											
												
													
														|  | 
 |  | +        v-if="courseViewType == 1&&paymentType&&paymentType !=2"
 | 
											
												
													
														|  |        >
 |  |        >
 | 
											
												
													
														|  |        </el-alert>
 |  |        </el-alert>
 | 
											
												
													
														|  |        <memberSetting
 |  |        <memberSetting
 | 
											
												
													
														|  | -        v-if="courseViewType == 1&&paymentType !== undefined"
 |  | 
 | 
											
												
													
														|  | 
 |  | +        v-if="courseViewType == 1&&paymentType&&paymentType !=2"
 | 
											
												
													
														|  |          :form="memberForm"
 |  |          :form="memberForm"
 | 
											
												
													
														|  |          :isUserType="isUserType"
 |  |          :isUserType="isUserType"
 | 
											
												
													
														|  |          :organId="baseInfo.musicGroup.organId"
 |  |          :organId="baseInfo.musicGroup.organId"
 | 
											
												
													
														|  | -       :addStudent="addStudent"
 |  | 
 | 
											
												
													
														|  | 
 |  | +       :addStudent="showMember"
 | 
											
												
													
														|  |          :showTime="false"
 |  |          :showTime="false"
 | 
											
												
													
														|  |        />
 |  |        />
 | 
											
												
													
														|  |        <el-alert title="缴费设置" :closable="false" class="alert" type="info">
 |  |        <el-alert title="缴费设置" :closable="false" class="alert" type="info">
 | 
											
										
											
												
													
														|  | @@ -298,8 +298,8 @@ export default {
 | 
											
												
													
														|  |      };
 |  |      };
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    computed: {
 |  |    computed: {
 | 
											
												
													
														|  | -    addStudent(){
 |  | 
 | 
											
												
													
														|  | -      return this.paymentType == 'ADD_STUDENT'|| this.paymentType ==3
 |  | 
 | 
											
												
													
														|  | 
 |  | +    showMember(){
 | 
											
												
													
														|  | 
 |  | +      return  this.paymentType ==3
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      musicGroup() {
 |  |      musicGroup() {
 | 
											
												
													
														|  |        return this.baseInfo?.musicGroup;
 |  |        return this.baseInfo?.musicGroup;
 |