xiaokuaisong-xiaochengxu/uniapp04/unpackage/dist/dev/mp-alipay/pages/fruits/fruits.axml
2024-10-18 15:53:00 +08:00

1 line
472 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="container"><view class="food-list"><view a:for="{{a}}" a:for-item="item" a:key="c" class="food-item" onTap="{{item.d}}"><image class="food-img" src="{{item.a}}"></image><view class="food-info"><text class="food-title">{{item.b}}</text><text class="food-sale">月售456</text><text class="food-lifting">起送15</text><text class="food-favorable">积分兑换更优惠</text><text class="food-favorable">距离约:1.5km</text></view></view></view></view>