|
@@ -409,6 +409,7 @@ export default {
|
|
|
this.formatCourse();
|
|
|
this.init();
|
|
|
|
|
|
+
|
|
|
},
|
|
|
activated() {
|
|
|
this.formatCourse();
|
|
@@ -420,7 +421,8 @@ export default {
|
|
|
let organId = this.baseInfo?.musicGroup?.organId;
|
|
|
this.courseViewType = this.baseInfo?.musicGroup?.courseViewType;
|
|
|
if(this.courseViewType == 1){
|
|
|
- this.form.leixing = 1;
|
|
|
+ this.$set(this.form,'leixing',2)
|
|
|
+ // console.log('paymentType',this.paymentType)
|
|
|
this.addExtraClass()
|
|
|
}
|
|
|
// 如果为学员缴费且是乐团缴费则显示云教练的价格
|