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 line
1.1 KiB

<view><view class="sh-title-card mb10"><view class="title-box"><image class="title-bg" src="{{$VUE_APP_RESOURCES_URL+'/images/title1.png'}}" mode="aspectFill"></image><view class="title-text">为你推荐</view></view></view><block wx:if="{{benefit.length}}"><view class="hot-goods mx20 mb10"><view class="goods-list x-f"><block wx:for="{{benefit}}" wx:for-item="item" wx:for-index="promotionGoodIndex" wx:key="promotionGoodIndex"><view class="goods-item"><view data-event-opts="{{[['tap',[['routerGo',['$0'],[[['benefit','',promotionGoodIndex]]]]]]]}}" class="goods-box" bindtap="__e"><view class="img-box"><image class="img" src="{{item.image}}" lazy-load="{{true}}" mode="aspectFill"></image></view><view class="tip one-t">{{item.storeName}}</view><view class="title more-t">{{item.storeName}}</view><view class="price-box"><view class="flex x-bc align-end"><view class="current">{{(item.activity_type==='groupon'?item.price:item.otPrice)+''}}</view><view class="sales miso-font">{{"仅剩:"+item.stock+item.unitName}}</view></view><view class="x-f tag-box"></view></view></view></view></block></view></view></block></view>