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
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-40ee9346" bindtap="__e"><image class="warter-img data-v-40ee9346" src="{{item.image}}" index="{{index}}" mode="widthFix"></image><view class="goodsinfo-box data-v-40ee9346"><view class="title line2 data-v-40ee9346">{{''+item.storeName+''}}</view><view class="price-box acea-row row-between-wrapper data-v-40ee9346"><text class="price data-v-40ee9346">{{"¥"+item.price}}</text><text class="old-price data-v-40ee9346">{{"¥"+item.price}}</text></view></view></view></block> |