Browse Source

类型设置

1
mo 3 years ago
parent
commit
c01c3ef13c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/resetTeaming/modals/user-pay-form.vue

+ 2 - 2
src/views/resetTeaming/modals/user-pay-form.vue

@@ -191,7 +191,7 @@
         :hidePaymentPattern="true"
         :isUserType="isUserType"
         :isDisabled="
-          form.leixing == '1' || form.leixing == '2' || paymentType == '0'
+          form.leixing === '1' || form.leixing === '2' || paymentType === '0'
         "
         :courseViewType="courseViewType"
         v-else
@@ -439,7 +439,7 @@ export default {
       let organId = this.baseInfo?.musicGroup?.organId;
       this.courseViewType = this.baseInfo?.musicGroup?.courseViewType;
       if (this.courseViewType == 1) {
-        this.$set(this.form, "leixing", 2);
+        this.$set(this.form, "leixing", '2');
         //   console.log('paymentType',this.paymentType)
         this.addExtraClass();
       }