|
|
@@ -56,8 +56,10 @@ |
|
|
|
<view class="content"> |
|
|
|
<view v-html="item.onebest"></view> |
|
|
|
</view> |
|
|
|
<image @click="clickbofang(0,item, 'show')" class="play" |
|
|
|
src="@/static/images/recordingManagement/play.png"></image> |
|
|
|
<template v-if="isShowMerge"> |
|
|
|
<image @click="clickbofang(0,item, 'show')" class="play" |
|
|
|
src="@/static/images/recordingManagement/play.png"></image> |
|
|
|
</template> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -147,14 +149,14 @@ |
|
|
|
<view class="botbotmm"> |
|
|
|
<view class="item" @click="preValid">上一条</view> |
|
|
|
<template v-if="isShowMerge"> |
|
|
|
<template v-if="userlistobj.violatedStatus == 0"> |
|
|
|
<template v-if="userlistobj.disposeStatus == 0"> |
|
|
|
<view class="item" @click="setViolated(1)">确认有效</view> |
|
|
|
<view class="item" @tap="showTagValid">确认无效</view> |
|
|
|
</template> |
|
|
|
<template v-if="userlistobj.violatedStatus == 1"> |
|
|
|
<template v-if="userlistobj.disposeStatus == 1"> |
|
|
|
<view class="item" @tap="showTagValid">无效</view> |
|
|
|
</template> |
|
|
|
<template v-if="userlistobj.violatedStatus == 2"> |
|
|
|
<template v-if="userlistobj.disposeStatus == 2"> |
|
|
|
<view class="item" @click="setViolated(1)">确认有效</view> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@@ -397,6 +399,7 @@ |
|
|
|
return |
|
|
|
} else { |
|
|
|
let newobj = res[0]; |
|
|
|
this.isMerge = res[0].merge |
|
|
|
if (res[0].merge == 0) { |
|
|
|
this.infos = item |
|
|
|
this.itemobj = item |
|
|
@@ -769,7 +772,7 @@ |
|
|
|
this.current = 1 |
|
|
|
this.infos = item |
|
|
|
this.audioType = true |
|
|
|
this.initAudioFnc() |
|
|
|
this.init(this.infos) |
|
|
|
return |
|
|
|
} else { |
|
|
|
this.audioType = false |
|
|
|