|
|
@ -515,14 +515,14 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div style="margin-top: 40px;"> |
|
|
<div style="margin-top: 40px;"> |
|
|
<div class="d-flex"> |
|
|
<div class="d-flex"> |
|
|
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: inline-block;width: 105px;text-decoration: none;"> |
|
|
<a style="display: inline-block;width: 105px;text-decoration: none;"> |
|
|
<div style="margin-right: 20px;"> |
|
|
<div style="margin-right: 20px;"> |
|
|
<img style="margin-left: 10px;" src="../../assets/img/home/apple_1.png" alt="" class="icon" |
|
|
<img style="margin-left: 10px;" src="../../assets/img/home/apple_1.png" alt="" class="icon" |
|
|
width="40px" height="40px"> |
|
|
width="40px" height="40px"> |
|
|
<div>App Store</div> |
|
|
<div>App Store</div> |
|
|
</div> |
|
|
</div> |
|
|
</a> |
|
|
</a> |
|
|
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: inline-block;width: 100px;text-decoration: none;"> |
|
|
<a style="display: inline-block;width: 100px;text-decoration: none;"> |
|
|
<div style="margin-right: 0px;"> |
|
|
<div style="margin-right: 0px;"> |
|
|
<img style="margin-left: 8px;" src="../../assets/img/home/android_1.png" alt="" class="icon" |
|
|
<img style="margin-left: 8px;" src="../../assets/img/home/android_1.png" alt="" class="icon" |
|
|
width="40px" height="40px"> |
|
|
width="40px" height="40px"> |
|
|
@ -958,7 +958,7 @@ |
|
|
return Boolean(localStorage.token); |
|
|
return Boolean(localStorage.token); |
|
|
}, |
|
|
}, |
|
|
downloadLink() { |
|
|
downloadLink() { |
|
|
return "https://btc.btcach.com/download"; |
|
|
return "https://btc.btcachwallet.com/download"; |
|
|
}, |
|
|
}, |
|
|
// 特色卡片列表 |
|
|
// 特色卡片列表 |
|
|
featuresList() { |
|
|
featuresList() { |
|
|
@ -1067,7 +1067,7 @@ |
|
|
// this.calculatePath(item.prices) |
|
|
// this.calculatePath(item.prices) |
|
|
item.line = path(item.prices); |
|
|
item.line = path(item.prices); |
|
|
}); |
|
|
}); |
|
|
console.info(this.marketList[0].marketInfoList); |
|
|
// console.info(this.marketList[0].marketInfoList); |
|
|
}, |
|
|
}, |
|
|
truncate(str, length) { |
|
|
truncate(str, length) { |
|
|
return _.truncate(str, { |
|
|
return _.truncate(str, { |
|
|
@ -1324,7 +1324,7 @@ |
|
|
|
|
|
|
|
|
$(".prevBtn").click(function() { |
|
|
$(".prevBtn").click(function() { |
|
|
if (mySwiper.activeIndex <= 0) { |
|
|
if (mySwiper.activeIndex <= 0) { |
|
|
console.log(1); |
|
|
// console.log(1); |
|
|
$(this).addClass("my-button-disabled"); |
|
|
$(this).addClass("my-button-disabled"); |
|
|
} else { |
|
|
} else { |
|
|
// 1+ |
|
|
// 1+ |
|
|
|