Browse Source

修改图片

master
liaoxinyu 2 years ago
parent
commit
47b4eecd8e
  1. 26
      pages/base/home.vue

26
pages/base/home.vue

@ -147,7 +147,10 @@
</view>
<!-- 加密货币之门 -->
<swiper :autoplay="true" style="min-height: 800rpx;">
<swiper :autoplay="true" :circular="true" :interval="3000" style="min-height: 800rpx;">
<swiper-item>
<img src="../../assets/img/home/home1.jpg" style="width: 750rpx;height: 800rpx;">
</swiper-item>
<swiper-item>
<view class="illustration_area">
<view class="left">
@ -168,7 +171,26 @@
</view>
</swiper-item>
<swiper-item>
<img src="../../assets/img/home/home1.jpg" style="width: 750rpx;height: 800rpx;">
<img src="../../assets/img/home/home1.jpg" style="width: 750rpx;height: 800rpx;">
</swiper-item>
<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>
<!-- <view class="illustration_area">

Loading…
Cancel
Save