| | |
| | | <view class="fyui-cell__bd">热门</view> |
| | | <view class="fyui-cell__ft">更多</view> |
| | | </view> |
| | | <view wx:for="{{hotTopics}}" wx:key="index"> |
| | | <view class="fyui-box fyui-box__text"> |
| | | <view wx:for="{{hotTopics}}" wx:key="index" data-index="{{index}}" bindtap="gotoDetail"> |
| | | <!-- <view class="fyui-box fyui-box__text"> |
| | | <view class="fyui-box__hd"> |
| | | <text class="" wx:for="{{item.tags}}" wx:key="i" data-index="i" wx:for-item="tag">{{tag}}</text> |
| | | {{item.title}} |
| | | {{item.name}} |
| | | </view> |
| | | <view class="fyui-box__bd"> |
| | | <view class="fyui-box__content">{{item.abstract}}</view> |
| | |
| | | <view>{{item.time}}</view> |
| | | <view>{{item.author}}</view> |
| | | </view> |
| | | </view> --> |
| | | <view class="fyui-box fyui-box__text"> |
| | | <view class="fyui-box__hd"> |
| | | {{item.name}} |
| | | </view> |
| | | <view class="fyui-box__bd"> |
| | | <view class="fyui-box__content tag">相关行业 -> {{item.fileIndustry}}</view> |
| | | <view class="fyui-box__content">{{item.des}}</view> |
| | | </view> |
| | | <view class="fyui-box__ft"> |
| | | <text class="keyword">关键词:</text> |
| | | <view class="keyword-item"><text wx:for="{{item.keywords}}" wx:for-index="i" wx:for-item="word" wx:key="i" >{{word}}</text></view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |