98 lines
3.9 KiB
Plaintext
98 lines
3.9 KiB
Plaintext
<view class="box">
|
|
<view class="swiper">
|
|
<swiper>
|
|
<swiper-item wx:for="{{2}}">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/Index_swiper.png" mode="widthFix" />
|
|
</swiper-item>
|
|
</swiper>
|
|
<view class="cirList">
|
|
<view class="cir active" wx:for="{{2}}"></view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="tabList">
|
|
<view class="tabItem" wx:for="{{tabList}}" bind:tap="jump" data-url="{{item.url}}">
|
|
<view class="Item_img"><image src="{{item.img}}" mode=""/></view>
|
|
<view class="Item_name">{{item.name}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="gray"></view>
|
|
|
|
<view class="msg" bind:tap="NotOpen">
|
|
<view class="msg_left">
|
|
<view class="msg_left_left">
|
|
品牌上新
|
|
<view>新鲜好物</view>
|
|
</view>
|
|
<view class="msg_left_right">
|
|
品牌热卖
|
|
<view>长期回购</view>
|
|
</view>
|
|
<view class="msg_left_img1">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/sround/sround_img1.png" mode="widthFix"/>
|
|
</view>
|
|
<view class="msg_left_img2">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/sround/sround_img2.png" mode="widthFix"/>
|
|
</view>
|
|
</view>
|
|
<view class="msg_right">
|
|
<view class="msg_left_left">
|
|
新户优惠
|
|
<view>首单立减</view>
|
|
</view>
|
|
<view class="msg_left_right">
|
|
品牌热卖
|
|
<view>消费抵扣</view>
|
|
</view>
|
|
|
|
<view class="msg_right_img1">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/sround/sround_img3.png" mode="widthFix"/>
|
|
</view>
|
|
<view class="msg_right_img2">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/sround/sround_img4.png" mode="widthFix"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="gray"></view>
|
|
|
|
<view class="List_tabList">
|
|
<view class="List_tabItem {{current == 0?'List_active':''}}" bind:tap="changeCurrent" data-idx="0">本周推荐</view>
|
|
<view class="List_tabItem {{current == 1?'List_active':''}}" bind:tap="changeCurrent" data-idx="1">品牌热卖</view>
|
|
<view class="List_tabItem {{current == 2?'List_active':''}}" bind:tap="changeCurrent" data-idx="2">首单立减</view>
|
|
</view>
|
|
|
|
<view class="foodList">
|
|
<view class="foodItem" wx:for="{{3}}" bind:tap="desc">
|
|
<view class="foodItem_img">
|
|
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/gropBuy/goods.png" mode="widthFix"/>
|
|
</view>
|
|
<view class="foodItem_con">
|
|
<view class="foodItem_tit">好运猪脚饭</view>
|
|
<view class="foodItem_msg">
|
|
<view class="foodItem_msg_left">
|
|
<view class="foodItem_msg_left1">
|
|
5 <view>分</view>
|
|
</view>
|
|
<view class="foodItem_msg_left2">
|
|
已售324
|
|
</view>
|
|
</view>
|
|
<view class="foodItem_msg_right">
|
|
平台配送
|
|
</view>
|
|
</view>
|
|
<view class="foodItem_msg2">
|
|
<view class="foodItem_msg2_left">起送¥20 满30配送约¥3</view>
|
|
<view class="foodItem_msg2_right">36分钟 3.5Km</view>
|
|
</view>
|
|
<view class="foodItem_tagList">
|
|
<view class="foodItem_tag" >首单满50减10</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<Footer></Footer> |