| @@ -34,7 +34,7 @@ | |||||
| <view :id="'dialog'+i" class="fileName">录音文件</view> | <view :id="'dialog'+i" class="fileName">录音文件</view> | ||||
| <view class="text" :id="'dialog'+csdFileindex+'text'+item.bg" | <view class="text" :id="'dialog'+csdFileindex+'text'+item.bg" | ||||
| :class="{active: Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow, isGreen: item.isShow == 0}" | :class="{active: Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow, isGreen: item.isShow == 0}" | ||||
| v-for="(item,index) in dialog.message" :key="index" :data-speaker="item.speaker" @click.stop> | |||||
| v-for="(item,index) in dialog.message" :key="index" :data-speaker="item.speaker"> | |||||
| <view class="avatar"> | <view class="avatar"> | ||||
| <view :style="[SPEAKERSTYLE(item.speaker)]"> | <view :style="[SPEAKERSTYLE(item.speaker)]"> | ||||
| <text>{{ item.speaker | toCapital }}</text> | <text>{{ item.speaker | toCapital }}</text> | ||||
| @@ -52,7 +52,7 @@ | |||||
| </text> | </text> | ||||
| <text>{{conversionTiame(item.bg/1000)}}</text> | <text>{{conversionTiame(item.bg/1000)}}</text> | ||||
| </view> | </view> | ||||
| <view class="contentMain"> | |||||
| <view class="contentMain" @click.stop> | |||||
| <view class="content"> | <view class="content"> | ||||
| <view @longpress="changanxiaoguo(item,index,i)" v-html="item.onebest"></view> | <view @longpress="changanxiaoguo(item,index,i)" v-html="item.onebest"></view> | ||||
| <view class="tankuangcss" :class="{bottoms:index == 0}" v-if="item.isshow"> | <view class="tankuangcss" :class="{bottoms:index == 0}" v-if="item.isshow"> | ||||