1 |
- <view class="container"><block wx:if="{{favoriteList.length<1}}"><empty vue-id="c96f9b8c-1" bind:__l="__l"></empty></block><block wx:for="{{favoriteList}}" wx:for-item="ls" wx:for-index="__i0__"><view data-event-opts="{{[['tap',[['toproduct',['$0'],[[['favoriteList','',__i0__,'pid']]]]]]]}}" class="favorites flex" bindtap="__e"><view class="favorites_img"><image src="{{ls.image}}"></image></view><view class="favorites_list"><view class="favorites_name">{{ls.store_name}}</view><view class="favorites_peice flex"><view><text>{{"¥"+ls.price}}</text></view><view data-event-opts="{{[['tap',[['del',['$0'],[[['favoriteList','',__i0__,'pid']]]]]]]}}" hidden="{{!(delshow)}}" class="icon_del" catchtap="__e"><text class="iconfont icondelete"></text><text>取消</text></view></view></view></view></block></view>
|