SHBits
先物
現物
トレード
仲介人
OTC
マニュアル
Grid Trading
Convert
Language
Language
Currency
Currency
简体中文
日本語
English
한국어
¥ CNY
¥ JPY
₩ KRW
$ USD
ID:
マニュアル
マニュアル
BTC/USDT
--
--
--
FIL/USDT
--
--
--
EOS/USDT
--
--
--
BTC
/USDT
--
--
ETH
/USDT
--
--
TRX
/USDT
--
--
XRP
/USDT
--
--
DOT
/USDT
--
--
先物
現物
トレード
仲介人
OTC
マニュアル
Grid Trading
Convert
******
assets.account.text1
******
******
assets.account.text2
******
******
assets.account.text3
******
******
assets.account.text4
******
******
assets.account.text5
******
******
assets.account.text6
******
******
order.index.exOrder
instantOrder.title
order.index.otcOrder
newOtc.text48
order.coOrder.coOrder
order.index.leverage
financeManagement.text1
|
Language
简体中文
日本語
English
한국어
Currency
¥ CNY
¥ JPY
₩ KRW
$ USD
BTC/USDT
24H Vol
FIL/USDT
24H Vol
EOS/USDT
24H Vol
ETH/USDT
24H Vol
TRX/USDT
24H Vol
LTC/USDT
24H Vol
BTC/USDT
24H Vol
FIL/USDT
24H Vol
EOS/USDT
24H Vol
ETH/USDT
24H Vol
TRX/USDT
24H Vol
LTC/USDT
24H Vol
#
1
BTC
USDT
2
ETH
USDT
3
TRX
USDT
4
XRP
USDT
5
DOT
USDT
友達を紹介して
報酬をUSDTで獲得
Enjoy the new Rewards Center and earn more USDT!
友達招待
取引がいつでもどこでも可能
All trading functions are in your hands, download the APP immediately.
友達を紹介して
報酬をUSDTで獲得
友達招待
取引がいつでもどこでも可能
0) { this.srcList.forEach(function (item) { var src = item.dataset.src; if (window.cusSkinId === '1') { item.src = window.imgMapDark[src]; } else { item.src = window.imgMapLight[src]; } }); } if (window.cusSkinId === '1' && this.$customLight) { this.$custom.removeChild(this.$customLight); } else if (window.cusSkinId === '2' && this.$customDark) { this.$custom.removeChild(this.$customDark); } setTimeout(function () { _this.clientHeight = document.documentElement.clientHeight; _this.setFade(); window.addEventListener('scroll', function () { _this.setFade(); }); _this.bindEvent(); // 登陆之后将注册改为交易 emitter.on('login', function () { if (_this.$registerGuide) { var linkHref = _this.$registerGuide.querySelector('.link-href'); var linkHrefText = null; if (linkHref) { linkHrefText = linkHref.querySelector('.link-href_text'); } if (window.isLogin) { if (linkHref) { linkHref.href = '/trade'; } else { _this.$registerGuide.style.display = 'none'; } if (linkHrefText) { linkHrefText.innerText = ""; } } } if (_this.$registerGuide2) { var _linkHref = _this.$registerGuide2.querySelector('.link-href'); var _linkHrefText = null; if (_linkHref) { _linkHrefText = _linkHref.querySelector('.link-href_text'); } if (window.isLogin) { if (_linkHref) { _linkHref.href = '/trade'; } else { _this.$registerGuide2.style.display = 'none'; } if (_linkHrefText) { _linkHrefText.innerText = ""; } } } }); }); } }, { key: "setFade", value: function setFade() { var _window = window, scrollY = _window.scrollY; if (this.$guide) { var g_offset = this.$guide.offsetTop; if (g_offset < this.clientHeight + scrollY - 100) { this.$guide.classList.remove('effect-fade'); } } if (this.$guide2) { var _g_offset = this.$guide2.offsetTop; if (_g_offset < this.clientHeight + scrollY - 100) { this.$guide2.classList.remove('effect-fade'); } } if (this.$service) { var s_offset = this.$service.offsetTop; if (s_offset < this.clientHeight + scrollY - 100) { this.$service.classList.remove('effect-fade'); } } if (this.$service2) { var _s_offset = this.$service2.offsetTop; if (_s_offset < this.clientHeight + scrollY - 100) { this.$service2.classList.remove('effect-fade'); } } if (this.$invite) { var _s_offset2 = this.$invite.offsetTop; if (_s_offset2 < this.clientHeight + scrollY - 100) { this.$invite.classList.remove('effect-fade'); } } if (this.$invite2) { var _s_offset3 = this.$invite2.offsetTop; if (_s_offset3 < this.clientHeight + scrollY - 100) { this.$invite2.classList.remove('effect-fade'); } } if (this.$features) { var _s_offset4 = this.$features.offsetTop; if (_s_offset4 < this.clientHeight + scrollY - 100) { this.$features.classList.remove('effect-fade'); } } if (this.$features2) { var _s_offset5 = this.$features2.offsetTop; if (_s_offset5 < this.clientHeight + scrollY - 100) { this.$features2.classList.remove('effect-fade'); } } if (this.$appDownload) { var a_offset = this.$appDownload.offsetTop; if (a_offset < this.clientHeight + scrollY - 100) { this.$appDownload.classList.remove('effect-fade'); } } if (this.$appDownload2) { var _a_offset = this.$appDownload2.offsetTop; if (_a_offset < this.clientHeight + scrollY - 100) { this.$appDownload2.classList.remove('effect-fade'); } } if (this.$registerGuide) { var r_offset = this.$registerGuide.offsetTop; if (r_offset < this.clientHeight + scrollY - 100) { this.$registerGuide.classList.remove('effect-fade'); } } if (this.$registerGuide2) { var _r_offset = this.$registerGuide2.offsetTop; if (_r_offset < this.clientHeight + scrollY - 100) { this.$registerGuide2.classList.remove('effect-fade'); } } } }, { key: "bindEvent", value: function bindEvent() { if (this.$invite) { var button = this.$invite.querySelector('.invite-button'); if (button) { button.addEventListener('mouseover', function () { button.classList.remove('main-1-bg'); button.classList.add('main-2-bg'); }); button.addEventListener('mouseleave', function () { button.classList.remove('main-2-bg'); button.classList.add('main-1-bg'); }); button.addEventListener('mousedown', function () { button.classList.remove('main-2-bg'); button.classList.add('main-3-bg'); }); button.addEventListener('mouseup', function () { button.classList.remove('main-3-bg'); button.classList.add('main-2-bg'); }); } } if (this.$invite2) { var _button = this.$invite2.querySelector('.invite-button'); if (_button) { _button.addEventListener('mouseover', function () { _button.classList.remove('main-1-bg'); _button.classList.add('main-2-bg'); }); _button.addEventListener('mouseleave', function () { _button.classList.remove('main-2-bg'); _button.classList.add('main-1-bg'); }); _button.addEventListener('mousedown', function () { _button.classList.remove('main-2-bg'); _button.classList.add('main-3-bg'); }); _button.addEventListener('mouseup', function () { _button.classList.remove('main-3-bg'); _button.classList.add('main-2-bg'); }); } } } }]); }(); new customExtend(); })();