Explorar el Código

Merge branch 'resetName' into online

mo hace 2 años
padre
commit
061981010c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
           }
         })