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.
13 lines
520 B
13 lines
520 B
<!--pages/index/total/tatal.wxml-->
|
|
<view class="content" wx:for="{{content}}" wx:key="" id="{{item.id}}" bindtap="derail">
|
|
<view class="content_event">
|
|
<view class="content_pinpai">{{item.sourcetime}}
|
|
</view>
|
|
<view class="content_title">{{item.title}}
|
|
</view>
|
|
<view class="content_text">
|
|
<view class="content_pinpai">作者:{{item.user_author}} </view>
|
|
<view class="content_pinpai">媒体:{{item.source}}</view>
|
|
</view>
|
|
</view>
|
|
</view> |