From 2b4f8c665a0a886139028cb1a84bf72f07dcdf40 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 24 Oct 2025 20:36:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=B4=E9=83=A8=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=8A=9F=E8=83=BD=E5=92=8C=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GeneralHeader.vue | 9 ++++++++- src/views/Wallet/CashOut/CashOut.vue | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/GeneralHeader.vue b/src/components/GeneralHeader.vue index 25939f6..809d660 100644 --- a/src/components/GeneralHeader.vue +++ b/src/components/GeneralHeader.vue @@ -92,7 +92,14 @@ const route = useRoute() const isInAppEnvironment = ref(false) // 定义首页路由列表 -const homeRoutes = ['/host-center', '/agency-center', '/coin-seller', '/'] +const homeRoutes = [ + '/host-center', + '/agency-center', + '/coin-seller', + '/invitation-to-register', + '/lottery', + '/', +] // 计算是否为首页 const isCurrentlyHomePage = computed(() => { diff --git a/src/views/Wallet/CashOut/CashOut.vue b/src/views/Wallet/CashOut/CashOut.vue index 731159f..2b23773 100644 --- a/src/views/Wallet/CashOut/CashOut.vue +++ b/src/views/Wallet/CashOut/CashOut.vue @@ -4,7 +4,7 @@ style="width: 100%" title="Cash out" color="color: rgba(0, 0, 0, 0.80)" - backImg="/src/assets/icon/arrowBackBlack.png" + :backImg="imgUrl" />
@@ -199,6 +199,7 @@ const router = useRouter() const route = useRoute() const activityId = route.query.activityId || '' +const imgUrl = new URL('../../../assets/icon/arrowBackBlack.png', import.meta.url).href const maskLayerShow = ref(false) const currentAmount = ref(0) //可提现金额