Browse Source

Merge branch 'resetName' into online

mo 2 years ago
parent
commit
061981010c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/student/music-group/pre-apply/component/payment.tsx

+ 1 - 1
src/student/music-group/pre-apply/component/payment.tsx

@@ -205,7 +205,7 @@ export default defineComponent({
             state.check.includes(item.goodsId) &&
             !state.paymentOrderDetails.includes(item.goodsType)
           ) {
-            checkInstruments = true
+            checkInstruments = false
           }
         })