123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <view class="FixButton" bindtap="clickBtn">
- <!-- bindtap="clickBtn" -->
- <view class="search-box" style="margin-bottom:20rpx">
- <view class="search-top">
- <van-icon name="search" class="search-icon" />
- <input class="search-ipt" placeholder="搜索商家名称" type="text" value="{{value}}" placeholder-style="color:#9d9d9d" />
- <button class="search-btn" bindtap="Search">搜索</button>
- </view>+
- <view style="margin: 2%;">
- <view class="" hover-class="none" hover-stop-propagation="false">
- <swiper class="swiper" indicator-dots="true" autoplay="true" interval="3000" duration="700" circular="true" previous-margin="0rpx" next-margin="0rpx" indicator-color="#999999" indicator-active-color="#ff8700">
- <swiper-item class="swiper-image" wx:for="{{ swiperImgs }}" wx:key="*this">
- <image style="width:95%;" src="{{ item }}" mode="widthFix" bindtap="getLunBoList" mode="aspectFit"></image>
- </swiper-item>
- </swiper>
- </view>
- </view>
- </view>
- <view>
- <view class="front-content" style="padding: 4% 4% 0;">
- <view>
- <image class="img-1" src="./images/2.png" mode="" />
- </view>
- <view style="margin-bottom: 20rpx;">
- <view style="font-weight: 800;margin-bottom:20rpx; color: #000000;font-size:30rpx">
- 二食堂二楼麻辣烫麻辣香锅...
- </view>
- <view style="font-size:25rpx;display: flex;">
- <view style="color: #b4b4b4;">
- 起送
- </view>
- <view style="color: #ff9d38;">
- ¥15
- </view>
- <view style="color: #b4b4b4; margin-left: 20rpx;">
- 货到付款
- </view>
- <view style="color: #b4b4b4; margin-left: 20rpx;">
- 月售
- </view>
- <view style="color: #ff9d38;">
- 231
- </view>
- <view class="time">
- 30分钟
- </view>
- </view>
- <view class="discount">
- <van-icon name="balance-o" />
- 积分抵扣有优惠
- </view>
- </view>
- </view>
- <view style="margin-bottom:20rpx">
- </view>
- <view class="front-content" style="padding: 4% 4% 0;">
- <view>
- <image class="img-1" src="./images/3.png" mode="" />
- </view>
- <view style="margin-bottom: 20rpx;">
- <view style="font-weight: 800;margin-bottom:20rpx; color: #000000;font-size:30rpx">
- 二食堂二楼麻辣烫麻辣香锅...
- </view>
- <view style="font-size:25rpx;display: flex;">
- <view style="color: #b4b4b4;">
- 起送
- </view>
- <view style="color: #ff9d38;">
- ¥15
- </view>
- <view style="color: #b4b4b4; margin-left: 20rpx;">
- 货到付款
- </view>
- <view style="color: #b4b4b4; margin-left: 20rpx;">
- 月售
- </view>
- <view style="color: #ff9d38;">
- 231
- </view>
- <view class="time">
- 30分钟
- </view>
- </view>
- <view class="discount">
- <van-icon name="balance-o" />
- 积分抵扣有优惠
- </view>
- </view>
- </view>
- </view>
- </view>
- <view style="font-size:32rpx;">
- <!-- 弹出框 -->
- <!-- hidden="{{show}}" -->
- <view class="all-bottom" hidden="{{show}}">
- </view>
- <view class="pop-up" hidden="{{show}}">
- <view class="top">
- <view style="color: #ffffff;text-align: center;margin-bottom:40rpx;font-family: Arial, Helvetica, sans-serif;">
- 信息完善
- </view>
- <view style="color:#c11b14;">
- 为校园人员使用,新用户请完善个人信息
- </view>
- </view>
- <van-divider />
- <view class="under">
- <view>
- 完善信息
- </view>
- </view>
- <!-- <van-icon name="clear" /> -->
- <van-icon name="close" bindtap="clickBtnDelete" class="del-icon" color="#ffffff" />
- </view>
- </view>
- <!-- <van-button type="primary">按钮</van-button> -->
|