|
@@ -74,7 +74,10 @@
|
|
|
<scroll-view scroll-y="true" bindscrolltolower="scrolltolower" style='height: {{scrollHeight}}rpx' class="tab">
|
|
|
<block wx:for-index="idx" wx:for='{{aa}}' wx:key="key" >
|
|
|
<view class='content-item' bindtap="onFold" data-id="{{item.newsId}}" >
|
|
|
+ <view>
|
|
|
<text class='from' >{{item.newsFrom}}</text>
|
|
|
+ <text class='tag' >{{item.newsTag}}</text>
|
|
|
+ </view>
|
|
|
<text class='name'>{{item.newsTitle}}</text>
|
|
|
<text class='wawa'>{{item.newsMiniContent}}</text>
|
|
|
<text class='time'>{{item.newsDate}}</text>
|