Browse Source

新增轮播图

master
liaoxinyu 2 years ago
parent
commit
4c87fde814
  1. BIN
      assets/img/home/home1.jpg
  2. 32
      pages/base/home.vue

BIN
assets/img/home/home1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

32
pages/base/home.vue

@ -147,23 +147,47 @@
</view>
<!-- 加密货币之门 -->
<view class="illustration_area">
<swiper :autoplay="true" style="min-height: 800rpx;">
<swiper-item>
<view class="illustration_area">
<view class="left">
<view class="title">{{ $t("homeNewText.aa1") }}</view>
<view style="width: 700rpx;margin: 0px auto;">{{ $t("homeNewText.aa2") }}</view>
<view v-if="!isLogin" class="btn" @click="goReg">
<!-- <img src="../../assets/img/home/fas fa-user-plus@3x.png" alt=""> -->
{{ $t("homeNewText.aa3") }}
</view>
<view v-else class="btn" @click="goExchange">
<!-- <img src="../../assets/img/home/riFill-exchange-fill@3x.png" alt=""> -->
{{ $t("homeNewText.aa4") }}
</view>
</view>
<view class="right">
<img src="../../assets/img/home/illustration_1.png" alt="" style="width: 540rpx;height: 550rpx;">
</view>
</view>
</swiper-item>
<swiper-item>
<img src="../../assets/img/home/home1.jpg" style="width: 750rpx;height: 800rpx;">
</swiper-item>
</swiper>
<!-- <view class="illustration_area">
<view class="left">
<view class="title">{{ $t("homeNewText.aa1") }}</view>
<view style="width: 700rpx;margin: 0px auto;">{{ $t("homeNewText.aa2") }}</view>
<view v-if="!isLogin" class="btn" @click="goReg">
<!-- <img src="../../assets/img/home/fas fa-user-plus@3x.png" alt=""> -->
<img src="../../assets/img/home/fas fa-user-plus@3x.png" alt="">
{{ $t("homeNewText.aa3") }}
</view>
<view v-else class="btn" @click="goExchange">
<!-- <img src="../../assets/img/home/riFill-exchange-fill@3x.png" alt=""> -->
<img src="../../assets/img/home/riFill-exchange-fill@3x.png" alt="">
{{ $t("homeNewText.aa4") }}
</view>
</view>
<view class="right">
<img src="../../assets/img/home/illustration_1.png?111" alt="" style="width: 540rpx;height: 550rpx;">
</view>
</view>
</view> -->
<!-- 科创板 -->

Loading…
Cancel
Save