1
李凌
2026-02-04 23317b2e11aca690e8f1f349edf6f35da7ee65d3
src/views/cryptos/order/FinancialOrder/index.vue
@@ -80,6 +80,7 @@
import assetsHead from '@/components/Transform/assets-head/index.vue';
import dayjs from 'dayjs'
import { ransomFinacialProduct, getFinanceOrder } from '@/service/financialManagement.api.js'
import { showToast } from 'vant'
export default {
  name: "index",
  components: {
@@ -143,7 +144,7 @@
        id: this.id
      }).then(res => {
        console.log(res)
        this.$toast(this.$t('赎回成功'))
        showToast(this.$t('赎回成功'))
        setTimeout(() => {
          this.backFunc()
        }, 1000)