This commit is contained in:
lifizer
2024-10-21 15:18:17 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<view class="slider-banner product-bg">
<swiper autoplay interval="2000" class="swiper-wrapper" @change="handleChange" v-if="imgUrls.length > 0" :indicator-dots='true' indicator-color="rgba(255, 255, 255, .3)" indicator-active-color="#ffffff">
<swiper autoplay circular interval="2000" class="swiper-wrapper" @change="handleChange" v-if="imgUrls.length > 0" :indicator-dots='true' indicator-color="rgba(255, 255, 255, .3)" indicator-active-color="#ffffff">
<block v-for="(item, imgUrlsIndex) in imgUrls" :key="imgUrlsIndex">
<swiper-item>
<image v-if="!checkIfVideo(item)" :src="item" class="slide-image" />
+1 -1
View File
@@ -143,7 +143,7 @@
>
<view>
<view class="recommend-img">
<image :src="item.image"></image>
<image class="recommend-img" :src="item.image" mode="aspectFit"></image>
<view class="name-wrap v12-white-text v12-text-center">{{
item.title
}}</view>