|
@@ -0,0 +1,51 @@
|
|
|
+<!--pages/zhuye/zhuye.wxml-->
|
|
|
+
|
|
|
+<van-search value="{{ value }}" placeholder="搜索商家名称" use-action-slot bind:change="onChange" bind:search="onSearch">
|
|
|
+ <button slot="action" bind:tap="onClick" class="text">搜索</button>
|
|
|
+</van-search>
|
|
|
+<view>
|
|
|
+<!-- 轮播图 -->
|
|
|
+ <swiper class="lunbo" autoplay indicator-dots circular interval="2000" indicator-color="white" indicator-active-color="grey">
|
|
|
+<swiper-item>
|
|
|
+<image src="../image/shaokao.jpg"mode="widthFix"></image>
|
|
|
+</swiper-item>
|
|
|
+<swiper-item>
|
|
|
+<image src="../image/shaokao2.jpg" mode="widthFix"></image>
|
|
|
+</swiper-item>
|
|
|
+</swiper>
|
|
|
+ </view>
|
|
|
+<!-- 商品 -->
|
|
|
+<view class="body">
|
|
|
+ <image src="../image/baner(1).png" class="meishi"></image>
|
|
|
+ <view class="bodytext1">
|
|
|
+ <text>二食堂二楼麻辣烫麻辣拌...</text>
|
|
|
+ </view>
|
|
|
+ <view class="bodytext2">
|
|
|
+ <text>起送</text><text class="bianse">¥15</text><text>货到付款</text>
|
|
|
+ <text>月售</text><text class="bianse">231</text>
|
|
|
+ <view class="minute">30分钟</view>
|
|
|
+</view>
|
|
|
+<view class="bodytext3">
|
|
|
+ <van-icon name="balance-list-o" />
|
|
|
+积分抵扣有优惠
|
|
|
+</view>
|
|
|
+</view>
|
|
|
+<!-- 休息中商品 -->
|
|
|
+ <view class="body2">
|
|
|
+ <view class="photo2">
|
|
|
+ <image src="../image/baner(1).png" class="meishi"></image>
|
|
|
+ <view class="relaxing">休息中</view>
|
|
|
+</view>
|
|
|
+ <view class="bodytext1">
|
|
|
+ <text>二食堂二楼麻辣烫麻辣拌...</text>
|
|
|
+ </view>
|
|
|
+ <view class="bodytext2">
|
|
|
+ <text>起送</text><text class="bianse">¥15</text><text>货到付款</text>
|
|
|
+ <text>月售</text><text class="bianse">231</text>
|
|
|
+ <view class="minute">30分钟</view>
|
|
|
+</view>
|
|
|
+<view class="bodytext3">
|
|
|
+ <van-icon name="balance-list-o" />
|
|
|
+积分抵扣有优惠
|
|
|
+</view>
|
|
|
+ </view>
|