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

<block wx:for="{{rightList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="warter data-v-1ea5f0e2"><image class="warter-img data-v-1ea5f0e2" src="{{item.image}}" index="{{index}}" mode="widthFix"></image><view class="goodsinfo-box data-v-1ea5f0e2"><view class="title line2 data-v-1ea5f0e2">{{''+item.title+''}}</view><view class="price-box acea-row row-between-wrapper data-v-1ea5f0e2"><text class="price data-v-1ea5f0e2">{{"¥"+item.price}}</text><text class="old-price data-v-1ea5f0e2">{{"¥"+item.price}}</text></view></view></view></block>