Browse Source

Update payment.tsx

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

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

@@ -116,7 +116,7 @@ export default defineComponent({
           state.details = details
           state.details = details
 
 
           // 默认选中所有的
           // 默认选中所有的
-          if (!state.paymentOrderDetails.includes(item.goodsType) && item.goodsType !== 'REPAIR') {
+          if (!state.paymentOrderDetails.includes(item.goodsType) && item.goodsType == 'TEXTBOOK') {
             state.check.push(item.goodsId)
             state.check.push(item.goodsId)
           }
           }
         })
         })
@@ -638,7 +638,7 @@ export default defineComponent({
                 round
                 round
                 onClick={onSubmit}
                 onClick={onSubmit}
               >
               >
-                立即购买
+                立即提交
               </Button>
               </Button>
             </div>
             </div>
           </div>
           </div>