|
@@ -1,15 +1,5 @@
|
|
-<wxs src="../../commonWxs/format.wxs" module="format" />
|
|
|
|
<view class='my-collection'>
|
|
<view class='my-collection'>
|
|
<view class='collection-article' wx:for="{{ collection_data }}" wx:key="{{ index }}" bindtap='toClass' data-targetCode="{{item.targetCode}}" data-title='{{ item.title }}'>
|
|
<view class='collection-article' wx:for="{{ collection_data }}" wx:key="{{ index }}" bindtap='toClass' data-targetCode="{{item.targetCode}}" data-title='{{ item.title }}'>
|
|
- <view class='user-info'>
|
|
|
|
- <view class='avatar-box'>
|
|
|
|
- <image class='avatar-image' src="{{ user.user.avatar }}" />
|
|
|
|
- </view>
|
|
|
|
- <view class="avatar-name">
|
|
|
|
- <view>{{ user.user.wechatName }}</view>
|
|
|
|
- <view>{{ format.formatDate(item.gmtCreated) }}</view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
<view class='video-preview'>
|
|
<view class='video-preview'>
|
|
<image src='{{ item.iconImg }}'></image>
|
|
<image src='{{ item.iconImg }}'></image>
|
|
</view>
|
|
</view>
|
|
@@ -18,20 +8,6 @@
|
|
</view>
|
|
</view>
|
|
<view class='content-detail'>
|
|
<view class='content-detail'>
|
|
<view class='left'>{{ item.summary }}</view>
|
|
<view class='left'>{{ item.summary }}</view>
|
|
- <view class='right'>
|
|
|
|
- <view class='right-detail'>
|
|
|
|
- <view class='play-img'>
|
|
|
|
- <image src='../../../static/image/hotPlays.png'></image>
|
|
|
|
- </view>
|
|
|
|
- <view class='count-add'>{{ item.playAmount || 0 }}</view>
|
|
|
|
- </view>
|
|
|
|
- <view class='right-details'>
|
|
|
|
- <view class='point-img'>
|
|
|
|
- <image src='../../../static/image/like.png'></image>
|
|
|
|
- </view>
|
|
|
|
- <view class='count-add'>{{ item.likeAmount || 0 }}</view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-</view>
|
|
|
|
|
|
+</view>
|