JewelryMall/miniprogram/unpackage/dist/build/mp-weixin/components/ProductCard.wxml
2026-03-03 01:40:42 +08:00

1 line
523 B
Plaintext

<view class="product-card data-v-f1f5eb0c" bindtap="{{f}}"><image class="product-card__image data-v-f1f5eb0c" src="{{a}}" mode="aspectFill"/><view class="product-card__info data-v-f1f5eb0c"><text class="product-card__name data-v-f1f5eb0c">{{b}}({{c}})</text><view class="product-card__bottom data-v-f1f5eb0c"><view class="product-card__price-tag data-v-f1f5eb0c"><text class="product-card__price data-v-f1f5eb0c">¥{{d}}</text></view><text class="product-card__stock data-v-f1f5eb0c">库存{{e}}</text></view></view></view>