修改移除一些不规范的地方

This commit is contained in:
hupeng
2020-09-11 11:26:36 +08:00
parent aa7ef9bcc7
commit 01e2940839
11 changed files with 36 additions and 44 deletions

View File

@ -1,7 +1,7 @@
<template>
<view class="banner-swiper-box">
<canvas canvas-id="colorThief" class="hide-canvas"></canvas>
<swiper class="banner-carousel shopro-selector-rect" circular @change="swiperChange" :autoplay="true">
<swiper class="banner-carousel Shop-selector-rect" circular @change="swiperChange" :autoplay="true">
<swiper-item v-for="(item, index) in list" :key="index" class="carousel-item" @tap="routerTo(item.path)">
<image class="swiper-image " :src="item.pic" @click="goRoll(item)" mode="widthFix" lazy-load>
</image>