소스 검색

关闭黑色弹窗

yun
douzhuo 1 년 전
부모
커밋
bfbbf4adb0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pages/mine/details2.vue

+ 2
- 2
pages/mine/details2.vue 파일 보기

@@ -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">


불러오는 중...
취소
저장