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.
44 lines
1.5 KiB
44 lines
1.5 KiB
<view class='header'>
|
|
<view class='top-left'>
|
|
<picker class='address' bindchange="bindAddrChange" value="{{addrIndex1}}" range="{{addrArray.name}}">
|
|
<view>
|
|
<text>{{addrArray.name[addrIndex]}}</text>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<image class='title_img' src='{{img1}}' mode='widthFix'></image>
|
|
<view class='top-right'></view>
|
|
</view>
|
|
<!--banner广告-->
|
|
<!-- <swiper indicator-dots="{{indicatorDots}}"
|
|
autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
|
|
<block wx:for="{{imgUrls}}">
|
|
<swiper-item>
|
|
<image src="{{item}}" class="slide-image" mode='widthFix'/>
|
|
</swiper-item>
|
|
</block>
|
|
</swiper> -->
|
|
<view>
|
|
<image src="{{imgUrls[0]}}" class="slide-image" mode='widthFix'/>
|
|
</view>
|
|
<!--广告栏-->
|
|
<navigator url="../detail/detail" hover-class="other-navigator-hover">
|
|
<image class="ad1" style='width:100%;' src="{{img2}}" mode='widthFix'></image>
|
|
</navigator>
|
|
<view class="goods_limit_buy mb10">
|
|
<view class="locatLabel_switch swiper-container5">
|
|
<view class="swiper-wrapper main_box">
|
|
<view class="box swiper-slide" wx:for-items="{{_num == 1?items1:items2}}" wx:key="goodsNo">
|
|
<view wx:if='{{nowDate<item.endedAt}}'>
|
|
<view bindtap='loading' data-item='{{item}}'>
|
|
<image src="{{item.showImg}}" mode="widthFix"/>
|
|
<text class="p1">{{item.name}}</text>
|
|
<view class="p4">
|
|
<view class='p2'>¥</view>{{item.price/100}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|