Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
32aecdc1a2
  1. BIN
      assets/img/home/Google.png
  2. 60
      i18n/lang/en.json
  3. 2
      i18n/lang/zh-TW.json
  4. 25
      pages/base/home.vue
  5. 2
      pages/exchange/open-position.vue

BIN
assets/img/home/Google.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

60
i18n/lang/en.json

@ -92,7 +92,7 @@
"b8": "Deduct the handling fee",
"b9": "Available",
"c0": "Buy",
"c1": "My wallets",
"c1": "My Wallets",
"c2": "Identity Authentication",
"c3": "Security Center",
"c4": "Message Notification",
@ -857,8 +857,8 @@
"homeNewText": {
"aa1": "Cryptocurrency Gate",
"aa2": "Safe, fast and easy trade on over 100 cryptocurrencies",
"aa3": "Register via email",
"aa4": "Start trading now",
"aa3": "Register Via Email",
"aa4": "Start Trading Now",
"aa5": "Market trend",
"aa6": "Digital Asset Quote Express",
"aa7": "Currency",
@ -896,38 +896,38 @@
"hh0": "The future of money is here",
"hh1": "We are the most trusted place for investors to buy, sell and manage cryptocurrency",
"hh2": "Register via email",
"hh3": "Quotes",
"hh4": "See more markets",
"hh5": "{name} is a one-stop platform for everyone",
"hh3": "Markets",
"hh4": "View more markets",
"hh5": "{name} is An One-step Exchange for Everyone",
"hh6": "Global Ranking",
"hh7": "users trust us",
"hh7": "Users Trust Us",
"hh8": "Ultra-Low Fees",
"hh9": "Countries",
"hh10": "How to start",
"hh11": "Create account",
"hh12": "Log in {name} to register new profile",
"hh10": "How to Get Started",
"hh11": "Create Account",
"hh12": "Sign in to {name} to Register a New Profile",
"hh13": "Register",
"hh14": "Verify your identity",
"hh15": "The verification process takes less than 5 minutes to complete.",
"hh16": "Create your account first",
"hh17": "Buy and deposit cryptocurrencies",
"hh18": "Add funds to your {name} account to deposit and withdraw cryptocurrency services.",
"hh19": "Verify your identity first",
"hh20": "Start your journey",
"hh21": "Explore cryptocurrency opportunities within the {name} ecosystem",
"hh22": "Buy and deposit cryptocurrency first",
"hh23": "Build your cryptocurrency portfolio",
"hh24": "Buy cryptocurrency",
"hh25": "Why choose {name}",
"hh26": "Simple",
"hh27": "{name} makes it easy to buy cryptocurrencies using our mobile app.",
"hh28": "education",
"hh14": "Verify Your Identity",
"hh15": "Spend Less Than 5 Minutes Completing the Verification Process.",
"hh16": "Create Your Account First",
"hh17": "Buy and Deposit Crypto",
"hh18": "Add funds to your {name} Account to Access Crypto Services.",
"hh19": "Verify Your Identity First",
"hh20": "Start Your Journey",
"hh21": "Explore Crypto Opportunities within the {name} Ecosystem",
"hh22": "Buy and Deposit Crypto First",
"hh23": "Build Your Crypto Portfolio",
"hh24": "Buy Crypto",
"hh25": "Why {name}",
"hh26": "Simplicity",
"hh27": "{name} Makes it Easy to Buy Crypto Using Our Mobile Application.",
"hh28": "Education",
"hh29": "Grow your earnings with {name}",
"hh30": "Don't know where to start? Head to our Learning Center to learn all about cryptocurrency.",
"hh30": "Not Sure Where to Start? Head to Our Learn Center and Learn About All Things Crypto.",
"hh31": "Service",
"hh32": "Find your answers instantly in our Help Center, or contact us via email 24/7/365.",
"hh33": "Start using {name}",
"hh34": "Trade anytime, anywhere",
"hh35": "Stay informed with our app and desktop client"
"hh32": "Find Your Answers Instantly in Our Support Center. Or Reach Us 24/7/365 via Email.",
"hh33": "Get Started With {name}",
"hh34": "Trade on the go. Anywhere, Anytime",
"hh35": "Stay in the know with our app and desktop client"
}
}

2
i18n/lang/zh-TW.json

@ -898,7 +898,7 @@
"hh4": "看更多市場",
"hh5": "{name} 是個適合所有人的一站式平台",
"hh6": "Global Ranking",
"hh7": "users trust us",
"hh7": "Users Trust Us",
"hh8": "Ultra-Low Fees",
"hh9": "Countries",
"hh10": "如何開始",

25
pages/base/home.vue

@ -197,36 +197,44 @@
</view>
<view class="Howtogetstarted_box1">{{ $t("homeNewText.hh11") }}</view>
<view class="Howtogetstarted_box2">{{ $t("homeNewText.hh12",{name:"Ewmcoin"}) }}</view>
<view style="display: flex;justify-content: center;">
<view class="Howtogetstarted_box3" @click="goReg">{{ $t("homeNewText.hh13") }}</view>
</view>
</view>
<view class="Howtogetstarted">
<view class="Howtogetstarted_box">
<span class="" style="font-size: 20px;">2</span>
</view>
<view class="Howtogetstarted_box1">{{ $t("homeNewText.hh14") }}</view>
<view class="Howtogetstarted_box2">{{ $t("homeNewText.hh15") }}</view>
<view style="display: flex;justify-content: center;">
<view v-if="!isLogin" class="Howtogetstarted_box3" @click="goReg">{{ $t("homeNewText.hh16") }}</view>
<view v-else class="Howtogetstarted_box3" @click="goMine">{{ $t("homeNewText.hh16") }}</view>
</view>
</view>
<view class="Howtogetstarted">
<view class="Howtogetstarted_box">
<span class="" style="font-size: 20px;">3</span>
</view>
<view class="Howtogetstarted_box1">{{ $t("homeNewText.hh17") }}</view>
<view class="Howtogetstarted_box2">{{ $t("homeNewText.hh18",{name:"Ewmcoin"}) }}</view>
<view style="display: flex;justify-content: center;">
<view v-if="!isLogin" class="Howtogetstarted_box3" @click="goReg">{{ $t("homeNewText.hh19") }}</view>
<view v-else class="Howtogetstarted_box3" @click="goMine">{{ $t("homeNewText.hh19") }}</view>
</view>
</view>
<view class="Howtogetstarted">
<view class="Howtogetstarted_box">
<span class="" style="font-size: 20px;">4</span>
</view>
<view class="Howtogetstarted_box1">{{ $t("homeNewText.hh20") }}</view>
<view class="Howtogetstarted_box2">{{ $t("homeNewText.hh21",{name:"Ewmcoin"}) }}</view>
<view style="display: flex;justify-content: center;">
<view v-if="!isLogin" class="Howtogetstarted_box3" @click="goReg">{{ $t("homeNewText.hh22") }}</view>
<view v-else class="Howtogetstarted_box3" @click="goExchange">{{ $t("homeNewText.hh22") }}</view>
</view>
</view>
</view>
<view class="marketbox" style="padding: 0px;">
<view class="marketbox1" style="padding: 0rpx 25rpx;">{{ $t("homeNewText.hh23") }}</view>
@ -370,14 +378,14 @@
<view class="Trading_box1">{{ $t("homeNewText.hh35") }}</view>
<a class="Trading_a" href="https://app.ewmcoin.com/download/Ewmcoin.html">
<view class="Trading_a_box">
<view style="margin-right: 10rpx;"><image src="@/assets/img/home/IOS1.png" style="width: 48rpx;height: 48rpx;"></image></view>
<view>App Store</view>
<view style="margin-right: 10rpx;"><image src="@/assets/img/home/Google.png" style="width: 48rpx;height: 48rpx;"></image></view>
<view>Google Play</view>
</view>
</a>
<a class="Trading_a" style="margin-top: 40rpx;" href="https://app.ewmcoin.com/download/Ewmcoin.html">
<view class="Trading_a_box">
<view style="margin-right: 10rpx;"><image src="@/assets/img/home/Android1.png" style="width: 48rpx;height: 48rpx;"></image></view>
<view>Android</view>
<view style="margin-right: 10rpx;"><image src="@/assets/img/home/IOS1.png" style="width: 48rpx;height: 48rpx;"></image></view>
<view>App Store</view>
</view>
</a>
</view>
@ -2249,8 +2257,8 @@
font-size: 14px;
text-align: center;
background-color: #fff;
max-width: 150px;
padding: 10px 0px;
// max-width: 150px;
padding: 10px 10px;
margin: auto;
border-radius: 20px;
}
@ -2259,10 +2267,13 @@
padding-top: 30px;
text-align: center;
padding-bottom:100rpx;
display: flex;
justify-content: center;
.Carousel1{
height: 88rpx;
width: 350rpx;
padding: 0px 10px;
// width: 350rpx;
background-color: #E0876E;
margin: auto;
line-height: 88rpx;

2
pages/exchange/open-position.vue

@ -175,7 +175,7 @@
<span class="color-default">{{ $t("contract.d9") }}</span>
<span>{{ margin }}</span>
</view> -->
<view class="d-flex flex-wrap">
<view class="d-flex flex-wrap" v-if="0">
<view class="fn-12">
{{$t('first.a3')}} <text class="color-theme-1">({{$t('reg.b4')}})</text>
</view>

Loading…
Cancel
Save