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

<view><view class="list"><view class="{{['sub-list','goods',subState]}}"><block wx:if="{{$root.g0===0}}"><empty vue-id="88ccd334-1" tip="无收藏" bind:__l="__l"></empty></block><block wx:for="{{goodsList}}" wx:for-item="row" wx:for-index="index" wx:key="index"><view class="row"><view data-event-opts="{{[['tap',[['deleteCoupon',['$0','$1'],[[['goodsList','',index,'cpid']],'goodsList']]]]]}}" class="menu" catchtap="__e"><view class="icon shanchu"></view></view><view data-event-opts="{{[['touchstart',[['touchStart',[index,'$event']]]],['touchmove',[['touchMove',[index,'$event']]]],['touchend',[['touchEnd',[index,'$event']]]],['tap',[['navTo',['/pages/product/product?cpid='+row.cpid]]]]]}}" class="{{['carrier',typeClass=='goods'?theIndex==index?'open':oldIndex==index?'close':'':'']}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e" bindtap="__e"><view class="goods-info"><view class="img"><image src="{{row.img}}"></image></view><view class="info"><view class="title">{{row.mc}}</view><view class="price-number"><view class="keep-num">{{'收藏于'+row.createtime+''}}</view></view></view></view></view></view></block></view></view></view>