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

<block wx:if="{{benefit.length>0}}"><view class="promotionGood"><block wx:for="{{benefit}}" wx:for-item="item" wx:for-index="promotionGoodIndex" wx:key="promotionGoodIndex"><view data-event-opts="{{[['tap',[['routerGo',['$0'],[[['benefit','',promotionGoodIndex]]]]]]]}}" class="item acea-row row-between-wrapper" bindtap="__e"><view class="pictrue"><image class="image" src="{{item.image}}"></image></view><view class="text"><view class="name line1">{{item.storeName}}</view><view class="sp-money acea-row"><view class="moneyCon">促销价: ¥<text class="num">{{item.price}}</text></view></view><view class="acea-row row-between-wrapper"><view class="money">{{"日常价:¥"+item.otPrice}}</view><view>{{"仅剩:"+item.stock+item.unitName}}</view></view></view></view></block></view></block>