fix:充值服务界面合并
This commit is contained in:
@@ -4,6 +4,14 @@ import { useI18n } from 'vue-i18n';
|
||||
import type { MenuProps } from 'ant-design-vue';
|
||||
import BalanceRecharge from '@/views/recharge/balancerecharge/index.vue';
|
||||
import PackageSubscription from '@/views/recharge/package/index.vue';
|
||||
import {useRouter} from "vue-router";
|
||||
const router = useRouter();
|
||||
const handleBack = () => {
|
||||
router.push('/billing/billservice');
|
||||
};
|
||||
defineOptions({
|
||||
name: 'recharge'
|
||||
});
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
@@ -40,7 +48,11 @@ const handleClick: MenuProps['onClick'] = e => {
|
||||
@click="handleClick"
|
||||
class="recharge-menu"
|
||||
/>
|
||||
|
||||
<div class="text-lg font-bold mb-4 flex justify-between items-center">
|
||||
<a-button @click="handleBack" >
|
||||
{{ t('page.login.common.back') }}
|
||||
</a-button>
|
||||
</div>
|
||||
<!-- 内容区域 -->
|
||||
<div class="recharge-content">
|
||||
<Transition name="fade" mode="out-in">
|
||||
|
||||
Reference in New Issue
Block a user