Browse Source

增加跳转链接

master
liaoxinyu 2 years ago
parent
commit
cc031d018e
  1. 4
      pages/base/home.vue

4
pages/base/home.vue

@ -326,14 +326,18 @@
<view style="margin-top: 10px;margin-left: 20px;color: #000;">{{ $t("homeNewText.hh33") }}</view> <view style="margin-top: 10px;margin-left: 20px;color: #000;">{{ $t("homeNewText.hh33") }}</view>
<view style="margin-top: 10px;margin-left: 20px;color: #000;font-weight: bold;">IOS & Android</view> <view style="margin-top: 10px;margin-left: 20px;color: #000;font-weight: bold;">IOS & Android</view>
<view style="display: flex;"> <view style="display: flex;">
<a href="https://app.dficoins.com/download/DFIcoins.html" style="display: inline-block;text-decoration: none;color:#000;">
<view style="margin-left: 20px;text-align: center;color: #000;margin-top: 20px;font-weight: bold;"> <view style="margin-left: 20px;text-align: center;color: #000;margin-top: 20px;font-weight: bold;">
<image src="@/assets/img/home/home17.svg" mode="" style="width: 42px;height: 42px;"></image> <image src="@/assets/img/home/home17.svg" mode="" style="width: 42px;height: 42px;"></image>
<view class="">APP Stoer</view> <view class="">APP Stoer</view>
</view> </view>
</a>
<a href="https://app.dficoins.com/download/DFIcoins.html" style="display: inline-block;text-decoration: none;color:#000;">
<view style="margin-left: 80px;text-align: center;color: #000;margin-top: 20px;font-weight: bold;"> <view style="margin-left: 80px;text-align: center;color: #000;margin-top: 20px;font-weight: bold;">
<image src="@/assets/img/home/home16.svg" mode="" style="width: 42px;height: 42px;"></image> <image src="@/assets/img/home/home16.svg" mode="" style="width: 42px;height: 42px;"></image>
<view class="">Android APK</view> <view class="">Android APK</view>
</view> </view>
</a>
</view> </view>
<view style="font-size: 30px;text-align: center;color: #000;margin-top: 40px;font-weight: bold;">{{ $t("homeNewText.hh34") }}</view> <view style="font-size: 30px;text-align: center;color: #000;margin-top: 40px;font-weight: bold;">{{ $t("homeNewText.hh34") }}</view>
<view v-if="!isLogin" class="jump_btn_one1" @click="goReg" style="margin-top: 32px;"> <view v-if="!isLogin" class="jump_btn_one1" @click="goReg" style="margin-top: 32px;">

Loading…
Cancel
Save