@dongkboy há 4 meses atrás
pai
commit
3f3e387e29
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      src/views/payCredit/myTask.vue

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

@@ -290,9 +290,7 @@ const getMyPaymentTotalWithdrawalAmount = () => {
     createTimeEnd: time1.value?.[1],
     auditingStatus: activeName.value,
   }).then((res: any) => {
-    if (res.data) {
-      totalAmount.value = res.data
-    }
+      totalAmount.value = res.msg
   })
 }
 onMounted(() => {