1
李凌
2025-09-06 b7eb749eb71ae802f9868e3b099aa362e23d7cc0
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)