소스 검색

Update payment.tsx

lex 2 년 전
부모
커밋
f7b4be921a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
 
           // 默认选中所有的
-          if (!state.paymentOrderDetails.includes(item.goodsType) && item.goodsType !== 'REPAIR') {
+          if (!state.paymentOrderDetails.includes(item.goodsType) && item.goodsType == 'TEXTBOOK') {
             state.check.push(item.goodsId)
           }
         })
@@ -638,7 +638,7 @@ export default defineComponent({
                 round
                 onClick={onSubmit}
               >
-                立即购买
+                立即提交
               </Button>
             </div>
           </div>