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 lines
568 B
1 lines
568 B
<block wx:for="{{rightList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="warter data-v-2c6b91b8"><image class="warter-img data-v-2c6b91b8" src="{{item.image}}" index="{{index}}" mode="widthFix"></image><view class="goodsinfo-box data-v-2c6b91b8"><view class="title line2 data-v-2c6b91b8">{{''+item.title+''}}</view><view class="price-box acea-row row-between-wrapper data-v-2c6b91b8"><text class="price data-v-2c6b91b8">{{"¥"+item.price}}</text><text class="old-price data-v-2c6b91b8">{{"¥"+item.price}}</text></view></view></view></block> |