|
|
@@ -31,39 +31,37 @@ |
|
|
|
<u-tabs :list="list" :is-scroll="false" bg-color="transparent" :show-bar="false" :current="current" |
|
|
|
@change="change"></u-tabs> |
|
|
|
<template v-if="current == 0"> |
|
|
|
<view class="words-list"> |
|
|
|
<scroll-view :scroll-top="scrollTop" lower-threshold='100px' @scrolltolower="ltolower()" |
|
|
|
upper-threshold='40px' @scrolltoupper="rolltoupper()" :scroll-into-view="scrollId" scroll-y="true" |
|
|
|
class="zhuti text scroll-Y"> |
|
|
|
<!-- 聊天记录--> |
|
|
|
<view class="dialog-block" style="border-bottom: none;"> |
|
|
|
<block v-for="(item,index) in findTabooWordsList" :key="index"> |
|
|
|
<view class="text"> |
|
|
|
<view class="avatar"> |
|
|
|
<view :style="[SPEAKERSTYLE(item.speaker)]"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg" mode="widthFix"></image> |
|
|
|
<text v-else>{{ item.speaker | toCapital }}</text> |
|
|
|
</view> |
|
|
|
<scroll-view :scroll-top="scrollTop" lower-threshold='100px' @scrolltolower="ltolower()" |
|
|
|
upper-threshold='40px' @scrolltoupper="rolltoupper()" :scroll-into-view="scrollId" scroll-y="true" |
|
|
|
class="zhuti text scroll-Y"> |
|
|
|
<!-- 聊天记录--> |
|
|
|
<view class="dialog-block" style="border-bottom: none;"> |
|
|
|
<block v-for="(item,index) in findTabooWordsList" :key="index"> |
|
|
|
<view class="text"> |
|
|
|
<view class="avatar"> |
|
|
|
<view :style="[SPEAKERSTYLE(item.speaker)]"> |
|
|
|
<image v-if="item.isShow == 0" :src="Aimg" mode="widthFix"></image> |
|
|
|
<text v-else>{{ item.speaker | toCapital }}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="contentInfo"> |
|
|
|
<view class="info"> |
|
|
|
<text class="AudioUserName">{{ item.speaker | toCapital }}</text> |
|
|
|
<text>{{conversionTiame(item.bg/1000)}}</text> |
|
|
|
</view> |
|
|
|
<view class="contentMain"> |
|
|
|
<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> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="contentInfo"> |
|
|
|
<view class="info"> |
|
|
|
<text class="AudioUserName">{{ item.speaker | toCapital }}</text> |
|
|
|
<text>{{conversionTiame(item.bg/1000)}}</text> |
|
|
|
</view> |
|
|
|
<view class="contentMain"> |
|
|
|
<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> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</template> |
|
|
|
<template v-if="current == 1"> |
|
|
|
<!-- 音频 --> |
|
|
@@ -1015,11 +1013,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.words-list { |
|
|
|
flex-grow: 1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.audio { |
|
|
|
|
|
|
|
.headboxbott { |
|
|
|