Browse Source

新增支付方式

sy_inter 4 months ago
parent
commit
82d451f624
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/training/models/meeting-detail-attend.vue

+ 4 - 4
src/views/training/models/meeting-detail-attend.vue

@@ -295,8 +295,8 @@
                 </el-radio-group>
             </el-form-item> -->
             <div class="d-flex">
-                <div class="orange-button" :class="{'orange-active': collectiontype === '4'}" @click="collectiontype = '4'">对公转账收款</div>
-                <div class="green-button" :class="{'green-active': collectiontype === '3'}" @click="collectiontype = '3'">现场收款</div>
+                <div class="orange-button" :class="{'orange-active': collectiontype === '3'}" @click="collectiontype = '3'">对公转账收款</div>
+                <div class="green-button" :class="{'green-active': collectiontype === '4'}" @click="collectiontype = '4'">现场收款</div>
             </div>
             <div class="f-s-24">确认收款后将直接改为已支付状态,并进入报名审核流程,操作无法撤回请慎重操作。</div>
         </div>
@@ -541,9 +541,9 @@ const openTransfer = (row)=>{
     editPricedata.value = row
 }
 const confirmTransfer = async()=>{
-    await confirmSigPublicPay(editPricedata.value?.id,collectiontype)
+    await confirmSigPublicPay(editPricedata.value?.id,collectiontype.value)
     showTransfer.value = false
-     getList();
+    getList();
 }
 const changeEditPrice = async ()=>{
     await editPrice({