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

3 years ago
<view data-ref="container" class="recommend vue-ref"><view class="title acea-row row-center-wrapper"><text class="iconfont icon-zhuangshixian"></text><text class="name">为你推荐</text><text class="iconfont icon-zhuangshixian lefticon"></text></view><view class="recommendList acea-row row-between-wrapper"><block wx:for="{{hostProduct}}" wx:for-item="item" wx:for-index="recommendIndex" wx:key="recommendIndex"><view data-event-opts="{{[['tap',[['routerGo',['$0'],[[['hostProduct','',recommendIndex]]]]]]]}}" class="item" bindtap="__e"><view class="pictrue"><image class="image" src="{{item.image}}"></image></view><view class="name line1">{{item.storeName}}</view><view class="money font-color-red">¥<text class="num">{{item.price}}</text></view></view></block></view><loading vue-id="b67b5196-1" loaded="{{loadend}}" loading="{{loading}}" bind:__l="__l"></loading></view>