From 42faef34194c466f03e29d75a63ae502e4213044 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 10:38:46 +0800
Subject: [PATCH] 上一版是10.10的, 这版才是原始源码
---
src/views/exchange/Channel.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/views/exchange/Channel.vue b/src/views/exchange/Channel.vue
index e55faca..7add343 100644
--- a/src/views/exchange/Channel.vue
+++ b/src/views/exchange/Channel.vue
@@ -2,8 +2,8 @@
<div class="channel">
<!-- <fx-header @back="openUrl(1)"> -->
<!-- <template #left>{{}}</template>
-<template #title>{{ title }}</template>
-<template #right>
+ <template #title>{{ title }}</template>
+ <template #right>
<van-icon name="cross" @click="onRoute('list')"></van-icon>
</template> -->
<!-- </fx-header> -->
@@ -42,12 +42,11 @@
const label = isIn ? t('selectRechargeEeor') : t('selectWithdrawEeor')
const list = isIn ? [
- // { title: t('bankDeposit'), icon: new URL('@/assets/image/order/user-icon1.png', import.meta.url), path: 'charge-bank' }, // 跳转银行入款页面
- { title: t('bankDeposit'), icon: new URL('@/assets/image/order/user-icon1.png', import.meta.url), path: '/customerService' }, // 跳转客服页面
+ { title: t('bankDeposit'), icon: new URL('@/assets/image/order/user-icon1.png', import.meta.url), path: 'charge-bank' },
{ title: 'USDT ' + t('recharge'), icon: new URL('@/assets/image/order/user-icon2.png', import.meta.url), path: '/cryptos/recharge/rechargeList?isForeign=true' },
] : [
{ title: t('bankwithdrawal'), icon: new URL('@/assets/image/order/user-icon1.png', import.meta.url), path: 'withdraw-bank' },
- { title: t('加密货币') + ' ' + t('withdraw'), icon: new URL('@/assets/image/order/user-icon2.png', import.meta.url), path: '/cryptos/withdraw/withdrawPage?type=exchange' },
+ { title: 'USDT ' + t('withdraw'), icon: new URL('@/assets/image/order/user-icon2.png', import.meta.url), path: '/cryptos/withdraw/withdrawPage?type=exchange' },
]
onMounted(() => {
--
Gitblit v1.9.3