FoodCard.wxml 1.7 KB

1
  1. <view class="food-card data-v-9fc46e58"><view class="food-item data-v-9fc46e58"><image class="food-image data-v-9fc46e58" src="{{a}}" mode="aspectFill" bindtap="{{b}}"/><view class="food-info data-v-9fc46e58"><view class="food-header data-v-9fc46e58"><view class="food-title data-v-9fc46e58">{{c}}</view><view class="food-price data-v-9fc46e58"><text class="price-symbol data-v-9fc46e58">¥</text><text class="price-main data-v-9fc46e58">{{d}}</text><text wx:if="{{e}}" class="price-decimal data-v-9fc46e58">.{{f}}</text></view></view><view class="food-desc data-v-9fc46e58">{{g}}</view><view class="food-tags data-v-9fc46e58"><view wx:for="{{h}}" wx:for-item="tag" wx:key="b" class="{{['food-tag', 'data-v-9fc46e58', tag.c]}}">{{tag.a}}</view></view></view></view><view class="food-footer data-v-9fc46e58"><view class="food-sales data-v-9fc46e58"><image src="{{i}}" mode="aspectFill" class="star-icon data-v-9fc46e58"></image><text class="sales-text data-v-9fc46e58">月售:{{j}}</text></view><view class="food-actions data-v-9fc46e58"><view class="{{['action-btn', 'minus', 'data-v-9fc46e58', o && 'disabled']}}" bindtap="{{p}}" hover-class="hover-active"><image src="{{k}}" mode="aspectFit" class="action-icon data-v-9fc46e58" hidden="{{!l}}"></image><image src="{{m}}" mode="aspectFit" class="action-icon data-v-9fc46e58" hidden="{{!n}}"></image></view><view class="quantity data-v-9fc46e58">{{q}}</view><view class="action-btn plus data-v-9fc46e58" bindtap="{{w}}" hover-class="hover-active"><image src="{{r}}" mode="widthFix" class="action-icon data-v-9fc46e58" hidden="{{!s}}"></image><image src="{{t}}" mode="widthFix" class="action-icon data-v-9fc46e58" hidden="{{!v}}"></image></view></view></view></view>