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
679 B

<block wx:for="{{rightList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toGoodsDetail',['$0'],[[['rightList','',index,'id']]]]]]]}}" class="warter data-v-2c6b91b8" bindtap="__e"><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.storeName+''}}</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.otPrice}}</text></view></view></view></block>