You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
785 B
1 line
785 B
<view class="product-list data-v-2a6aaf81"><view class="data-v-2a6aaf81">可用积分: {{a}} 积分</view><view wx:for="{{b}}" wx:for-item="product" wx:key="g" class="product-item data-v-2a6aaf81"><view class="data-v-2a6aaf81">{{product.a}}</view><view class="shop-pri data-v-2a6aaf81"><label class="data-v-2a6aaf81" style="font-size:48rpx;color:firebrick;font-weight:bold;margin-left:auto">{{product.b}}</label><label class="data-v-2a6aaf81" style="align-items:center;padding-left:10rpx">积分</label></view><view class="data-v-2a6aaf81">介绍: {{product.c}}</view><view class="shop-btn data-v-2a6aaf81"><button class="data-v-2a6aaf81" bindtap="{{product.d}}">确认购买</button></view><view wx:if="{{product.e}}" class="message data-v-2a6aaf81">{{product.f}}</view></view></view> |