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)