JewelryMall/miniprogram/unpackage/dist/dev/mp-weixin/components/ProductCard.wxml
2026-02-25 01:21:16 +08:00

1 line
523 B
Plaintext

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