Browse Source

添加图标 点击后跳下载

master
liaoxinyu 2 years ago
parent
commit
005b2ad712
  1. 2
      main.html
  2. 6
      pages/base/home.vue
  3. BIN
      static/btc.png

2
main.html

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <link rel="icon" href="/static/favicon.ico"> -->
<link rel="icon" href="/static/btc.png">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>

6
pages/base/home.vue

@ -156,7 +156,7 @@
</view>
<!-- 市场趋势 -->
<view style="margin-top: 40px;">
<view class="currency" style="text-align: center;">{{$t("homeNewText.a3")}}</view>
<view class="currency" style="text-align: center;font-size: 30px;font-weight: bold;">{{$t("homeNewText.a3")}}</view>
<view class="" style="text-align: center;margin-top: 10px;margin-bottom: 10px;">{{$t("homeNewText.a4")}}</view>
<van-tabs v-if="marketList.length" :active="infoActive" background="transparent" :border="false" animated>
<van-tab>
@ -316,13 +316,13 @@
<view style="display: flex;width: 100%;justify-content: center;margin-top: 40px;">
<image src="@/assets/img/home/home4.png" mode="aspectFit" style="width: 670rpx;height: 400rpx;"></image>
</view>
<a href="#" style="display: block;width: 100%;text-decoration: none;">
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: block;width: 100%;text-decoration: none;">
<view class="store_view">
<image src="@/assets/img/home/antFill-apple.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #7E7D81;margin-left: 20rpx;">APP Store</view>
</view>
</a>
<a href="#" style="display: block;width: 100%;text-decoration: none;">
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: block;width: 100%;text-decoration: none;">
<view class="store_view1" style="">
<image src="@/assets/img/home/md-android.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #7E7D81;margin-left: 20rpx;">Android</view>

BIN
static/btc.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save