From c5487881d04780e03f4dd86ed1606c587f2c7952 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 19 May 2025 16:30:54 +0800
Subject: [PATCH] 修改: 保证金 、 手续费 字段展示
---
src/views/market/components/pageDetail.vue | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/views/market/components/pageDetail.vue b/src/views/market/components/pageDetail.vue
index 2039810..60735cf 100644
--- a/src/views/market/components/pageDetail.vue
+++ b/src/views/market/components/pageDetail.vue
@@ -1,7 +1,7 @@
<template>
<div class="welcome">
<div class="welcome-content">
- <div class="title-1">{{ $t('message.home["歡迎來到 MT10"]') }}</div>
+ <div class="title-1">{{ $t('message.home["歡迎來到 BCWP"]') }}</div>
<div class="title-2">
{{ $t('message.home["即刻開啟您的數字貨幣之旅。"]') }}
</div>
@@ -41,7 +41,7 @@
<div class="p1">Google Play</div>
<div class="mask">
<div class="mask-title">Scan to download</div>
- <img src="https://MT10.com/er-code.png" class="icon" />
+ <img src="https://BCWP.com/er-code.png" class="icon" />
<button>More</button>
</div>
</a>
@@ -53,7 +53,7 @@
<div class="p1">App Store</div>
<div class="mask">
<div class="mask-title">Scan to download</div>
- <img src="https://MT10.com/er-code.png" class="icon" />
+ <img src="https://BCWP.com/er-code.png" class="icon" />
<button>More</button>
</div>
</a>
@@ -198,7 +198,7 @@
</div>
<div class="suspension">
<div class="title">
- {{ $t('message.home["立刻下載MT10手機 App!"]') }}
+ {{ $t('message.home["立刻下載BCWP手機 App!"]') }}
</div>
<div class="btns">
<a class="apple-store" style="margin-right: 10px">
@@ -227,7 +227,7 @@
<!-- <div class="left">-->
<!-- <div class="coin-info">-->
<!-- <div class="el-image" style="width: 24px; height: 24px;"><img-->
- <!-- src="https://MT10.com/symbol/btc.png" class="el-image__inner"></div>-->
+ <!-- src="https://BCWP.com/symbol/btc.png" class="el-image__inner"></div>-->
<!-- <span class="coin-title">BTC/USDT </span></div>-->
<!-- <div class="money">70871.11</div>-->
<!-- <div class="percentage percentage-add"> 2.56%</div>-->
@@ -247,7 +247,7 @@
<!-- <div class="left">-->
<!-- <div class="coin-info">-->
<!-- <div class="el-image" style="width: 24px; height: 24px;"><img-->
- <!-- src="https://MT10.com/symbol/eth.png" class="el-image__inner"><!––></div>-->
+ <!-- src="https://BCWP.com/symbol/eth.png" class="el-image__inner"><!––></div>-->
<!-- <span class="coin-title">ETH/USDT </span></div>-->
<!-- <div class="money">3805.03</div>-->
<!-- <div class="percentage percentage-add"> 0.77%</div>-->
@@ -268,7 +268,7 @@
<!-- <div class="left">-->
<!-- <div class="coin-info">-->
<!-- <div class="el-image" style="width: 24px; height: 24px;"><img-->
- <!-- src="https://MT10.com/symbol/ltc.png" class="el-image__inner"><!––></div>-->
+ <!-- src="https://BCWP.com/symbol/ltc.png" class="el-image__inner"><!––></div>-->
<!-- <span class="coin-title">LTC/USDT </span></div>-->
<!-- <div class="money">83.62</div>-->
<!-- <div class="percentage percentage-add"> 0.83%</div>-->
@@ -302,7 +302,6 @@
},
};
</script>
-
<style scoped lang="css">
.welcome {
@@ -545,7 +544,7 @@
top: -70px;
width: 866px;
height: 640px;
- background: url(https://MT10.com/img/right-bg-1.c9ac5e41.svg) 166px 0px
+ background: url(https://BCWP.com/img/right-bg-1.c9ac5e41.svg) 166px 0px
no-repeat;
.jq {
position: absolute;
@@ -823,4 +822,4 @@
a {
text-decoration: none;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3