@dongkboy 3 hónapja
szülő
commit
0357d115ef
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/payCredit/myTask.vue

+ 1 - 1
src/views/payCredit/myTask.vue

@@ -405,7 +405,7 @@ const handleVerifyAmount = () => {
     id: drawForm.value.id,
     id: drawForm.value.id,
     voucherId: drawForm.value.voucherId,
     voucherId: drawForm.value.voucherId,
     picId: drawForm.value.picId,
     picId: drawForm.value.picId,
-    accountId: drawForm.value.accountId,
+    cardId: drawForm.value.accountId,
   }).then((res: any) => {
   }).then((res: any) => {
     if (res.code == 200) {
     if (res.code == 200) {
       ElMessage({
       ElMessage({