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

<view class="page flex-col"><view class="group_2 flex-col"><block wx:for="{{newlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goarticle',['$0',2],[[['newlist','',index,'id']]]]]]]}}" class="image-text_1 flex-row justify-between" bindtap="__e"><image class="image_3" referrerpolicy="no-referrer" src="{{item.image_input}}"></image><view class="text-group_1 flex-col justify-between"><text class="text_3">{{''+item.title+''}}</text><text class="text_4">{{item.add_time}}</text></view></view></block></view></view>