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
979 B
1 lines
979 B
<view class="page flex-col" style="height:auto;background-color:white;"><view class="box_1 flex-col" style="height:auto;"><view class="list_1 flex-col" style="height:auto;"><block wx:for="{{loopData0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['go1',['$0'],[[['loopData0','',index,'id']]]]]]]}}" class="list-items_1 flex-col" style="{{'background:'+(item.lanhuBg0)+';'}}" bindtap="__e"><image class="section_2 flex-col" style="border-radius:5px;" src="{{item.image}}"></image><text class="text_2" style="width:100%;">{{item.title}}</text><view class="section_3 flex-row justify-between"><view class="image-text_1 flex-row justify-between"><image class="icon_2" style="width:30rpx;height:20rpx;margin-top:10rpx;" src="/static/lanhu_remenhuodong/75ed3630fc3b171e5582c378553fa4fd.png"></image><text class="text-group_1">{{item.views}}</text></view><text class="text_3">{{item.ctime}}</text></view></view></block></view></view></view> |