|
@@ -81,10 +81,17 @@
|
|
|
<image class="efun_tag" src="../../static/index/efun_tag.png" wx:if="{{item.isEfun}}"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- <view wx:if="{{!item.showMyBtn}}" class="time">
|
|
|
+ <text>发布时间:{{item.time}}</text>
|
|
|
+ </view> -->
|
|
|
<view wx:if="{{!item.showMyBtn}}" class="time">
|
|
|
<text>发布时间:{{item.time}}</text>
|
|
|
</view>
|
|
|
<view wx:if="{{item.showMyBtn && !item.ifCheck}}" class="my_btn">
|
|
|
+ <view class="delete" catchtap="download" data-url="{{item.markPath ? item.markPath : '' }}" data-id="{{item.id}}">
|
|
|
+ <image class="download_image" src="../../static/index/down.png" />
|
|
|
+ <text class="delete_text">下载</text>
|
|
|
+ </view>
|
|
|
<view class="delete" catchtap="delete" data-id="{{item.id}}">
|
|
|
<image class="delete_image" src="../../static/index/delete.png" />
|
|
|
<text class="delete_text">删除</text>
|
|
@@ -95,6 +102,16 @@
|
|
|
<text class="hide_text">{{item.status==='NORMAL'? '公开': '仅自己可见'}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <!-- <view wx:if="{{item.showMyBtn && !item.ifCheck}}" class="my_btn">
|
|
|
+ <view class="delete" catchtap="delete" data-id="{{item.id}}">
|
|
|
+ <image class="delete_image" src="../../static/index/delete.png" />
|
|
|
+ <text class="delete_text">删除</text>
|
|
|
+ </view>
|
|
|
+ <view class="hide" catchtap="hide" data-status="{{item.status}}" data-id="{{item.id}}">
|
|
|
+ <image class="hide_image" src="{{item.status==='NORMAL'? '../../static/index/unlock.png': '../../static/index/lock.png'}}" />
|
|
|
+ <text class="hide_text">{{item.status==='NORMAL'? '公开': '仅自己可见'}}</text>
|
|
|
+ </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="video_place" wx:if="{{!item.videoShow}}" catchtap="{{item.ifCheck ? null : 'showVideo'}}" data-index="{{index}}">
|
|
|
<image class="place_img" src="{{item.coverImg}}" />
|
|
@@ -154,7 +171,6 @@
|
|
|
<image src="../../static/index/microphone.png" />
|
|
|
<text>我要配音</text>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="no_work" wx:if="{{!isSwiper && noMoreWork}}">
|