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.5 KiB

1 year ago
<view class="page flex-col" style="height:auto;"><view class="group_1 flex-row" style="height:auto;"><view class="box_1 flex-col justify-end" style="height:auto;margin-top:0;"><view class="text-wrapper flex-row justify-between" style="margin-top:50rpx;width:80%;margin-left:10%;padding:0 50rpx;background-color:rgba(248, 246, 237, 1);"><text data-event-opts="{{[['tap',[['changeTab',['商品收藏']]]]]}}" class="{{['x1',(activeTab==='商品收藏')?'active':'']}}" bindtap="__e">商品收藏</text><text data-event-opts="{{[['tap',[['changeTab',['课程收藏']]]]]}}" class="{{['x1',(activeTab==='课程收藏')?'active':'']}}" bindtap="__e">课程收藏</text></view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['go',['$0','$1'],[[['list','',index,'c_id']],[['list','',index,'type']]]]]]]}}" bindtap="__e"><view class="image-text_1 flex-row justify-between"><image class="section_1 flex-col" src="{{item.image}}"></image><view class="text-group_1 flex-col justify-between"><text class="text_5">{{item.name}}</text><text class="text_6">{{"¥"+item.price}}</text></view></view><image class="image_1" referrerpolicy="no-referrer" src="/static/lanhu_kecheng/46abcc18492bf4d15394ff15f9fca598.png"></image></view></block><block wx:if="{{$root.g0==0}}"><view class="group_2 flex-row justify-between" style="margin-top:200rpx;width:100%;text-align:center;margin-left:0;background-color:rgba(248, 246, 237, 1);"><view style="text-align:center;width:100%;">暂无数据</view></view></block></view></view></view>