20 lines
771 B
Plaintext
20 lines
771 B
Plaintext
<view class="box">
|
|
<search bind:tap="searchs"></search>
|
|
<swiper indicator-dots="{{indicatorDots}}"
|
|
autoplay="{{true}}" interval="{{5000}}" duration="{{500}}" style="width:750rpx;height:375rpx;margin-top:20rpx">
|
|
<block wx:for="{{adlist.banners}}" wx:key="*this">
|
|
<swiper-item>
|
|
<image src="{{item.ad_code}}" style="width:100%;height:100%"></image>
|
|
</swiper-item>
|
|
</block>
|
|
</swiper>
|
|
<view class="oxs">
|
|
<view class="tishi" wx:for="{{adlist.texts}}">{{item.ad_name}}</view>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="tishi">123123123123123123123</view> -->
|
|
<!-- <view class="tishi">123123123123123123123</view> -->
|
|
|
|
<list list="{{list}}" huilv="{{huilv}}"></list>
|
|
</view> |