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) //可提现金额