Browse Source

新增轮播图

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

BIN
assets/img/home/home1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

26
pages/base/home.vue

@ -147,6 +147,8 @@
</view> </view>
<!-- 加密货币之门 --> <!-- 加密货币之门 -->
<swiper :autoplay="true" style="min-height: 800rpx;">
<swiper-item>
<view class="illustration_area"> <view class="illustration_area">
<view class="left"> <view class="left">
<view class="title">{{ $t("homeNewText.aa1") }}</view> <view class="title">{{ $t("homeNewText.aa1") }}</view>
@ -161,9 +163,31 @@
</view> </view>
</view> </view>
<view class="right"> <view class="right">
<img src="../../assets/img/home/illustration_1.png?111" alt="" style="width: 540rpx;height: 550rpx;"> <img src="../../assets/img/home/illustration_1.png" alt="" style="width: 540rpx;height: 550rpx;">
</view>
</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="">
{{ $t("homeNewText.aa3") }}
</view> </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?111" alt="" style="width: 540rpx;height: 550rpx;">
</view>
</view> -->
<!-- 科创板 --> <!-- 科创板 -->

Loading…
Cancel
Save