You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
878 B
19 lines
878 B
2 weeks ago
|
<view class="index-container">
|
||
|
<view class="header">
|
||
|
<van-search bindtap="clickSearch" disabled bind:focus="clickSearch" value="{{ value }}" shape="round" background="#fa2c19" placeholder="请输入搜索关键词" />
|
||
|
<!-- 轮播图 -->
|
||
|
<swiper swiperData="{{ swiperData }}" indicatorDots="{{ swiperOptions.indicatorDots }}" autoplay="{{ swiperOptions.autoplay }}" interval="{{ swiperOptions.interval }}" duration="{{ swiperOptions.duration }}"></swiper>
|
||
|
</view>
|
||
|
<view class="nav">
|
||
|
<van-grid column-num="4">
|
||
|
<van-grid-item
|
||
|
wx:key="index"
|
||
|
icon-color="{{ item.color }}"
|
||
|
icon="{{ item.icon }}"
|
||
|
text="{{ item.text }}"
|
||
|
wx:for="{{ navData }}" />
|
||
|
</van-grid>
|
||
|
</view>
|
||
|
<goods-list goodsData="{{ goodsData }}"></goods-list>
|
||
|
|
||
|
</view>
|