menu.wxml
1.84 KB
<view class="whitebg data-v-351851fc"><swiper class="activeSwiper data-v-351851fc" circular indicator-dots="{{b}}" autoplay="{{c}}" interval="{{d}}" duration="{{e}}"><swiper-item wx:for="{{a}}" wx:for-item="pic" wx:key="b" class="data-v-351851fc"><image class="cover data-v-351851fc" mode="aspectFill" src="{{pic.a}}"></image></swiper-item></swiper><view class="pd20 data-v-351851fc"><view class="name data-v-351851fc">{{f}}</view><view class="info99 data-v-351851fc"><image src="{{g}}" class="iconSquera data-v-351851fc"/><text class="data-v-351851fc">{{h}}</text></view><view class="info99 data-v-351851fc"><image src="{{i}}" class="iconSquerab data-v-351851fc"/> 简介 </view><view class="info99 data-v-351851fc"><rich-text class="data-v-351851fc" nodes="{{j}}"/></view></view></view><view class="carPage data-v-351851fc"><view class="roomList data-v-351851fc"><view wx:for="{{k}}" wx:for-item="r" wx:key="k" class="room data-v-351851fc"><view class="data-v-351851fc"><image class="roomCover data-v-351851fc" mode="aspectFill" src="{{r.a}}"></image></view><view class="data-v-351851fc" style="width:calc(100% - 180rpx)"><view class="name data-v-351851fc">{{r.b}}</view><view class="tagline data-v-351851fc" style="margin:10rpx 0"><text class="tag data-v-351851fc" hidden="{{!r.c}}"> 早餐</text><text class="tag data-v-351851fc" hidden="{{!r.d}}">午餐</text><text class="tag data-v-351851fc" hidden="{{!r.e}}"> 晚餐</text></view><view class="flexinline data-v-351851fc"> 配送时间:{{r.f}} - {{r.g}}</view><view class="flexinline data-v-351851fc"> 配送地址: {{r.h}}</view><view class="flexinline data-v-351851fc" style="justify-content:space-between;align-items:baseline"><view class="price data-v-351851fc">¥<text class="data-v-351851fc">{{r.i}}</text></view><button class="data-v-351851fc" bindtap="{{r.j}}">立即预定</button></view></view></view></view></view>