|
|
@@ -11,8 +11,9 @@
|
|
|
<view class="section-subtitle" v-t="'Downloadpage.item3'" />
|
|
|
</view>
|
|
|
<view class="download-cards">
|
|
|
- <cwg-link type="html" class="download-card" :url="myLink + '/mt/cwgmarketssvgltd4setup.exe'"
|
|
|
- download="cwgmarketssvgltd4setup.exe">
|
|
|
+ <cwg-link type="download" class="download-card"
|
|
|
+ :url="myLink + '/mt/cwgmarketssvgltd4setup.exe'"
|
|
|
+ downloadName="cwgmarketssvgltd4setup.exe">
|
|
|
<image class="card-icon" src="/static/images/windows-os-1-48.png" alt=""
|
|
|
mode="widthFix" />
|
|
|
<view class="card-info">
|
|
|
@@ -21,8 +22,8 @@
|
|
|
</view>
|
|
|
<view class="download-badge">Windows</view>
|
|
|
</cwg-link>
|
|
|
- <cwg-link type="html" class="download-card" :url="myLink + '/mt/mt4.zip'"
|
|
|
- download="mt4.zip">
|
|
|
+ <cwg-link type="download" class="download-card" :url="myLink + '/mt/mt4.zip'"
|
|
|
+ downloadName="mt4.zip">
|
|
|
<image class="card-icon" src="/static/images/windows-os-1-48.png" alt=""
|
|
|
mode="widthFix" />
|
|
|
<view class="card-info">
|
|
|
@@ -31,8 +32,8 @@
|
|
|
</view>
|
|
|
<view class="download-badge">ZIP</view>
|
|
|
</cwg-link>
|
|
|
- <cwg-link type="html" class="download-card" :url="myLink + '/mt/MetaTrader4.pkg'"
|
|
|
- download="MetaTrader4.pkg">
|
|
|
+ <cwg-link type="download" class="download-card" :url="myLink + '/mt/MetaTrader4.pkg'"
|
|
|
+ downloadName="MetaTrader4.pkg">
|
|
|
<image class="card-icon" src="/static/images/apple-os-1-48.png" alt=""
|
|
|
mode="widthFix" />
|
|
|
<view class="card-info">
|
|
|
@@ -109,8 +110,8 @@
|
|
|
<view class="section-subtitle" v-t="'Downloadpage.item12'" />
|
|
|
</view>
|
|
|
<view class="download-cards">
|
|
|
- <cwg-link type="html" class="download-card" :url="myLink + '/mt/cwgmarketssvg5setup.exe'"
|
|
|
- download="cwgmarketssvg5setup.exe">
|
|
|
+ <cwg-link type="download" class="download-card"
|
|
|
+ :url="myLink + '/mt/cwgmarketssvg5setup.exe'" downloadName="cwgmarketssvg5setup.exe">
|
|
|
<image class="card-icon" src="/static/images/windows-os-1-48.png" alt=""
|
|
|
mode="widthFix" />
|
|
|
<view class="card-info">
|
|
|
@@ -119,8 +120,8 @@
|
|
|
</view>
|
|
|
<view class="download-badge">Windows</view>
|
|
|
</cwg-link>
|
|
|
- <cwg-link type="html" class="download-card" :url="myLink + '/mt/mt5.zip'"
|
|
|
- download="mt5.zip">
|
|
|
+ <cwg-link type="download" class="download-card" :url="myLink + '/mt/mt5.zip'"
|
|
|
+ downloadName="mt5.zip">
|
|
|
<image class="card-icon" src="/static/images/windows-os-1-48.png" alt=""
|
|
|
mode="widthFix" />
|
|
|
<view class="card-info">
|
|
|
@@ -129,8 +130,8 @@
|
|
|
</view>
|
|
|
<view class="download-badge">ZIP</view>
|
|
|
</cwg-link>
|
|
|
- <cwg-link type="html" class="download-card" :url="myLink + '/mt/MetaTrader5.pkg'"
|
|
|
- download="MetaTrader5.dmg">
|
|
|
+ <cwg-link type="download" class="download-card" :url="myLink + '/mt/MetaTrader5.pkg'"
|
|
|
+ downloadName="MetaTrader5.dmg">
|
|
|
<image class="card-icon" src="/static/images/apple-os-1-48.png" alt=""
|
|
|
mode="widthFix" />
|
|
|
<view class="card-info">
|
|
|
@@ -206,19 +207,19 @@
|
|
|
<view class="banner-subtitle" v-t="'Downloadpage.item19'" />
|
|
|
</view>
|
|
|
<view class="banner-buttons">
|
|
|
- <cwg-link type="html" class="banner-btn" style="padding: 10px 25px;min-width: 220px;"
|
|
|
+ <cwg-link type="download" class="banner-btn" style="padding: 10px 25px;min-width: 220px;"
|
|
|
url="https://mt.tradingcentral.cn/download"
|
|
|
v-if="['cn', 'zhHant'].indexOf(Session.Get('lang')) != -1">
|
|
|
<view v-t="'Downloadpage.item20'" />
|
|
|
<view class="btn-tag">中国大陆用户</view>
|
|
|
</cwg-link>
|
|
|
- <cwg-link type="html" class="banner-btn" style="padding: 10px 25px;min-width: 220px;"
|
|
|
+ <cwg-link type="download" class="banner-btn" style="padding: 10px 25px;min-width: 220px;"
|
|
|
url="https://mt.tradingcentral.com/download"
|
|
|
v-if="['cn', 'zhHant'].indexOf(Session.Get('lang')) != -1">
|
|
|
<view v-t="'Downloadpage.item20'" />
|
|
|
<view class="btn-tag">港澳台地区及海外用户</view>
|
|
|
</cwg-link>
|
|
|
- <cwg-link type="html" class="banner-btn" url="https://mt.tradingcentral.com/download"
|
|
|
+ <cwg-link type="download" class="banner-btn" url="https://mt.tradingcentral.com/download"
|
|
|
v-if="['cn', 'zhHant'].indexOf(Session.Get('lang')) == -1">
|
|
|
<span v-t="'Downloadpage.item20'"></span>
|
|
|
</cwg-link>
|