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

<block wx:for="{{leftList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toGoodsDetail',['$0'],[[['leftList','',index,'id']]]]]]]}}" class="warter data-v-32f19c04" bindtap="__e"><image class="warter-img data-v-32f19c04" src="{{item.image}}" index="{{index}}" mode="widthFix"></image><view class="goodsinfo-box data-v-32f19c04"><view class="title line2 data-v-32f19c04">{{''+item.storeName+''}}</view><view class="price-box acea-row row-between-wrapper data-v-32f19c04"><text class="price data-v-32f19c04">{{"¥"+item.price}}</text><text class="old-price data-v-32f19c04">{{"¥"+item.price}}</text></view></view></view></block>