|
@@ -43,10 +43,10 @@
|
|
|
<text>{{item.VoicePlaySeconds|formatVoiceTime}}</text>
|
|
|
</view>
|
|
|
<button class="publish-btn" @click.stop="handleSendMsgItem(item)" v-if="item.CouldSendMsg">
|
|
|
- <image class="publish-img" src="@/static/voice/publish.png" mode="widthFix" />
|
|
|
+ <image class="publish-img" src="@/static/voice/publish.png" mode="widthFix"/>
|
|
|
</button>
|
|
|
- <button class="del-btn" @click.stop="handleDelItem(item)">
|
|
|
- <image class="del-img" src="@/static/voice/del.png" mode="widthFix" v-if="item.IsAuthor" />
|
|
|
+ <button class="del-btn" @click.stop="handleDelItem(item)" v-if="item.IsAuthor">
|
|
|
+ <image class="del-img" src="@/static/voice/del.png" mode="widthFix"/>
|
|
|
</button>
|
|
|
<button
|
|
|
class="share-btn"
|
|
@@ -59,8 +59,8 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <navigator url="/pages-voice/addVoice">
|
|
|
- <view :class="['add-btn',showAudioPop?showAudioBigPop?'add-btn-bot3':'add-btn-bot2':'add-btn-bot1']" v-if="IsVoiceAdmin">新建语音</view>
|
|
|
+ <navigator url="/pages-voice/addVoice" v-if="IsVoiceAdmin">
|
|
|
+ <view :class="['add-btn',showAudioPop?showAudioBigPop?'add-btn-bot3':'add-btn-bot2':'add-btn-bot1']">新建语音</view>
|
|
|
</navigator>
|
|
|
|
|
|
<!-- 筛选弹窗 -->
|