|
@@ -2,12 +2,10 @@
|
|
<mobile-frame>
|
|
<mobile-frame>
|
|
<view class="main">
|
|
<view class="main">
|
|
<view class="onemain">
|
|
<view class="onemain">
|
|
- <scroll-view scroll-y="true" class="scroll-view" scroll-with-animation :scroll-into-view="topItem"
|
|
|
|
- @scroll="handleScroll">
|
|
|
|
|
|
+ <scroll-view scroll-y="true" class="scroll-view" scroll-with-animation :scroll-into-view="topItem" @scroll="handleScroll">
|
|
<view class="list-scroll-view" id="top">
|
|
<view class="list-scroll-view" id="top">
|
|
<view class="one">
|
|
<view class="one">
|
|
- <swiper class="swiper" circular :indicator-dots="true" indicator-color="#ffffff"
|
|
|
|
- indicator-active-color="#FB1438" :autoplay="true" :interval="3000" :duration="1000">
|
|
|
|
|
|
+ <swiper class="swiper" circular :indicator-dots="true" indicator-color="#ffffff" indicator-active-color="#FB1438" :autoplay="true" :interval="3000" :duration="1000">
|
|
<swiper-item class="list" v-for="(item,index) in bannerList" :key="index">
|
|
<swiper-item class="list" v-for="(item,index) in bannerList" :key="index">
|
|
<image class="image" :src="item.url" mode="aspectFit">
|
|
<image class="image" :src="item.url" mode="aspectFit">
|
|
</image>
|
|
</image>
|
|
@@ -48,8 +46,7 @@
|
|
</scroll-view>
|
|
</scroll-view>
|
|
</view>
|
|
</view>
|
|
<view class="foot">
|
|
<view class="foot">
|
|
- <uni-goods-nav :buttonGroup="buttonGroup"
|
|
|
|
- @buttonClick="buttonClick" />
|
|
|
|
|
|
+ <uni-goods-nav :options="[]" :buttonGroup="buttonGroup" @buttonClick="buttonClick" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="menu">
|
|
<view class="menu">
|