src/views/cryptos/financialManagement/orderSuccess.vue
@@ -7,12 +7,7 @@ <div class="mt-8 font-bold text-48 textColor">{{ $t('购买成功') }}</div> <div class="text-grey mt-10 text-24">{{ $t('即日起可获得收益分成') }}!</div> <div class="btn mt-36 btnMain" @click="$router.push({ path: '/cryptos/funds', query: { tab: 3, index: index, // 0: 查看理财订单 1: 矿机 type: 'cryptos' } path: '/cryptos/fund-orders', })">{{ $t('查看订单') }}</div> <div class="mt-10 text-36 textColor" @click="$router.go(-3)">{{ $t('返回交易') }}</div> </div>