AI销管
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

3054 lines
74 KiB

  1. <template>
  2. <view class="box" @click="cancelBeast">
  3. <view class="headbox">
  4. <!-- 顶部时间 -->
  5. <view class="headboxhead">
  6. <view class="boxhead1">{{date}}</view>
  7. </view>
  8. <!-- 标记顾问 -->
  9. <view class="headboxbott">
  10. <view class="headovfu">
  11. <view class="mytab" v-for="(item,index) in tablist" :key="index" @click="tapspagek(item, index)">
  12. <view class="tab-item" :class="{tabActive: item.select}">{{item.name}}</view>
  13. </view>
  14. </view>
  15. <view v-if="permissions.commonly1" class="headpade">
  16. <view class="biaoji" @tap="tagtap">标记</view>
  17. </view>
  18. </view>
  19. </view>
  20. <scroll-view :scroll-top="scrollTop" lower-threshold='100px' @scrolltolower="ltolower" upper-threshold='40px'
  21. @scrolltoupper="rolltoupper" :scroll-into-view="scrollId" scroll-y="true" class="zhuti text scroll-Y">
  22. <!-- 聊天记录-->
  23. <view class="dialog-block" @click="close()" v-for="(dialog,i) in dialogList" :key="i">
  24. <view :id="'dialog'+i" class="fileName">录音文件</view>
  25. <block v-for="(item,index) in dialog.message" :key="index">
  26. <view class="text"
  27. :class="{active: Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow, isGreen: item.isShow == 0}"
  28. :data-guwen="item.isShow" :data-speaker="item.speaker"
  29. :id="'dialog'+csdFileindex+'text'+item.bg">
  30. <template v-if="refined">
  31. <view class="checkbox" :class="{select: item.checked}" @click="cbChange(item)">
  32. <template v-if="item.checked">
  33. <u-icon name="checkbox-mark" color="#fff" />
  34. </template>
  35. </view>
  36. </template>
  37. <view class="avatar">
  38. <view>
  39. <image v-if="item.isShow == 0"
  40. src="https://static.quhouse.com/b11a7e1ccf914020b3ee23d3e4862637.png"
  41. mode="widthFix">
  42. </image>
  43. <text v-else :style="[borderColor(item.speaker)]">{{ item.speaker | toCapital }}</text>
  44. </view>
  45. </view>
  46. <view class="contentInfo">
  47. <view class="info">
  48. {{ item.speaker | toCapital }} {{conversionTiame(item.bg/1000)}}
  49. </view>
  50. <view class="contentMain" @click.stop>
  51. <view class="content">
  52. <view @longpress.stop="changanxiaoguo(item,index,i)" v-html="item.onebest"></view>
  53. <template v-if="item.isshow">
  54. <view class="tankuangcss" :class="{bottoms:index == 0}">
  55. <view class="tankuangcss-items" @click="clickcopy">
  56. <image src="@/static/images/detail/icon1.png" mode=""></image>
  57. <text>复制</text>
  58. </view>
  59. <view v-if="permissions.commonly4" class="tankuangcss-items"
  60. @click="Oftenthewrongword">
  61. <image src="@/static/images/detail/icon2.png" mode=""></image>
  62. <text>常错词</text>
  63. </view>
  64. <view v-if="permissions.commonly3" class="tankuangcss-items"
  65. @click="Addtheessence">
  66. <image src="@/static/images/detail/icon3.png" mode=""></image>
  67. <text>加精华</text>
  68. </view>
  69. <view class="tankuangcss-items" @click="Modifyrole(index,item)">
  70. <image src="@/static/images/detail/icon4.png" mode=""></image>
  71. <text>修改角色</text>
  72. </view>
  73. </view>
  74. </template>
  75. </view>
  76. <image v-if="Math.floor(item.bg/1000) <= playNow && Math.floor(item.ed/1000) > playNow"
  77. class="play" src="https://static.quhouse.com/ce73a5225f7f44be9f313b0e4e4c2c0e.png">
  78. </image>
  79. <image v-else @click="clickbofang(dialog.backindex,item)" class="play"
  80. src="https://static.quhouse.com/1b6ac53247e043a1bdc59ecfb2167eba.png"></image>
  81. </view>
  82. </view>
  83. </view>
  84. </block>
  85. </view>
  86. </scroll-view>
  87. <view class="bottombox" v-if="!refined">
  88. <!-- 播放块 -->
  89. <zaudio @checkPlaybackRate="checkPlaybackRate" :duration="duration" theme="theme4"></zaudio>
  90. <!-- 底部弹框 -->
  91. <view class="botbotmm">
  92. <view class="tmmchen" @click="guanjiancishifo()">
  93. <image src='https://static.quhouse.com/226d5e0b97e6407a9901273c3f582ee7.png' mode=""></image>
  94. <view class="text">关键词</view>
  95. </view>
  96. <view class="fill"></view>
  97. <view class="tmmchen" @click="Receivedetailsabouttab('intention')">
  98. <image src="https://static.quhouse.com/19f555ae422b4285b5102875579e61d6.png" mode=""></image>
  99. <view class="text">客户意向</view>
  100. </view>
  101. <view class="fill"></view>
  102. <view class="tmmchen" @click="Receivedetailsabouttab('Pinspeak')">
  103. <image src="https://static.quhouse.com/ce369b09d7be4305990dacdeb84a91f6.png" mode=""></image>
  104. <view class="text">销讲执行</view>
  105. </view>
  106. <view class="fill"></view>
  107. <view class="tmmchen" @click.stop="moreClick">
  108. <image src="https://static.quhouse.com/8807fbe8d7204b4da7c2e0209d8ec8ea.png" mode=""></image>
  109. <view class="text">更多</view>
  110. </view>
  111. </view>
  112. </view>
  113. <template v-else>
  114. <view class="bottomboxs">
  115. <view class="bottomboxs-item" @click="sureRefinement">确定</view>
  116. <view class="bottomboxs-item" @click="cancelAllAdd">取消</view>
  117. </view>
  118. </template>
  119. <!-- 更多弹框 -->
  120. <view class="moremodal" v-if="Thetapeidisshow">
  121. <view class="more-cont">
  122. <view class="more-title">更多功能
  123. <image class="close-icon" @click="Thetapeidisshow=false"
  124. src="https://static.quhouse.com/4a977a0ecb594f2ebfd5f020b29dcc79.png" mode=""></image>
  125. </view>
  126. <view class="more-btn">
  127. <view class="btn-item" @click.stop="alllogo">
  128. <image class="icon" v-if="userlistobj.validInvalidName"
  129. src="https://static.quhouse.com/868b0eba0f7c44eca63e3b4fa782f14d.png" mode=""></image>
  130. <image class="icon" v-else src="https://static.quhouse.com/480e572bf43c48558ad9febe5426f439.png"
  131. mode=""></image>
  132. {{ userlistobj.validInvalidName }}
  133. </view>
  134. <view class="btn-item" v-if="permissions.commonly3" @click="jiajing()">
  135. <image class="icon" v-if="status==0"
  136. src="https://static.quhouse.com/47ae5b25cc804bf38e98d2816aef2514.png" mode=""></image>
  137. <image class="icon" v-else src="https://static.quhouse.com/4f1b60d9842146e9bd3e43fae42665bc.png"
  138. mode=""></image>
  139. 优秀案例
  140. </view>
  141. <template v-if="permissions.sbrz">
  142. <view class="btn-item" @click="eqLogClick">
  143. <image class="icon" src="https://static.quhouse.com/ff65fd92c742469594ac85f8bc721964.png"
  144. mode=""></image>
  145. 设备日志
  146. </view>
  147. </template>
  148. </view>
  149. <!-- 暂时注释 待联调-->
  150. <!-- <view class="other-btn">
  151. <view class="btn-item">
  152. <image class="icon" src="https://static.quhouse.com/354f2cd84cd84db590f35a036b329add.png" mode=""></image>
  153. 搜索对话</view>
  154. <view class="btn-item">
  155. <image class="icon" src="https://static.quhouse.com/ff65fd92c742469594ac85f8bc721964.png" mode=""></image>
  156. 设备日志</view>
  157. <view class="btn-item" v-if="!permissions.commonly2" @click.stop="Receivedetailsabouttab('Receivedetailsabout')">
  158. <image class="icon" src="https://static.quhouse.com/ff65fd92c742469594ac85f8bc721964.png" mode=""></image>
  159. 接待信息</view>
  160. </view> -->
  161. </view>
  162. </view>
  163. <!-- 标记 -->
  164. <view class="zhezhao" v-if="biojiisshow" @tap="unmarktap()"></view>
  165. <view class="bounced" v-if="biojiisshow">
  166. <view class="jiajinghuatit">标记为顾问</view>
  167. <view
  168. style="width: 95%;display: flex;flex-wrap: wrap;margin: 0 auto;padding-top: 30rpx;padding-bottom: 30rpx;">
  169. <view class="viewclace" :class="roleindexbiaoji == index ? 'bosdttom' : ''" @click="biaojixuanze(index)"
  170. v-for="(item,index) in tablist.slice(1,tablist.length)" :key="index">
  171. <view>{{item.name}}</view>
  172. </view>
  173. </view>
  174. <view class="bounced3" style="margin-top: 20rpx;">
  175. <view class="bounced3-1" @tap="unmarktap()">取消</view>
  176. <view class="bounced3-2" @tap="Confirmthetag()">确认</view>
  177. </view>
  178. </view>
  179. <!-- 加入常错词 -->
  180. <view class="zhezhao" v-if="isshow2" @tap="Cancelout"></view>
  181. <u-modal v-model="isshow2" title="添加常错词" :show-cancel-button="true" @cancel="Cancelout"
  182. @confirm="Confirmtheexit">
  183. <view class="tian-view">
  184. <viwe class="tian-view-t1"></viwe>
  185. <viwe class="tian-view-t2">常错词:</viwe>
  186. <viwe class="tian-view-t3">
  187. <!-- <textarea :auto-height="true" v-model="thewrongword" class="tian-input"
  188. placeholder="请输入" /> -->
  189. <u-input :auto-height="false" height="30" :disabled="isNum" type="textarea" v-model="thewrongword"
  190. :custom-style="customStyle" :border="false" class="tian-input" placeholder="请输入" />
  191. </viwe>
  192. </view>
  193. <view class="tian-view" style="margin-bottom: 74rpx;">
  194. <viwe class="tian-view-t1"></viwe>
  195. <viwe class="tian-view-t2">正确词:</viwe>
  196. <viwe class="tian-view-t3">
  197. <u-input class="tian-input" height="30" type="textarea" v-model="reswrongword" :border="false"
  198. :custom-style="customStyle" placeholder="请输入" />
  199. </viwe>
  200. </view>
  201. </u-modal>
  202. <!-- 加精华 -->
  203. <view class="zhezhao" v-if="isshow3" @tap="Cancelout2"></view>
  204. <view class="bounced" v-if="isshow3">
  205. <view class="jiajinghuatit">加精华</view>
  206. <view style="width: 100%;text-indent: 20rpx;font-size: 28rpx;">选择标签</view>
  207. <view class="jiajinghuaview">
  208. <view class="jighuaview2" v-for="(item,index) in biaoqianlist" :key="index"
  209. :class="biaoqianindex == index ? 'biaoqiantom' : ''">
  210. <view class="view1-text" @click="tapbiaoqianclisck(index)">{{item.name}}</view>
  211. </view>
  212. </view>
  213. <view class="bounced3">
  214. <view class="bounced3-1" @tap="Cancelout2">取消</view>
  215. <view class="bounced3-2" @tap="Confirmtheexit2">确认</view>
  216. </view>
  217. </view>
  218. <!-- 接待详情 -->
  219. <view class="zhezhao" @click="clenReceivedetailsabout()" v-if="Receivedetailsabout"></view>
  220. <view class="followingpop-up" v-if="Receivedetailsabout">
  221. <view class="guanbibox">
  222. <image class="guanbixen" @click="clenReceivedetailsabout()" src="../../static/images/Shutdown.png"
  223. mode=""></image>
  224. <view class="cenisboxtab">
  225. <view class="cenisboxtabview">
  226. <view>接待详情</view>
  227. </view>
  228. </view>
  229. </view>
  230. <view class="cenisbox">
  231. <view
  232. style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  233. <view style="width: 25%;color: #666666;font-size: 26rpx;">接待顾问</view>
  234. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.agentName}}</view>
  235. </view>
  236. <view
  237. style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  238. <view style="width: 25%;color: #666666;font-size: 26rpx;">意向项目</view>
  239. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.projectName}}</view>
  240. </view>
  241. <view
  242. style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  243. <view style="width: 25%;color: #666666;font-size: 26rpx;">接待开始时间</view>
  244. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.staTime}}</view>
  245. </view>
  246. <view
  247. style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  248. <view style="width: 25%;color: #666666;font-size: 26rpx;">接待结束时间</view>
  249. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.endTime1}}</view>
  250. </view>
  251. <view
  252. style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  253. <view style="width: 25%;color: #666666;font-size: 26rpx;">录音时长</view>
  254. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.mm}}分钟</view>
  255. </view>
  256. </view>
  257. </view>
  258. <!-- 销讲执行 -->
  259. <view class="zhezhao" @click="clenReceivedetailsabout()" v-if="Pinspeak"></view>
  260. <view class="followingpop-up" v-if="Pinspeak">
  261. <view class="guanbibox">
  262. <image class="guanbixen" @click="clenReceivedetailsabout()" src="../../static/images/Shutdown.png"
  263. mode=""></image>
  264. <view class="cenisboxtab">
  265. <view class="cenisboxtabview">
  266. <view>销讲执行</view>
  267. </view>
  268. </view>
  269. </view>
  270. <view class="pingfenbox">
  271. <view :class="{ activecllasscet: zhixingcenterindex == 0 }" @click="recordclick(0)">销讲总执行率{{totalRate}}%
  272. </view>
  273. <view v-if="permissions.commonly6" :class="{ activecllasscet: zhixingcenterindex == 1 }"
  274. @click="recordclick(1)">禁忌执行</view>
  275. </view>
  276. <view v-if="zhixingcenterindex == 0" class="cenisbox">
  277. <view
  278. style="width: 100%;height: 80rpx;border-bottom: 1rpx solid #E0E0E0;display: flex;align-items: center;">
  279. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 20rpx;">指标</view>
  280. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 170rpx;">执行率
  281. </view>
  282. </view>
  283. <view class="Level-box" v-for="(item,index) in ratelist" :key="index">
  284. <view class="Level1che" @click="changeshow(item,1)">
  285. <view class="title1">{{item.name.substring(0,8)}}</view>
  286. <view class="leve1-jindu">
  287. <view class="jindutiao">
  288. <view class="huanxing" :style="{width: item.ratepercent/item.rate*100+'%'}"></view>
  289. <view class="text">{{((item.ratepercent/item.rate).toFixed(2)*100).toFixed()}}%</view>
  290. </view>
  291. </view>
  292. <view class="jiantobox">
  293. <image v-if="!item.show" class="arrow rotatearrow" src="/static/images/down.png" mode="" />
  294. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  295. </view>
  296. </view>
  297. <view class="hhhbox" v-if="item.show" v-for="(subitem,i) in item.children" :key="i">
  298. <view class="Level2che" @click="changeshow2(subitem,1)">
  299. <view class="title1">{{subitem.name.substring(0,8)}}</view>
  300. <view class="leve1-jindu">
  301. <view class="zhixing" v-if="!subitem.selected">已执行</view>
  302. <view class="zhixing2" v-else>未执行</view>
  303. </view>
  304. <view class="jiantobox">
  305. <image v-if="!subitem.show" class="arrow rotatearrow" src="/static/images/down.png"
  306. mode="" />
  307. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  308. </view>
  309. </view>
  310. <view class="hsnrtest" v-if="subitem.show">话术内容</view>
  311. <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
  312. v-for="(che,inc) in subitem.children" :key='inc'>
  313. <view class="title1">{{inc+1}}.{{che.name}}</view>
  314. <view class="jiantobox">
  315. <image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png"
  316. mode="" />
  317. </view>
  318. </view>
  319. <view v-if="subitem.show" style="width: 100%;height: 30rpx;"></view>
  320. </view>
  321. </view>
  322. </view>
  323. <view v-if="zhixingcenterindex == 1">
  324. <view v-if="prohibitedlist.length!=0" class="title1-12" @click="tapbadge(item)"
  325. v-for="(item,index) in prohibitedlist" :key='index'>{{index+1}}.{{item}}</view>
  326. <view v-if="prohibitedlist.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">暂无数据
  327. </view>
  328. </view>
  329. </view>
  330. <!-- 客户意向 -->
  331. <view class="zhezhao" @click="clenReceivedetailsabout()" v-if="intention"></view>
  332. <view class="followingpop-up" v-if="intention">
  333. <view class="guanbibox">
  334. <image class="guanbixen" @click="clenReceivedetailsabout()" src="../../static/images/Shutdown.png"
  335. mode=""></image>
  336. <view class="cenisboxtab">
  337. <view class="cenisboxtabview">
  338. <view>客户意向</view>
  339. </view>
  340. </view>
  341. </view>
  342. <view class="pingfenbox">
  343. <view :class="{ activecllasscet: kehuyixiangcenterindex == 0 }" @click="customerofintention(0)">系统分析
  344. </view>
  345. <view :class="{ activecllasscet: kehuyixiangcenterindex == 1 }" @click="customerofintention(1)">人工校准
  346. </view>
  347. </view>
  348. <view class="cenisbox" v-if="kehuyixiangcenterindex==0">
  349. <view style="width: 100%;height: 100%;text-align: center;margin-top: 200rpx;"
  350. v-if="Acquirecustomerintentlist.length==0">
  351. 暂无数据
  352. </view>
  353. <view class="jianbox" v-if="Acquirecustomerintentlist.length!=0"
  354. v-for="(item,index) in Acquirecustomerintentlist" :key='index'>
  355. <view class="jianbox-cen">
  356. <view class="jianboxtext">{{item.name}}</view>
  357. <view class="jianboxjian" @click="Acquishow(index)">
  358. <image v-if="item.isshow==false" class="jiantop" src="../../static/images/jiantop.png"
  359. mode=""></image>
  360. <image v-if="item.isshow==true" class="jiantop1" src="../../static/images/jianbutton.png"
  361. mode=""></image>
  362. </view>
  363. </view>
  364. <view style="width: 690rpx;margin: 0 auto;display: flex;flex-wrap: wrap;" v-if="item.isshow==true">
  365. <view class="sdfsaf" v-if="chend.showType==0" @click="argece(chend)"
  366. v-for="(chend,i) in item.children" :key='i'>
  367. <view class="jiangshang sdfsaf">{{chend.text}}</view>
  368. </view>
  369. <view class="sdfsaf" v-if="chend.showType==1" @click="argece(chend)"
  370. v-for="(chend,i) in item.children" :key='i'>
  371. <view class="jiangshang1 sdfsaf">{{chend.text}}</view>
  372. </view>
  373. </view>
  374. </view>
  375. </view>
  376. <!-- @click="Edittag(item,chend,index,i)" -->
  377. <view class="cenisbox" v-if="kehuyixiangcenterindex==1">
  378. <view style="width: 100%;height: 100%;text-align: center;margin-top: 200rpx;"
  379. v-if="Acquirecustomerintentlist2.length==0">
  380. 暂无数据
  381. </view>
  382. <view class="jianbox" v-if="Acquirecustomerintentlist2.length"
  383. v-for="(item,index) in Acquirecustomerintentlist2" :key='index'>
  384. <view class="jianbox-cen">
  385. <view class="jianboxtext">{{item.name}}</view>
  386. <view class="jianboxjian" @click="Acquishow2(index)">
  387. <image v-if="item.isshow==false" class="jiantop" src="../../static/images/jiantop.png"
  388. mode=""></image>
  389. <image v-if="item.isshow==true" class="jiantop1" src="../../static/images/jianbutton.png"
  390. mode=""></image>
  391. </view>
  392. </view>
  393. <view class="bioqianwayl" v-if="item.isshow==true">
  394. <view class="jiangshang" v-for="(chend,i) in item.children" :key='i' v-if="chend.selected==0">
  395. {{chend.text}}
  396. </view>
  397. </view>
  398. </view>
  399. </view>
  400. <view class="calibration" v-if="permissions.commonly5" @click="tocalibration()">校准</view>
  401. </view>
  402. <view class="zhezhao" v-if="effective"></view>
  403. <view class="bounced" v-if="effective">
  404. <view class="jiajinghuatit">选择</view>
  405. <view>
  406. <view class="uni-list">
  407. <radio-group @change="radioChange">
  408. <label style="display: flex;align-items: center;font-size: 30rpx;
  409. width: 94%;height: 80rpx;margin: 0 auto;" v-for="(item, index) in effectiveitems" :key="item.value">
  410. <view style="margin-top: 2rpx;flex: 1; text-indent: 20rpx;">{{item.name}}</view>
  411. <view style="width: 80rpx;">
  412. <radio :value="item.value" :checked="index == effectiveindex" />
  413. </view>
  414. </label>
  415. </radio-group>
  416. </view>
  417. <view v-if="effectiveindex==4">
  418. <textarea class="ffectivetext" v-model="effectiveitext" placeholder="备注" />
  419. </view>
  420. </view>
  421. <view class="bounced3">
  422. <view class="bounced3-1" @click="effective=false">取消</view>
  423. <view class="bounced3-2" @click="$noMultipleClicks(effectiveAdd)">确认</view>
  424. </view>
  425. </view>
  426. <!-- 修改角色 -->
  427. <view class="zhezhao" v-if="roleisshaw" @tap="unmarktap()"></view>
  428. <view class="bounced" v-if="roleisshaw">
  429. <view class="jiajinghuatit">修改角色</view>
  430. <view
  431. style="width: 95%;display: flex;flex-wrap: wrap;margin: 0 auto;padding-top: 30rpx;padding-bottom: 30rpx;">
  432. <view class="viewclace" :class="roleindexrow == index ? 'bosdttom' : ''" @click="rl=rolexuanze(index)"
  433. v-for="(item,index) in tablist.slice(1,tablist.length)" :key="index">
  434. <view>{{item.name}}</view>
  435. </view>
  436. <view class="headpade" style="border: none;">
  437. <view class="biaoji" @tap="addRole">新增角色</view>
  438. </view>
  439. </view>
  440. <view class="bounced3" style="margin-top: 20rpx;">
  441. <view class="bounced3-1" @tap="unmarktap()">取消</view>
  442. <view class="bounced3-2" @tap="roletab()">确认</view>
  443. </view>
  444. </view>
  445. <u-toast ref="uToast" />
  446. <!-- 加载组件 -->
  447. <u-loadings v-model="LOADING"></u-loadings>
  448. </view>
  449. </template>
  450. <script>
  451. var util = require("../../utils/util.js");
  452. var config = require("../../config");
  453. import zaudio from '@/components/uniapp-zaudio/zaudio';
  454. export default {
  455. components: {
  456. zaudio
  457. },
  458. data() {
  459. return {
  460. customStyle: {
  461. 'width': '320rpx',
  462. 'font-size': '34rpx',
  463. 'border-bottom': '1px solid #ccc'
  464. },
  465. noClick: true,
  466. moreShow: false,
  467. kehuyixiangcenterindex: 0,
  468. Acquirecustomerintentlist2: [],
  469. zhixingcenterindex: 0,
  470. prohibitedlist: [],
  471. guanjianciishow: false,
  472. tablist: [],
  473. roleindex: 0,
  474. roleSelectArr: [0], // 当前选中的角色标记点
  475. roleindexbiaoji: -1,
  476. recordPath: "",
  477. customerId: "",
  478. luyinList: [], //录音文件
  479. newluyinList: [],
  480. dialogList: [], //录音识别列表
  481. csdFileindex: 0,
  482. date: "", //年月日
  483. tab: 0, // 默认是音频识别
  484. scrollTop: 0,
  485. scrollId: "",
  486. playNow: 0,
  487. ratelist: [], //评分列表
  488. totalRate: "",
  489. thewrongword: "", //错误词
  490. reswrongword: "", //正确词
  491. isshow2: false,
  492. messagelisy: [],
  493. isshow3: false,
  494. biaoqianlist: [],
  495. biaoqianindex: 0,
  496. changanitem: {},
  497. duihuawenjianid: "",
  498. biaoqianid: "",
  499. status: 0,
  500. // jiaoseshow: true,
  501. itemobj: {},
  502. textindex: 0, //下拉 转写文件下标
  503. toptextindex: 0, //上拉 转写文件下标
  504. biojiisshow: false,
  505. speaker: '',
  506. dshfkjsdkksodofydwfkhwdfkjh: 0,
  507. userlistobj: {},
  508. Acquirecustomerintentlist: [],
  509. options1: [],
  510. Receivedetailsabout: false,
  511. Pinspeak: false,
  512. intention: false,
  513. yixingindex: 0, //意向,统计切换
  514. buildingID: '',
  515. // methodsisshow:false,
  516. Thetapeidisshow: false,
  517. // Menulist:[],
  518. // Menulistisshow:false,
  519. validInvalid: 0,
  520. calibration: 0,
  521. effective: false,
  522. effectiveindex: '0',
  523. effectiveitems: [{
  524. value: '1',
  525. name: '没电指派无录音',
  526. checked: true
  527. },
  528. {
  529. value: '2',
  530. name: '离线指派无录音',
  531. },
  532. {
  533. value: '3',
  534. name: '系统测试误操作'
  535. },
  536. {
  537. value: '4',
  538. name: '非接访场景录音'
  539. },
  540. {
  541. value: '5',
  542. name: '其他'
  543. }
  544. ],
  545. effectiveitext: '',
  546. textItself: '',
  547. argtextindex1: 0,
  548. argtextindex2: 0,
  549. permissions: {
  550. commonly1: false,
  551. commonly2: false,
  552. commonly3: false,
  553. commonly4: false,
  554. commonly5: false,
  555. commonly6: false
  556. },
  557. roleisshaw: false,
  558. roleindexrow: 0,
  559. roletiaoshu: 0,
  560. ACTION: Symbol('zaudio'), // 唯一值区分每个页面的方法
  561. isPageHide: false, // 是否息屏
  562. duration: '', // 总时长
  563. refresh: false, // 默认false
  564. isNum: false,
  565. eqLog: 0,
  566. refined: false, // 多选加精;
  567. nowPlaying: 0, // 当前播放位置
  568. stepPosition: 0, // 需要跳转的播放位置
  569. };
  570. },
  571. computed: {
  572. conversionTiame() {
  573. return (e) => {
  574. return this.getTime(e);
  575. }
  576. },
  577. },
  578. onLoad(options) {
  579. this.LOADING = true
  580. this.status = options.status;
  581. this.customerId = options.customerId;
  582. this.itemobj = uni.getStorageSync('searchobj');
  583. this.stateisshow = options.stateisshow;
  584. this.$zaudio.autoPlay = true
  585. if (options.refresh) this.refresh = options.refresh
  586. this.$zaudio.on('seek', this.ACTION, (time) => {
  587. this.sliderChangeComplate(this.TIMEEVENT(time))
  588. })
  589. this.$zaudio.on('playing', this.ACTION, (obj) => {
  590. //实时渲染当前的播放状态
  591. this.$zaudio.syncRender()
  592. this.duration = obj.duration
  593. this.nowPlaying = obj.current_value
  594. this.TimeUpdate(this.TIMEEVENT(obj.current))
  595. })
  596. this.$zaudio.on('ended', this.ACTION, e => {
  597. console.log('音频播放结束')
  598. this.$zaudio.stop()
  599. this.$nextTick(() => {
  600. console.log(this.$zaudio, '音频播放结束')
  601. this.init(this.itemobj)
  602. })
  603. })
  604. uni.$on('DETAILS2INIT', (info) => {
  605. this.itemobj = info
  606. this.init(info)
  607. });
  608. // 当前页面状态
  609. uni.$on('newobjStatus', status => {
  610. this.status = status
  611. })
  612. },
  613. onShow() {
  614. //实时渲染当前的播放状态
  615. this.$zaudio.syncRender()
  616. let newmenulist = uni.getStorageSync('weapp_session_Menu_data');
  617. this.permissions.commonly1 = newmenulist.bjgw;
  618. this.permissions.commonly2 = newmenulist.jdwxbj;
  619. this.permissions.commonly3 = newmenulist.swyxal;
  620. this.permissions.commonly4 = newmenulist.ccc;
  621. this.permissions.commonly5 = newmenulist.xz;
  622. this.permissions.commonly6 = newmenulist.ckwjzx;
  623. this.permissions = {
  624. ...newmenulist,
  625. ...this.permissions
  626. }
  627. //1 标记顾问 bjgw
  628. //1 接待无效标记 jdwxbj
  629. //1 设为优秀案例 swyxal
  630. // 常错词 ccc
  631. // 校准 xz
  632. this.intention = false;
  633. this.kehuyixiangcenterindex = 0;
  634. this.buildingID = uni.getStorageSync('buildingID').id;
  635. if (this.stateisshow == 2) {
  636. var info = this.itemobj;
  637. }!this.isPageHide && this.init(info);
  638. },
  639. onHide() {
  640. this.isPageHide = true
  641. },
  642. onUnload() {
  643. uni.$off('DETAILS2INIT')
  644. uni.$off('newobjStatus')
  645. // uni.$off('consumerDetail')
  646. //卸载不需要的业务和获取播放状态的业务,提高页面性能
  647. this.$zaudio.off('seek', this.ACTION);
  648. this.$zaudio.off('playing', this.ACTION);
  649. this.$zaudio.off('ended', this.ACTION);
  650. },
  651. methods: {
  652. // 跳转设备日志页面
  653. eqLogClick() {
  654. uni.navigateTo({
  655. url: `./equipmentLog?id=${this.customerId}`
  656. })
  657. },
  658. borderColor(index) {
  659. let obj = {
  660. color: '',
  661. borderRadius: '',
  662. border: ''
  663. }
  664. switch (index) {
  665. case 1:
  666. obj.color = '#E6625B';
  667. obj.borderRadius = '8rpx';
  668. obj.border = '2rpx solid #E6625B';
  669. break;
  670. case 2:
  671. obj.color = '#FF981E';
  672. obj.borderRadius = '8rpx';
  673. obj.border = '2rpx solid #FF981E';
  674. break;
  675. case 3:
  676. obj.color = '#F6BD16';
  677. obj.borderRadius = '8rpx';
  678. obj.border = '2rpx solid #F6BD16';
  679. break;
  680. case 5:
  681. obj.color = '#4980C8';
  682. obj.borderRadius = '8rpx';
  683. obj.border = '2rpx solid #4980C8';
  684. break;
  685. case 6:
  686. obj.color = '#60CBEC';
  687. obj.borderRadius = '8rpx';
  688. obj.border = '2rpx solid #60CBEC';
  689. break;
  690. case 7:
  691. obj.color = '##FF981E';
  692. obj.borderRadius = '8rpx';
  693. obj.border = '2rpx solid #FF981E';
  694. break;
  695. case 8:
  696. obj.color = '#4F861E';
  697. obj.borderRadius = '8rpx';
  698. obj.border = '2rpx solid #4F861E';
  699. break;
  700. default:
  701. obj.color = '#9F61C8';
  702. obj.borderRadius = '8rpx';
  703. obj.border = '2rpx solid #9F61C8';
  704. break;
  705. }
  706. return obj
  707. },
  708. // 关闭弹窗
  709. close() {
  710. this.cancelBeast()
  711. this.$forceUpdate();
  712. },
  713. // 添加角色
  714. addRole() {
  715. this.tablist.push({
  716. name: String.fromCharCode(this.tablist.length + 64)
  717. })
  718. },
  719. rolexuanze(index) {
  720. this.roleindexrow = index;
  721. },
  722. Modifyrole(dialog, item) {
  723. this.roleisshaw = true;
  724. this.roletiaoshu = dialog;
  725. this.roleindexrow = this.dialogList[this.csdFileindex].message[this.roletiaoshu].speaker - 1;
  726. },
  727. roletab() {
  728. // let itso=this.dialogList[this.csdFileindex].message[this.roletiaoshu];
  729. let itso = Object.assign({}, this.dialogList[this.csdFileindex].message[this.roletiaoshu]);
  730. itso.onebest = itso.onebest.replace(/<.*?>/ig, "");
  731. this.$u.post("/corpus/updateRole", {
  732. corpusId: this.luyinList[this.csdFileindex].id,
  733. transferContent: JSON.stringify([itso]),
  734. speaker: this.roleindexrow + 1,
  735. customerId: this.customerId
  736. }).then(res => {
  737. this.dialogList[this.csdFileindex].message[this.roletiaoshu].speaker = this.roleindexrow + 1
  738. this.roleisshaw = false;
  739. this.cancelBeast()
  740. uni.showToast({
  741. title: '修改成功',
  742. duration: 2000
  743. });
  744. })
  745. },
  746. argece(item) {
  747. if (item.selected == 0) {
  748. // 关闭当前页面弹窗
  749. this.Pinspeak = false
  750. uni.navigateTo({
  751. url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item
  752. .keywordsId + "&type=" + 1 + '&UpDateEvent=DETAILS2INIT'
  753. })
  754. }
  755. },
  756. //关键词点击
  757. tapbadge(item) {
  758. //进搜索页面
  759. uni.navigateTo({
  760. url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item +
  761. "&skpl=" + "2" + '&UpDateEvent=DETAILS2INIT'
  762. })
  763. },
  764. recordclick(i) {
  765. this.zhixingcenterindex = i;
  766. if (i == 0) {
  767. this.getRatelist()
  768. } else {
  769. this.huoqujinji()
  770. }
  771. },
  772. //获取禁忌
  773. huoqujinji() {
  774. uni.showLoading({
  775. title: '加载中'
  776. });
  777. this.$u.get("/customer/findTabooWordsByCusId", {
  778. cusId: this.customerId
  779. }).then(res => {
  780. if (res.length) {
  781. this.prohibitedlist = res;
  782. }
  783. setTimeout(function() {
  784. uni.hideLoading();
  785. }, 1000);
  786. })
  787. },
  788. //评分点击
  789. clickaudeopal(item) {
  790. if (item.selected == 0) {
  791. // 关闭当前页面弹窗
  792. this.Pinspeak = false
  793. uni.navigateTo({
  794. url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item
  795. .marketingId + "&type=" + 0 + '&UpDateEvent=DETAILS2INIT'
  796. })
  797. }
  798. },
  799. //获取用户信息
  800. gituserlist() {
  801. this.$u.get("/matchKeywords/personalReceptionRecord", {
  802. customerId: this.customerId
  803. }).then(res => {
  804. res.endTime1 = res.endTime.substring(0, 19);
  805. this.userlistobj = res;
  806. })
  807. },
  808. // 点击更多
  809. moreClick() {
  810. this.gituserlist()
  811. this.Thetapeidisshow = true
  812. },
  813. Acquishow2(i) {
  814. this.Acquirecustomerintentlist2[i].isshow = !this.Acquirecustomerintentlist2[i].isshow;
  815. },
  816. tocalibration() {
  817. uni.navigateTo({
  818. url: '/pages/mine/calibration?id=' + this.customerId
  819. });
  820. },
  821. customerofintention(i) {
  822. this.kehuyixiangcenterindex = i;
  823. if (i == 0) {
  824. this.Acquirecustomerintent()
  825. } else {
  826. this.Acquirecustomerintent2()
  827. }
  828. },
  829. //获取人工校准意向信息
  830. Acquirecustomerintent2() {
  831. this.Acquirecustomerintentlist2 = [];
  832. this.$u.get("/matchKeywords/findManualCalibration", {
  833. customerId: this.customerId,
  834. type: 1
  835. }).then(res => {
  836. res.forEach(item => {
  837. item.isshow = true;
  838. item.children.forEach(chend => {
  839. if (chend.isInterval == 0) {
  840. chend.text = chend.name + chend.unit + '-' + chend.endName + chend
  841. .unit
  842. } else {
  843. chend.text = chend.name
  844. }
  845. })
  846. })
  847. this.Acquirecustomerintentlist2 = res;
  848. })
  849. },
  850. //获取系统意向信息
  851. Acquirecustomerintent() {
  852. this.Acquirecustomerintentlist = [];
  853. this.$u.get("/matchKeywords/findSystemAnalysis", {
  854. customerId: this.customerId
  855. }).then(res => {
  856. res.forEach(item => {
  857. item.isshow = true;
  858. item.children.forEach(chend => {
  859. if (chend.isInterval == 0) {
  860. chend.text = chend.name + chend.unit + '-' + chend.endName + chend
  861. .unit
  862. } else {
  863. chend.text = chend.name
  864. }
  865. })
  866. })
  867. this.Acquirecustomerintentlist = res;
  868. })
  869. },
  870. Acquishow(i) {
  871. this.Acquirecustomerintentlist[i].isshow = !this.Acquirecustomerintentlist[i].isshow;
  872. },
  873. Edittag(item, chend, index, i) {
  874. var selected = '';
  875. if (chend.selected == 0) {
  876. selected = 1;
  877. this.Acquirecustomerintentlist[index].children[i].selected = 1;
  878. } else {
  879. selected = 0;
  880. this.Acquirecustomerintentlist[index].children[i].selected = 0;
  881. }
  882. this.$u.post("/matchKeywords/updatePersonalMatchData", {
  883. carId: this.customerId,
  884. selected: selected,
  885. name: chend.name,
  886. pid: chend.pid,
  887. level: chend.level,
  888. endName: chend.endName,
  889. keywordsId: chend.keywordsId
  890. }).then(res => {
  891. })
  892. },
  893. //取消接待详情
  894. clenReceivedetailsabout() {
  895. this.Receivedetailsabout = false;
  896. this.Pinspeak = false;
  897. this.intention = false;
  898. this.Thetapeidisshow = false;
  899. },
  900. //意向统计切换
  901. Intentiontoswitch(i) {
  902. this.yixingindex = i;
  903. if (i == 1) {
  904. this.statistical()
  905. }
  906. },
  907. statistical() {
  908. this.$u.get("/matchKeywords/findCARKeywords", {
  909. customerId: this.customerId
  910. }).then(res => {
  911. res.forEach(item => {
  912. if (item.isInterval == 0) {
  913. item.name = item.name + item.unit + '-' + item.endName + item.unit;
  914. }
  915. })
  916. this.options1 = res;
  917. })
  918. },
  919. Receivetap() {
  920. this.Receivedetailsabout = true;
  921. },
  922. //标记
  923. alllogo() {
  924. var that = this;
  925. let msg = '';
  926. if (this.userlistobj.validInvalid != 0) {
  927. msg = '是否标记为"有效录音"?';
  928. uni.showModal({
  929. title: '提示',
  930. content: msg,
  931. success: function(res) {
  932. if (that.noClick) {
  933. that.noClick = false;
  934. if (res.confirm) {
  935. let parames = {
  936. id: that.customerId,
  937. validInvalid: '',
  938. invalidReason: 0
  939. }
  940. if (that.userlistobj.validInvalid == 0) {
  941. parames.validInvalid = 1;
  942. } else {
  943. parames.validInvalid = 0;
  944. }
  945. that.$u.post("/customer/updateValidInvalid", parames).then(res => {
  946. that.Thetapeidisshow = false;
  947. })
  948. }
  949. setTimeout(() => {
  950. that.noClick = true;
  951. }, 2000)
  952. } else {
  953. // 这里是重复点击的判断
  954. }
  955. }
  956. });
  957. } else {
  958. this.effective = true;
  959. this.Thetapeidisshow = false
  960. }
  961. },
  962. effectiveAdd() {
  963. if (this.effectiveindex == 4) {
  964. if (this.effectiveitext.length == 0) {
  965. uni.showToast({
  966. title: '备注不能为空',
  967. icon: "none",
  968. duration: 2000
  969. });
  970. return
  971. }
  972. }
  973. this.effective = false;
  974. let parames = {
  975. id: this.customerId,
  976. validInvalid: '',
  977. validInvalid: 1,
  978. invalidReason: Number(this.effectiveindex) + 1,
  979. invalidNote: this.effectiveitext
  980. }
  981. this.$u.post("/customer/updateValidInvalid", parames).then(res => {
  982. this.Thetapeidisshow = false;
  983. })
  984. },
  985. radioChange(evt) {
  986. this.effectiveitext = "";
  987. for (let i = 0; i < this.effectiveitems.length; i++) {
  988. if (this.effectiveitems[i].value === evt.detail.value) {
  989. this.effectiveindex = i;
  990. break;
  991. }
  992. }
  993. },
  994. //接待详情点击
  995. Receivedetailsabouttab(stringa) {
  996. if (stringa == 'Receivedetailsabout') {
  997. this.gituserlist()
  998. this.Thetapeidisshow = false;
  999. this.Receivedetailsabout = true;
  1000. } else if (stringa == 'Pinspeak') {
  1001. this.getRatelist()
  1002. this.Pinspeak = true;
  1003. } else {
  1004. if (this.kehuyixiangcenterindex == 0) {
  1005. this.Acquirecustomerintent()
  1006. } else {
  1007. this.Acquirecustomerintent2()
  1008. }
  1009. this.intention = true;
  1010. }
  1011. },
  1012. guanjiancishifo() {
  1013. // this.guanjianciishow=!this.guanjianciishow;
  1014. this.stateisshow = 1;
  1015. uni.navigateTo({
  1016. url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&status=" + this.status +
  1017. "&skpl=" + "1" + '&UpDateEvent=DETAILS2INIT'
  1018. })
  1019. },
  1020. //标记选择角色
  1021. biaojixuanze(index) {
  1022. this.roleindexbiaoji = index;
  1023. },
  1024. //标记顾问
  1025. tagtap() {
  1026. this.biojiisshow = !this.biojiisshow;
  1027. },
  1028. //取消标记
  1029. unmarktap() {
  1030. this.biojiisshow = false;
  1031. this.roleindexbiaoji = this.dshfkjsdkksodofydwfkhwdfkjh;
  1032. this.roleisshaw = false
  1033. },
  1034. //确认标记
  1035. Confirmthetag() {
  1036. if (this.roleindexbiaoji == -1) {
  1037. uni.showToast({
  1038. title: '请选择标记角色~',
  1039. duration: 2000
  1040. });
  1041. return
  1042. }
  1043. let params = {
  1044. id: this.luyinList[this.csdFileindex].id,
  1045. speaker: this.roleindexbiaoji + 1,
  1046. customerId: this.customerId
  1047. }
  1048. this.$u.get(config.service.markConsultant, params).then((data) => {
  1049. this.biojiisshow = false;
  1050. this.biaojiyuyi()
  1051. this.fenjiaoseunfo('refresh')
  1052. uni.showToast({
  1053. title: '标记成功',
  1054. duration: 2000
  1055. });
  1056. })
  1057. },
  1058. //标记语义词
  1059. biaojiyuyi() {
  1060. let parames = {
  1061. carId: this.customerId
  1062. }
  1063. this.$u.post("/matchKeywords/toMatchKeywords", parames).then(res => {})
  1064. },
  1065. //分角色
  1066. tapspagek(data, index) {
  1067. if (index == 0) this.resetTabList();
  1068. else this.resetAll();
  1069. data.select = !data.select
  1070. this.roleSelectArr = []
  1071. if (index != 0) {
  1072. this.tablist.forEach(item => {
  1073. if (item.select) {
  1074. this.roleSelectArr.push(item.speaker)
  1075. }
  1076. })
  1077. } else {
  1078. this.roleSelectArr.push(0)
  1079. }
  1080. this.fenjiaoseunfo()
  1081. },
  1082. // 选中全部时互斥全部选项与角色选项
  1083. resetTabList() {
  1084. this.tablist.forEach(item => {
  1085. item.select = false
  1086. })
  1087. },
  1088. // 选中角色时将全部反选
  1089. resetAll() {
  1090. this.tablist[0].select = false
  1091. },
  1092. // 生成角色列表
  1093. creatTabList(num) {
  1094. for (var i = 0; i <= num; i++) {
  1095. if (i === 0) {
  1096. this.tablist.push({
  1097. name: '全部',
  1098. select: false,
  1099. speaker: i
  1100. })
  1101. } else {
  1102. this.tablist.push({
  1103. name: String.fromCharCode(i + 64),
  1104. select: false,
  1105. speaker: i
  1106. })
  1107. }
  1108. }
  1109. },
  1110. // 获取flag
  1111. getVoFlagValue() {
  1112. return this.roleSelectArr.findIndex(item => item == 0) == -1 ? 1 : 0
  1113. },
  1114. //分角色标记刷新
  1115. fenjiaoseunfo(type) {
  1116. this.newluyinList = [];
  1117. this.dialogList = [];
  1118. let str =
  1119. `?corpusId=${this.luyinList[this.csdFileindex].id}&bg=${this.playNow * 1000}&speaker=0&voFlag=${this.getVoFlagValue()}&num=50`
  1120. if (this.roleSelectArr.findIndex(item => item == 0) == -1) {
  1121. str += `&speakerStr=${this.roleSelectArr.join(',')}`
  1122. }
  1123. uni.request({
  1124. url: `${config.service.getCorpusAnal}${str}`,
  1125. method: "GET",
  1126. header: {
  1127. 'content-type': 'application/json',
  1128. 'Authorization': 'Bearer ' + uni.getStorageSync('weapp_session_login_data').token
  1129. },
  1130. success: (data) => {
  1131. let res = data.data.data
  1132. let jsonInfo = JSON.parse(res.audioContent);
  1133. //上拉标记点
  1134. this.textindex = res.index;
  1135. //下拉标记点
  1136. this.toptextindex = res.index;
  1137. jsonInfo.forEach(item => {
  1138. item.message = JSON.parse(item.onebest)
  1139. item.backindex = this.csdFileindex
  1140. item.message.forEach(info => {
  1141. info.checked = false
  1142. })
  1143. })
  1144. // 当页面标记重新刷新时
  1145. if (type == 'refresh') {
  1146. this.tablist = []
  1147. this.roleSelectArr = [0]
  1148. this.creatTabList(res.speakerNum)
  1149. this.tablist[0].select = true
  1150. this.tablist[res.speaker].name = this.tablist[res.speaker].name + "顾问";
  1151. }
  1152. if (this.roleSelectArr.length == 0) {
  1153. this.tablist[0].select = true
  1154. }
  1155. this.newluyinList = jsonInfo;
  1156. if (this.textindex == null) {
  1157. return
  1158. } else {
  1159. this.dialogList.push(jsonInfo[this.textindex]);
  1160. }
  1161. }
  1162. })
  1163. },
  1164. toKeywordsearch() {
  1165. this.stateisshow = 1;
  1166. uni.navigateTo({
  1167. url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&status=" + this.status +
  1168. "&skpl=" + "1" + '&UpDateEvent=DETAILS2INIT'
  1169. })
  1170. },
  1171. TimeUpdate(currentTime) {
  1172. this.playNow = Number(currentTime)
  1173. if (this.dialogList.length == 0) {
  1174. return
  1175. } else {
  1176. const message = this.dialogList[0].message;
  1177. if (!message) return
  1178. for (let i = 0; i < message.length; i++) {
  1179. if ((Math.floor(message[i].bg / 1000) <= this.playNow && this.playNow < Math.floor(message[i].ed /
  1180. 1000))) {
  1181. this.scrollId = "dialog" + this.csdFileindex + "text" + message[i].bg;
  1182. break;
  1183. }
  1184. if (i < message.length - 1 && Math.floor(message[i].ed / 1000) < this.playNow && this.playNow <
  1185. Math.floor(message[i + 1].bg / 1000)) {
  1186. this.scrollId = "dialog" + this.csdFileindex + "text" + message[i].bg;
  1187. break;
  1188. }
  1189. }
  1190. }
  1191. this.$forceUpdate()
  1192. },
  1193. init(info) {
  1194. const parames = {
  1195. pageNum: 1,
  1196. pageSize: 100,
  1197. query: {
  1198. customerId: this.customerId
  1199. }
  1200. }
  1201. this.$u.post("/corpus/findByPage", parames).then(res => {
  1202. if (res && res.length) {
  1203. let alltime = 1 + res[0].recordDuration;
  1204. this.calibration = res[0].calibration;
  1205. if (this.calibration == 0) {
  1206. this.kehuyixiangcenterindex = 0;
  1207. } else {
  1208. this.kehuyixiangcenterindex = 1;
  1209. }
  1210. if (info.bg != 0) {
  1211. this.luyinList = res;
  1212. this.recordPath = res[0].recordPath
  1213. this.date = res[0].receptionTime;
  1214. this.getCorpusAnalysis(info);
  1215. } else {
  1216. this.luyinList = res;
  1217. this.recordPath = res[0].recordPath
  1218. this.date = res[0].receptionTime;
  1219. this.getCorpusAnalysis(info);
  1220. this.zyAudio()
  1221. }
  1222. if (this.refresh) this.zyAudio()
  1223. }
  1224. })
  1225. },
  1226. //搜索跳转 定位到选择
  1227. adasdasdasd(e) {
  1228. this.stepPlay(e)
  1229. },
  1230. //下一页
  1231. ltolower() {
  1232. var lengthcz = this.newluyinList.length - 1;
  1233. if (this.textindex >= lengthcz) {
  1234. uni.showToast({
  1235. title: '到底了',
  1236. icon: 'none',
  1237. duration: 2000
  1238. });
  1239. return
  1240. } else {
  1241. this.textindex = this.textindex + 1;
  1242. this.newluyinList[this.textindex].message.forEach(item => {
  1243. this.dialogList[0].message.push(item)
  1244. })
  1245. }
  1246. },
  1247. //下一页
  1248. ltolower() {
  1249. var lengthcz = this.newluyinList.length - 1;
  1250. if (this.textindex >= lengthcz) {
  1251. uni.showToast({
  1252. title: '到底了',
  1253. icon: 'none',
  1254. duration: 2000
  1255. });
  1256. return
  1257. } else {
  1258. this.textindex = this.textindex + 1;
  1259. this.newluyinList[this.textindex].message.forEach(item => {
  1260. this.dialogList[0].message.push(item)
  1261. })
  1262. }
  1263. console.log("下一页", this.textindex)
  1264. },
  1265. //上一页
  1266. rolltoupper() {
  1267. if (this.toptextindex == 0) {
  1268. // uni.showToast({
  1269. // title: '到头了',
  1270. // duration: 2000
  1271. // });
  1272. return
  1273. } else {
  1274. if (this.dialogList[0] == undefined) {
  1275. return
  1276. } else {
  1277. this.toptextindex = this.toptextindex - 1;
  1278. let reverselist = this.newluyinList[this.toptextindex].message;
  1279. let runlist = reverselist.reverse();
  1280. runlist.forEach(item => {
  1281. this.dialogList[0].message.unshift(item)
  1282. })
  1283. }
  1284. }
  1285. console.log("上一页", this.toptextindex)
  1286. },
  1287. jiajing() {
  1288. if (this.status == 1) { // 加精
  1289. this.tappick()
  1290. } else { // 取消加精
  1291. this.notappick()
  1292. }
  1293. },
  1294. // 取消全部加精
  1295. notappick() {
  1296. console.log('quxiao')
  1297. var that = this;
  1298. uni.showModal({
  1299. title: '提示',
  1300. content: '确认取消加精?',
  1301. success: function(res) {
  1302. if (res.confirm) {
  1303. that.$u.get(config.service.delATD, {
  1304. carId: that.customerId,
  1305. itemId: that.buildingID
  1306. }).then(data => {
  1307. console.log(data)
  1308. if (!data || data.code == 10000) {
  1309. that.status = 1
  1310. uni.showToast({
  1311. title: '取消成功',
  1312. duration: 2000
  1313. });
  1314. }
  1315. }).catch(e => {
  1316. uni.showToast({
  1317. title: e.message,
  1318. duration: 2000
  1319. });
  1320. })
  1321. } else if (res.cancel) {
  1322. console.log('用户点击取消');
  1323. }
  1324. }
  1325. });
  1326. },
  1327. //全部加精
  1328. tappick() {
  1329. var that = this;
  1330. uni.showModal({
  1331. title: '提示',
  1332. content: '确认加精?',
  1333. success: function(res) {
  1334. if (res.confirm) {
  1335. console.log('用户点击确定');
  1336. let objdata = {
  1337. "carId": that.customerId, //客户id
  1338. "status": 0,
  1339. "itemId": that.buildingID,
  1340. }
  1341. that.$u.post(config.service.addATD, objdata).then(data => {
  1342. console.log(data)
  1343. if (!data || data.code == 10000) {
  1344. that.status = 0
  1345. uni.showToast({
  1346. title: '加精成功',
  1347. duration: 2000
  1348. });
  1349. }
  1350. }).catch(e => {
  1351. uni.showToast({
  1352. title: e.message,
  1353. duration: 2000
  1354. });
  1355. })
  1356. } else if (res.cancel) {
  1357. console.log('用户点击取消');
  1358. }
  1359. }
  1360. });
  1361. },
  1362. //标签选择
  1363. tapbiaoqianclisck(index) {
  1364. this.biaoqianindex = index;
  1365. this.biaoqianid = this.biaoqianlist[index].id
  1366. },
  1367. //复制
  1368. clickcopy() {
  1369. var that = this;
  1370. uni.setClipboardData({
  1371. data: that.thewrongword,
  1372. success: function() {
  1373. that.dialogList.forEach(res => {
  1374. res.message.forEach(asd => {
  1375. asd.isshow = false;
  1376. })
  1377. })
  1378. that.$forceUpdate();
  1379. }
  1380. });
  1381. },
  1382. //确认加入常错词
  1383. Confirmtheexit() {
  1384. if (this.reswrongword.length > 8 || this.thewrongword.length > 8) {
  1385. this.$refs.uToast.show({
  1386. title: '正确词错误词不能超过8个字',
  1387. type: 'warning',
  1388. })
  1389. this.isshow2 = true;
  1390. } else {
  1391. let reg = /^[0-9]+$/
  1392. if (reg.test(this.thewrongword)) {
  1393. this.$refs.uToast.show({
  1394. title: '错误词不能为纯数字',
  1395. type: 'warning',
  1396. })
  1397. this.isshow2 = true;
  1398. } else {
  1399. if (this.thewrongword) {
  1400. if (this.reswrongword) {
  1401. let parames = {
  1402. customerId: this.customerId,
  1403. cupid: this.luyinList[this.csdFileindex].id,
  1404. wrongWord: this.thewrongword, //错误词
  1405. correctWord: this.reswrongword, //正确词
  1406. translateHtmlContent: this.messagelisy,
  1407. }
  1408. this.isshow2 = false;
  1409. let sas = this.textItself.replace(this.thewrongword, this.reswrongword)
  1410. this.dialogList[this.argtextindex1].message[this.argtextindex2].onebest = sas
  1411. this.cancelBeast()
  1412. this.$u.post("/corpus/addCorrectWord", parames).then(data => {
  1413. this.thewrongword = "";
  1414. this.reswrongword = "";
  1415. })
  1416. } else {
  1417. this.$refs.uToast.show({
  1418. title: '正确值不能为空',
  1419. type: 'warning',
  1420. })
  1421. this.isshow2 = true;
  1422. return
  1423. }
  1424. } else {
  1425. this.$refs.uToast.show({
  1426. title: '错误词不能为空',
  1427. type: 'warning',
  1428. })
  1429. this.isshow2 = true;
  1430. return
  1431. }
  1432. }
  1433. }
  1434. },
  1435. //取消加入常错词
  1436. Cancelout() {
  1437. this.isshow2 = false;
  1438. this.cancelBeast()
  1439. },
  1440. //加入长错词
  1441. Oftenthewrongword() {
  1442. this.isNum = false;
  1443. this.reswrongword = "";
  1444. this.isshow2 = true;
  1445. let reg = /^[0-9]+$/
  1446. if (reg.test(this.thewrongword)) {
  1447. this.isNum = true
  1448. }
  1449. },
  1450. // 选中取反
  1451. cbChange(item) {
  1452. item.checked = !item.checked
  1453. this.$forceUpdate()
  1454. },
  1455. // 隐藏长按提示框
  1456. cancelBeast() {
  1457. this.dialogList.forEach(res => {
  1458. res.message.forEach(asd => {
  1459. asd.isshow = false;
  1460. })
  1461. })
  1462. },
  1463. //加精华
  1464. Addtheessence() {
  1465. this.refined = true
  1466. this.cancelBeast()
  1467. },
  1468. // 重置选择加精的内容
  1469. cancelAllAdd() {
  1470. console.log('chufa')
  1471. this.dialogList.forEach(item => {
  1472. if (item.message && item.message.length > 0) {
  1473. item.message.forEach(items => {
  1474. items.checked = false
  1475. })
  1476. }
  1477. })
  1478. this.refined = false
  1479. // this.$forceUpdate()
  1480. },
  1481. // 确认批量加精
  1482. sureRefinement() {
  1483. this.isshow3 = true;
  1484. this.biaoqianlist = []
  1485. let parames = {
  1486. "itemId": this.buildingID
  1487. }
  1488. this.$u.post("/addtodigest/findAllYi", parames).then(data => {
  1489. this.biaoqianlist = data
  1490. this.biaoqianlist.unshift({
  1491. name: "逼单话术",
  1492. id: 0
  1493. })
  1494. })
  1495. },
  1496. // 取消加精
  1497. Cancelout2() {
  1498. this.isshow3 = false;
  1499. this.cancelBeast()
  1500. },
  1501. // 确认加精
  1502. Confirmtheexit2() {
  1503. if (this.biaoqianid) {
  1504. this.biaoqianid = this.biaoqianid
  1505. } else {
  1506. this.biaoqianid = 0
  1507. }
  1508. this.isshow3 = false;
  1509. this.cancelBeast()
  1510. let objdata = {
  1511. itemId: this.buildingID,
  1512. carId: this.customerId, //客户id
  1513. status: 1,
  1514. startFile: this.duihuawenjianid, //对话所在录音文件id
  1515. marketingId: this.biaoqianid, //对应一级父id
  1516. // jjTransfer: this.changanitem.onebest, //选中对话
  1517. // endTime: this.changanitem.ed, //结束时间
  1518. // startTime: this.changanitem.bg, //开始时间
  1519. toDigestList: [], // 加精多选的内容
  1520. // jjTransfer: this.changanitem.onebest, //选中对话
  1521. // endTime: this.changanitem.ed, //结束时间
  1522. // startTime: this.changanitem.bg, //开始时间
  1523. }
  1524. // 将数据筛选出来并排序并且翻转数据让后端获取第一条加精的数据在分点加精的学习列表使用
  1525. this.dialogList.forEach(items => {
  1526. if (items.message && items.message.length > 0) {
  1527. items.message.forEach(item => {
  1528. if (item.checked) {
  1529. objdata.toDigestList.push({
  1530. jjTransfer: item.onebest,
  1531. startTime: item.bg,
  1532. endTime: item.ed,
  1533. })
  1534. }
  1535. })
  1536. }
  1537. })
  1538. objdata.toDigestList.sort((a, b) => {
  1539. return Number(a.startTime) - Number(b.startTime)
  1540. }).reverse()
  1541. this.isshow3 = false;
  1542. this.$u.post(config.service.addATD, objdata).then(res => {
  1543. console.log(res)
  1544. uni.showToast({
  1545. title: '加精成功',
  1546. duration: 2000
  1547. });
  1548. this.cancelAllAdd()
  1549. }).catch(e => {
  1550. uni.showToast({
  1551. title: '网络异常,请稍候重试~',
  1552. duration: 2000
  1553. });
  1554. this.cancelAllAdd()
  1555. })
  1556. },
  1557. //长按对话
  1558. changanxiaoguo(item, index, i) {
  1559. this.messagelisy = [];
  1560. this.changanitem = {};
  1561. this.duihuawenjianid = "";
  1562. this.cancelBeast()
  1563. this.changanitem = item;
  1564. this.duihuawenjianid = this.luyinList[this.csdFileindex].id;
  1565. this.dialogList[i].message[index].isshow = !this.dialogList[i].message[index].isshow;
  1566. this.textItself = item.onebest;
  1567. let onebest = item.onebest;
  1568. this.thewrongword = onebest.replace(/<.*?>/ig, "");
  1569. this.messagelisy = this.dialogList[i].message
  1570. this.argtextindex1 = i;
  1571. this.argtextindex2 = index;
  1572. },
  1573. //回到顶部
  1574. gotoTop() {
  1575. this.scrollId = null;
  1576. this.$nextTick(() => {
  1577. this.scrollId = "top";
  1578. })
  1579. },
  1580. //切换tab
  1581. changeTab(type) {
  1582. if (type == 0) {
  1583. this.tab = 0
  1584. } else {
  1585. this.tab = 1;
  1586. this.getRatelist();
  1587. }
  1588. },
  1589. //评分上下显隐
  1590. changeshow(item, type) {
  1591. item.show = !item.show;
  1592. },
  1593. changeshow2(item, type) {
  1594. item.show = !item.show;
  1595. },
  1596. // 获取评分
  1597. getRatelist() {
  1598. if (this.ratelist.length == 0) {
  1599. uni.showLoading({
  1600. title: '加载中'
  1601. });
  1602. this.$u.get("/customer/findzkMByCusId", {
  1603. cusId: this.customerId
  1604. }).then(res => {
  1605. if (res.length) {
  1606. let level1 = []
  1607. let level2rate = 0
  1608. res.forEach(item => {
  1609. if (item.pid == 0) {
  1610. level1.push({
  1611. id: item.marketingId,
  1612. rate: item.fraction,
  1613. name: item.name,
  1614. sort: item.sort,
  1615. show: false,
  1616. ratepercent: 0,
  1617. children: []
  1618. })
  1619. } else {
  1620. if (item.selected == 0) {
  1621. level2rate += item.fraction
  1622. }
  1623. }
  1624. })
  1625. this.totalRate = level2rate;
  1626. res.forEach(subitem => {
  1627. let subitempid = subitem.pid
  1628. level1.forEach(item => {
  1629. if (subitempid == item.id) {
  1630. if (subitem.selected == 0) {
  1631. item.ratepercent += subitem.fraction
  1632. }
  1633. item.children.push({
  1634. id: subitem.id,
  1635. rate: subitem.fraction,
  1636. selected: subitem.selected,
  1637. name: subitem.name,
  1638. show: false,
  1639. marketingId: subitem.marketingId,
  1640. children: []
  1641. })
  1642. }
  1643. })
  1644. })
  1645. res.forEach(subitem => {
  1646. let subitempid = subitem.pid
  1647. level1.forEach(chen => {
  1648. chen.children.forEach(zxc => {
  1649. if (subitempid == zxc.marketingId) {
  1650. zxc.children.push({
  1651. id: subitem.id,
  1652. rate: subitem.fraction,
  1653. selected: subitem.selected,
  1654. name: subitem.name,
  1655. marketingId: subitem.marketingId,
  1656. })
  1657. }
  1658. })
  1659. })
  1660. })
  1661. level1[0].show = true;
  1662. level1[0].children[0].show = true;
  1663. this.ratelist = level1
  1664. }
  1665. setTimeout(function() {
  1666. uni.hideLoading();
  1667. }, 1000);
  1668. })
  1669. }
  1670. },
  1671. // 获取转义后的对话结果
  1672. getCorpusAnalysis(info) {
  1673. this.dialogList = [];
  1674. this.newluyinList = []
  1675. uni.request({
  1676. url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id +
  1677. "&bg=" + info.bg + "&speaker=" + this.roleindex + '&num=50', //仅为示例,并非真实接口地址。
  1678. method: "GET",
  1679. header: {
  1680. 'content-type': 'application/json',
  1681. 'Authorization': 'Bearer ' + uni.getStorageSync('weapp_session_login_data').token
  1682. },
  1683. success: (data) => {
  1684. this.LOADING = false
  1685. this.tablist = [];
  1686. let jsonInfo = JSON.parse(data.data.data.audioContent);
  1687. this.creatTabList(data.data.data.speakerNum)
  1688. this.tablist[0].select = true // 默认选中第一个
  1689. if (data.data.data.speaker == null) {
  1690. this.roleindexbiaoji = -1;
  1691. this.dshfkjsdkksodofydwfkhwdfkjh = -1;
  1692. } else {
  1693. this.tablist[data.data.data.speaker].name = this.tablist[data.data.data.speaker]
  1694. .name + "顾问";
  1695. this.roleindexbiaoji = data.data.data.speaker - 1;
  1696. this.dshfkjsdkksodofydwfkhwdfkjh = data.data.data.speaker - 1;
  1697. }
  1698. //上拉标记点
  1699. this.textindex = data.data.data.index;
  1700. //下拉标记点
  1701. this.toptextindex = data.data.data.index;
  1702. jsonInfo.forEach(item => {
  1703. item.message = JSON.parse(item.onebest)
  1704. item.backindex = this.csdFileindex;
  1705. if (info.onebest) {
  1706. item.message.forEach(che => {
  1707. if (che.onebest == info.onebest) {
  1708. che.onebest =
  1709. `<font style='color: red'>${che.onebest}</font>`;
  1710. }
  1711. })
  1712. }
  1713. })
  1714. this.dialogList = [];
  1715. this.newluyinList = []
  1716. this.newluyinList = jsonInfo;
  1717. this.dialogList.push(jsonInfo[this.textindex]);
  1718. this.adasdasdasd(Math.floor(info.bg / 1000))
  1719. },
  1720. fail: () => {
  1721. this.LOADING = false
  1722. }
  1723. })
  1724. },
  1725. getTime(time) {
  1726. return util.formatSecond(time)
  1727. },
  1728. // 音频前进回退
  1729. sliderChangeComplate(currentTime) {
  1730. this.dialogList = []
  1731. this.$u.get(config.service.fastForward, {
  1732. corpusId: this.luyinList[this.csdFileindex].id,
  1733. bg: (currentTime * 1000) || 0
  1734. }).then(data => {
  1735. this.textindex = data.index;
  1736. this.toptextindex = data.index;
  1737. if (data.index > this.newluyinList.length) {
  1738. this.dialogList.push(this.newluyinList[0])
  1739. } else {
  1740. this.dialogList.push(this.newluyinList[data.index])
  1741. }
  1742. })
  1743. },
  1744. //长按点击播放
  1745. clickbofang(dialog, item) {
  1746. this.cancelBeast()
  1747. this.$forceUpdate()
  1748. let platetime = item.bg;
  1749. let newtime = Math.floor(item.bg / 1000);
  1750. this.dialogList = []
  1751. uni.request({
  1752. url: config.service.fastForward + '?corpusId=' + this.luyinList[this.csdFileindex].id +
  1753. "&bg=" + platetime || 0, //仅为示例,并非真实接口地址。
  1754. method: "GET",
  1755. header: {
  1756. 'content-type': 'application/json',
  1757. 'Authorization': 'Bearer ' + uni.getStorageSync('weapp_session_login_data').token
  1758. },
  1759. success: (data) => {
  1760. this.textindex = data.data.data.index;
  1761. this.toptextindex = data.data.data.index;
  1762. this.dialogList.push(this.newluyinList[data.data.data.index])
  1763. this.stepPlay(newtime);
  1764. }
  1765. })
  1766. },
  1767. formatTime(num) {
  1768. //格式化时间格式
  1769. num = num.toFixed(0);
  1770. let second = num % 60;
  1771. if (second < 10) second = '0' + second;
  1772. let min = Math.floor(num / 60);
  1773. if (min < 10) min = '0' + min;
  1774. return min + ":" + second;
  1775. },
  1776. changeEditing() {
  1777. this.dialogListres[0].message.forEach(asd => {
  1778. asd.isshow = false;
  1779. })
  1780. },
  1781. // 迅速切换音频源并切换回来
  1782. checkPlaybackRate() {
  1783. this.stepPosition = this.nowPlaying
  1784. //
  1785. let data = [{
  1786. src: 'https://static.quhouse.com/record/prop/2022-12-13/1670905992910-00066.mp3',
  1787. title: '录音音频',
  1788. singer: '',
  1789. coverImgUrl: ''
  1790. }]
  1791. this.$zaudio.setAudio(data)
  1792. //渲染第一首音频
  1793. this.$zaudio.setRender(0)
  1794. if (!this.refresh) {
  1795. setTimeout(() => {
  1796. this.$zaudio.operate()
  1797. }, 150)
  1798. }
  1799. setTimeout(() => {
  1800. this.zyAudio()
  1801. }, 500)
  1802. },
  1803. //录音实例
  1804. zyAudio() {
  1805. let data = [{
  1806. src: this.recordPath,
  1807. title: '录音音频',
  1808. singer: '',
  1809. coverImgUrl: ''
  1810. }]
  1811. this.$zaudio.setAudio(data)
  1812. //渲染第一首音频
  1813. this.$zaudio.setRender(0)
  1814. if (!this.refresh) {
  1815. setTimeout(() => {
  1816. this.$zaudio.operate()
  1817. }, 150)
  1818. }
  1819. if (this.stepPosition != 0) {
  1820. setTimeout(() => {
  1821. this.stepPlay(this.stepPosition)
  1822. }, 1500)
  1823. }
  1824. },
  1825. // 跳转指定位置播放
  1826. stepPlay(t) {
  1827. this.$zaudio.seek(t)
  1828. if (this.$zaudio.paused) {
  1829. this.$zaudio.operate()
  1830. }
  1831. }
  1832. },
  1833. }
  1834. </script>
  1835. <style lang="scss" scoped>
  1836. .box {
  1837. width: 100%;
  1838. height: 100vh;
  1839. display: flex;
  1840. flex-direction: column;
  1841. .pingfenbox {
  1842. width: 100%;
  1843. height: 60rpx;
  1844. line-height: 60rpx;
  1845. border-bottom: 1px solid #E0E0E0;
  1846. display: flex;
  1847. }
  1848. .pingfenbox view {
  1849. flex: 1;
  1850. text-align: center;
  1851. font-size: 28rpx;
  1852. text-indent: 20rpx;
  1853. }
  1854. .activecllasscet {
  1855. background: #2671E2;
  1856. color: #FFFFFF;
  1857. }
  1858. .title1-12 {
  1859. font-size: 28rpx;
  1860. color: #2671E2;
  1861. font-weight: 400;
  1862. text-indent: 30rpx;
  1863. margin-top: 18rpx;
  1864. }
  1865. .headbox {
  1866. width: 100%;
  1867. min-height: 173rpx;
  1868. }
  1869. .zhuti {
  1870. flex: 1;
  1871. overflow: auto;
  1872. }
  1873. .bottombox {
  1874. width: 100%;
  1875. // min-height: 170rpx;
  1876. border-top: 1rpx solid #E0E0E0;
  1877. padding-bottom: 60rpx;
  1878. .bottomhead {
  1879. width: 100%;
  1880. height: 81rpx;
  1881. border-bottom: 1rpx solid #E0E0E0;
  1882. display: flex;
  1883. justify-content: space-between;
  1884. align-items: center;
  1885. .audio-slider {
  1886. width: 87%;
  1887. display: flex;
  1888. justify-content: space-between;
  1889. align-items: center;
  1890. padding-right: 30rpx;
  1891. }
  1892. .audio-slider .slider {
  1893. width: 100%;
  1894. padding: 0px 15rpx;
  1895. box-sizing: border-box;
  1896. }
  1897. .audio-time {
  1898. width: 110rpx;
  1899. text-align: right;
  1900. font-size: 26rpx;
  1901. line-height: 28rpx;
  1902. color: #70798D;
  1903. display: flex;
  1904. justify-content: space-between;
  1905. }
  1906. .audio-play {
  1907. width: 48rpx;
  1908. height: 48rpx;
  1909. flex-shrink: 0;
  1910. }
  1911. .audio-play .image {
  1912. width: 100%;
  1913. height: 100%;
  1914. margin-left: 30rpx;
  1915. }
  1916. }
  1917. .botbotmm {
  1918. width: 100%;
  1919. height: 88rpx;
  1920. display: flex;
  1921. align-items: center;
  1922. }
  1923. }
  1924. .bottomboxs {
  1925. width: 100%;
  1926. height: 90rpx;
  1927. display: flex;
  1928. justify-content: space-around;
  1929. .bottomboxs-item {
  1930. width: 45%;
  1931. height: 100%;
  1932. display: flex;
  1933. justify-content: center;
  1934. align-items: center;
  1935. color: #fff;
  1936. background: #008EF2;
  1937. font-size: 36rpx;
  1938. font-weight: bold;
  1939. }
  1940. }
  1941. }
  1942. .moremodal {
  1943. position: fixed;
  1944. top: 0;
  1945. bottom: 0;
  1946. left: 0;
  1947. right: 0;
  1948. background: rgba(0, 0, 0, 0.5);
  1949. display: flex;
  1950. flex-direction: column;
  1951. justify-content: flex-end;
  1952. z-index: 1000000;
  1953. .more-cont {
  1954. width: 690rpx;
  1955. padding: 30rpx;
  1956. background: #fff;
  1957. box-sizing: content-box;
  1958. border-radius: 20rpx 20rpx 0 0;
  1959. .more-title {
  1960. width: 100%;
  1961. display: flex;
  1962. justify-content: space-between;
  1963. height: 50rpx;
  1964. font-size: 36rpx;
  1965. font-family: PingFangSC-Medium, PingFang SC;
  1966. font-weight: 500;
  1967. color: #333333;
  1968. align-items: center;
  1969. .close-icon {
  1970. width: 32rpx;
  1971. height: 32rpx;
  1972. }
  1973. }
  1974. .more-btn {
  1975. display: flex;
  1976. margin-top: 30rpx;
  1977. padding-bottom: 30rpx;
  1978. // border-bottom: 1rpx solid #e0e0e0;
  1979. .btn-item {
  1980. width: 284rpx;
  1981. height: 72rpx;
  1982. display: flex;
  1983. justify-content: center;
  1984. align-items: center;
  1985. background: #FFFFFF;
  1986. border-radius: 8rpx;
  1987. font-size: 30rpx;
  1988. border: 1rpx solid #000;
  1989. font-family: PingFangSC-Regular, PingFang SC;
  1990. font-weight: 400;
  1991. color: #333333;
  1992. margin-right: 30rpx;
  1993. .icon {
  1994. width: 30rpx;
  1995. height: 30rpx;
  1996. margin-right: 12rpx;
  1997. }
  1998. }
  1999. }
  2000. .other-btn {
  2001. .btn-item {
  2002. display: flex;
  2003. align-items: center;
  2004. font-size: 30rpx;
  2005. font-family: PingFangSC-Regular, PingFang SC;
  2006. font-weight: 400;
  2007. color: #333333;
  2008. line-height: 42rpx;
  2009. padding: 30rpx 0;
  2010. border-bottom: 1rpx solid #e0e0e0;
  2011. .icon {
  2012. width: 30rpx;
  2013. height: 30rpx;
  2014. margin-right: 12rpx;
  2015. }
  2016. }
  2017. }
  2018. }
  2019. }
  2020. .headboxhead {
  2021. width: 100%;
  2022. height: 84rpx;
  2023. // border-bottom: 1px solid #E0E0E0;
  2024. display: flex;
  2025. .boxhead1 {
  2026. margin-left: 30rpx;
  2027. height: 84rpx;
  2028. font-size: 30rpx;
  2029. font-family: PingFangSC-Medium, PingFang SC;
  2030. font-weight: 500;
  2031. color: #303030;
  2032. line-height: 84rpx;
  2033. }
  2034. .boxhead2 {
  2035. width: 46%;
  2036. height: 84rpx;
  2037. text-align: right;
  2038. }
  2039. }
  2040. .boxhead2 image {
  2041. width: 36rpx;
  2042. height: 36rpx;
  2043. margin-top: 24rpx;
  2044. }
  2045. .headboxbott {
  2046. width: 100%;
  2047. height: 88rpx;
  2048. display: flex;
  2049. align-items: center;
  2050. border-top: 1rpx solid #E0E0E0;
  2051. border-bottom: 1rpx solid #E0E0E0;
  2052. .headovfu {
  2053. flex: 1;
  2054. height: 88rpx;
  2055. overflow-x: scroll;
  2056. display: flex;
  2057. align-items: center;
  2058. .mytab {
  2059. margin-left: 20rpx;
  2060. flex-shrink: 0;
  2061. .tab-item {
  2062. padding: 0 20rpx;
  2063. height: 52rpx;
  2064. line-height: 52rpx;
  2065. background: #FFFFFF;
  2066. border-radius: 8rpx;
  2067. border: 1rpx solid #E0E0E0;
  2068. font-size: 26rpx;
  2069. font-family: PingFangSC-Regular, PingFang SC;
  2070. font-weight: 400;
  2071. color: #999999;
  2072. }
  2073. .tabActive {
  2074. background: #2671E2;
  2075. color: #fff;
  2076. }
  2077. }
  2078. &::-webkit-scrollbar {
  2079. width: 0;
  2080. height: 0;
  2081. color: transparent;
  2082. }
  2083. }
  2084. .headpade {
  2085. width: 160rpx;
  2086. height: 88rpx;
  2087. display: flex;
  2088. justify-content: center;
  2089. align-items: center;
  2090. box-shadow: -4rpx 0px 8rpx -4rpx rgba(0, 0, 0, 0.2);
  2091. .biaoji {
  2092. text-align: center;
  2093. line-height: 52rpx;
  2094. color: #FFFFFF;
  2095. font-size: 26rpx;
  2096. width: 100rpx;
  2097. height: 52rpx;
  2098. background: #E6625B;
  2099. border-radius: 26rpx;
  2100. }
  2101. }
  2102. }
  2103. .fill {
  2104. width: 2rpx;
  2105. height: 41rpx;
  2106. background: #E0E0E0;
  2107. }
  2108. .tmmchen {
  2109. width: 25%;
  2110. height: 88rpx;
  2111. text-align: center;
  2112. color: #666666;
  2113. font-size: 24rpx;
  2114. position: relative;
  2115. .allimg {
  2116. position: absolute;
  2117. width: 168rpx;
  2118. top: -152rpx;
  2119. border: 1px solid #E0E0E0;
  2120. background: #FFFFFF;
  2121. font-size: 26rpx;
  2122. color: #333333;
  2123. text-align: center;
  2124. box-shadow: 10rpx 10rpx 5rpx #888888;
  2125. }
  2126. }
  2127. .tmmchen image {
  2128. width: 44rpx;
  2129. height: 44rpx;
  2130. margin-bottom: 10rpx;
  2131. }
  2132. .tmmchen .text {
  2133. height: 32rx;
  2134. font-size: 24rpx;
  2135. font-family: PingFangSC-Regular, PingFang SC;
  2136. font-weight: 400;
  2137. color: #666666;
  2138. line-height: 32rpx;
  2139. }
  2140. .zhezhao {
  2141. position: fixed;
  2142. top: 0;
  2143. left: 0;
  2144. z-index: 999;
  2145. width: 100%;
  2146. height: 100vh;
  2147. opacity: 0.5;
  2148. background-color: #666666;
  2149. }
  2150. .followingpop-up {
  2151. width: 100%;
  2152. height: 75vh;
  2153. background: #FFFFFF;
  2154. position: fixed;
  2155. background: #FFFFFF;
  2156. left: 0px;
  2157. bottom: 0px;
  2158. z-index: 1000;
  2159. display: flex;
  2160. flex-direction: column;
  2161. // position: absolute;
  2162. .calibration {
  2163. width: 90rpx;
  2164. height: 90rpx;
  2165. background: #2671E2;
  2166. text-align: center;
  2167. line-height: 90rpx;
  2168. border-radius: 50%;
  2169. color: #FFFFFF;
  2170. position: absolute;
  2171. right: 30rpx;
  2172. bottom: 100rpx;
  2173. }
  2174. .guanbibox {
  2175. width: 100%;
  2176. padding-bottom: 20rpx;
  2177. margin-top: 20rpx;
  2178. border-bottom: 1px solid #E0E0E0;
  2179. position: relative;
  2180. .guanbixen {
  2181. width: 30rpx;
  2182. height: 30rpx;
  2183. position: absolute;
  2184. right: 30rpx;
  2185. top: 6rpx;
  2186. }
  2187. .cenisboxtab {
  2188. width: 100%;
  2189. display: flex;
  2190. .cenisboxtabview {
  2191. flex: 1;
  2192. display: flex;
  2193. align-items: center;
  2194. justify-content: center;
  2195. color: #333333;
  2196. font-size: 30rpx;
  2197. font-weight: 600;
  2198. }
  2199. }
  2200. }
  2201. .cenisbox {
  2202. flex: 1;
  2203. overflow: auto;
  2204. .jianbox {
  2205. width: 100%;
  2206. border-bottom: 1px solid #E0E0E0;
  2207. padding-top: 24rpx;
  2208. padding-bottom: 24rpx;
  2209. .jianbox-cen {
  2210. width: 100%;
  2211. height: 78rpx;
  2212. // border-bottom: 1px solid #E0E0E0;
  2213. display: flex;
  2214. .jianboxtext {
  2215. flex: 1;
  2216. height: 100%;
  2217. font-size: 30rpx;
  2218. font-weight: 600;
  2219. line-height: 78rpx;
  2220. color: #333333;
  2221. text-indent: 30rpx;
  2222. }
  2223. .jianboxjian {
  2224. width: 80rpx;
  2225. height: 100%;
  2226. line-height: 78rpx;
  2227. text-align: center;
  2228. }
  2229. }
  2230. .bioqianwayl {
  2231. width: 690rpx;
  2232. margin: 0 auto;
  2233. display: flex;
  2234. flex-wrap: wrap;
  2235. }
  2236. .bioqianwayl view {
  2237. padding-left: 24rpx;
  2238. padding-right: 24rpx;
  2239. padding-top: 10rpx;
  2240. padding-bottom: 10rpx;
  2241. margin-right: 24rpx;
  2242. margin-top: 20rpx;
  2243. border-radius: 8rpx;
  2244. font-size: 26rpx;
  2245. }
  2246. }
  2247. }
  2248. }
  2249. .jiantop {
  2250. width: 14rpx;
  2251. height: 24rpx;
  2252. }
  2253. .jiantop1 {
  2254. width: 20rpx;
  2255. height: 14rpx;
  2256. }
  2257. .sdfsaf {
  2258. padding-left: 24rpx;
  2259. padding-right: 24rpx;
  2260. padding-top: 10rpx;
  2261. padding-bottom: 10rpx;
  2262. border-radius: 8rpx;
  2263. font-size: 26rpx;
  2264. }
  2265. .yixingindexclass {
  2266. border-bottom: 3px solid #2671E2;
  2267. }
  2268. .cenisboxdspl {
  2269. width: 94%;
  2270. margin: 0 auto;
  2271. padding-bottom: 24rpx;
  2272. display: flex;
  2273. flex-wrap: wrap;
  2274. .cenisboxdsplview {
  2275. padding-left: 24rpx;
  2276. padding-right: 24rpx;
  2277. padding-top: 10rpx;
  2278. padding-bottom: 10rpx;
  2279. background: #F4F8FD;
  2280. color: #2671E2;
  2281. font-size: 26rpx;
  2282. margin-right: 24rpx;
  2283. margin-top: 24rpx;
  2284. }
  2285. }
  2286. .bounced {
  2287. width: 570rpx;
  2288. background: #FFFFFF;
  2289. z-index: 1000;
  2290. border-radius: 10rpx;
  2291. position: fixed;
  2292. left: 50%;
  2293. top: 50%;
  2294. transform: translate(-50%, -50%);
  2295. .headpade {
  2296. margin-top: 10rpx;
  2297. padding: 8rpx 8rpx 8rpx 8rpx;
  2298. background: #108ee9;
  2299. color: #fff;
  2300. border-radius: 16rpx;
  2301. }
  2302. /* 50%为自身尺寸的一半 */
  2303. .jiajinghuatit {
  2304. width: 100%;
  2305. height: 68rpx;
  2306. font-size: 30rpx;
  2307. text-align: center;
  2308. line-height: 68rpx;
  2309. }
  2310. .jiajinghuaview {
  2311. padding: 18rpx 18rpx 18rpx 18rpx;
  2312. display: flex;
  2313. flex-wrap: wrap;
  2314. .jiajinghuaview1 {
  2315. padding: 8rpx 8rpx 8rpx 8rpx;
  2316. font-size: 26rpx;
  2317. border-radius: 12rpx;
  2318. border: 1px solid #979797;
  2319. margin-left: 8rpx;
  2320. }
  2321. .jighuaview2 {
  2322. padding: 8rpx 18rpx 8rpx 18rpx;
  2323. font-size: 26rpx;
  2324. border-radius: 12rpx;
  2325. border: 1px solid #979797;
  2326. margin-left: 20rpx;
  2327. margin-top: 10rpx;
  2328. display: flex;
  2329. .view1-text {
  2330. text-align: center;
  2331. }
  2332. .view1-img {
  2333. width: 50rpx;
  2334. }
  2335. }
  2336. }
  2337. .bounced3 {
  2338. height: 100rpx;
  2339. width: 100%;
  2340. margin-top: 40rpx;
  2341. border-top: 1px solid #dddddd;
  2342. display: flex;
  2343. }
  2344. .bounced3-1 {
  2345. width: 50%;
  2346. height: 100%;
  2347. text-align: center;
  2348. line-height: 100rpx;
  2349. border-right: 1px solid #dddddd;
  2350. font-size: 36rpx;
  2351. color: #999999;
  2352. }
  2353. .bounced3-2 {
  2354. width: 50%;
  2355. height: 100%;
  2356. text-align: center;
  2357. line-height: 100rpx;
  2358. font-size: 36rpx;
  2359. color: #108ee9;
  2360. }
  2361. }
  2362. .viewclace {
  2363. width: 100rpx;
  2364. height: 40rpx;
  2365. text-align: center;
  2366. line-height: 40rpx;
  2367. border-radius: 14rpx;
  2368. margin-right: 34rpx;
  2369. margin-top: 16rpx;
  2370. font-size: 24rpx;
  2371. background: #eee;
  2372. }
  2373. .bosdttom {
  2374. color: #FFFFFF;
  2375. background-color: #2671E2;
  2376. }
  2377. .dialog-block {
  2378. margin: 20rpx 0;
  2379. border-bottom: 1px solid #ccc;
  2380. .fileName {
  2381. max-width: 200rpx;
  2382. text-align: center;
  2383. margin: 10rpx auto;
  2384. font-size: 28rpx;
  2385. font-weight: 400;
  2386. color: #666;
  2387. height: 52rpx;
  2388. line-height: 52rpx;
  2389. background: #F8F8F8;
  2390. border-radius: 4rpx;
  2391. padding: 0 20rpx;
  2392. }
  2393. }
  2394. .scroll-Y {
  2395. font-size: 36rpx;
  2396. color: #999999;
  2397. background: #FFFFFF;
  2398. margin-top: 30rpx;
  2399. flex: 1;
  2400. overflow-y: scroll;
  2401. width: 100%;
  2402. }
  2403. // 顾问默认在右边显示
  2404. .scroll-Y .text[data-guwen="0"] // .scroll-Y .text[data-speaker="2"],
  2405. // .scroll-Y .text[data-speaker="4"],
  2406. // .scroll-Y .text[data-speaker="6"]
  2407. {
  2408. flex-direction: row-reverse;
  2409. text-align: right;
  2410. .contentInfo {
  2411. .info {
  2412. color: #666;
  2413. font-size: 22rpx;
  2414. padding: 0 28rpx;
  2415. height: 62rpx;
  2416. }
  2417. .contentMain {
  2418. display: flex;
  2419. flex-direction: row-reverse;
  2420. align-items: center;
  2421. .content {
  2422. margin-left: 0;
  2423. margin-right: 30rpx;
  2424. }
  2425. .play {
  2426. width: 50rpx;
  2427. height: 50rpx;
  2428. margin-right: 20rpx;
  2429. }
  2430. }
  2431. }
  2432. }
  2433. .scroll-Y .text[data-guwen="0"] // .scroll-Y .text[data-speaker="2"],
  2434. // .scroll-Y .text[data-speaker="4"],
  2435. // .scroll-Y .text[data-speaker="6"]
  2436. {
  2437. .contentInfo {
  2438. .info {
  2439. .AudioUserName {
  2440. margin-left: 10rpx;
  2441. }
  2442. display: flex;
  2443. flex-direction: row-reverse;
  2444. }
  2445. }
  2446. }
  2447. .scroll-Y .text {
  2448. position: relative;
  2449. margin: 30rpx;
  2450. line-height: 80rpx;
  2451. display: flex;
  2452. .contentInfo {
  2453. .info {
  2454. .AudioUserName {
  2455. margin-right: 10rpx;
  2456. }
  2457. }
  2458. }
  2459. }
  2460. .scroll-Y .text .avatar {
  2461. text {
  2462. display: block;
  2463. width: 72rpx;
  2464. height: 72rpx;
  2465. line-height: 72rpx;
  2466. text-align: center;
  2467. background: #FFFFFF;
  2468. border-radius: 8rpx;
  2469. font-size: 30rpx;
  2470. font-family: PingFangSC-Medium, PingFang SC;
  2471. font-weight: 500;
  2472. box-sizing: border-box;
  2473. }
  2474. image {
  2475. width: 72rpx;
  2476. height: 72rpx;
  2477. }
  2478. }
  2479. .scroll-Y .text .contentInfo .info {
  2480. color: #666;
  2481. font-size: 22rpx;
  2482. padding: 0 28rpx;
  2483. height: 50rpx;
  2484. line-height: 50rpx;
  2485. }
  2486. .scroll-Y .text .contentInfo .contentMain {
  2487. display: flex;
  2488. align-items: center;
  2489. }
  2490. .scroll-Y .text .contentInfo .contentMain .content {
  2491. margin-left: 30rpx;
  2492. line-height: 42rpx;
  2493. text-align: left;
  2494. padding: 15rpx 20rpx;
  2495. border-radius: 8rpx;
  2496. max-width: 442rpx;
  2497. background: #F8F8F8;
  2498. font-size: 30rpx;
  2499. font-family: PingFangSC-Regular, PingFang SC;
  2500. font-weight: 400;
  2501. color: #505050;
  2502. .tankuangcss {
  2503. position: absolute;
  2504. top: -140rpx;
  2505. left: 50%;
  2506. transform: translateX(-50%);
  2507. z-index: 1000;
  2508. min-width: 150rpx;
  2509. height: 140rpx;
  2510. display: flex;
  2511. background: rgba(48, 48, 48, 0.8);
  2512. border-radius: 15rpx;
  2513. .tankuangcss-items {
  2514. width: 150rpx;
  2515. display: flex;
  2516. flex-direction: column;
  2517. justify-content: center;
  2518. align-items: center;
  2519. image {
  2520. width: 36rpx;
  2521. height: 36rpx;
  2522. }
  2523. text {
  2524. margin: 12rpx 0 0 0;
  2525. font-size: 24rpx;
  2526. color: #fff;
  2527. }
  2528. }
  2529. }
  2530. .bottoms {
  2531. top: unset;
  2532. bottom: -140rpx;
  2533. }
  2534. }
  2535. .scroll-Y .text .contentInfo .contentMain .play {
  2536. width: 50rpx;
  2537. height: 50rpx;
  2538. margin-left: 20rpx;
  2539. }
  2540. .backTop {
  2541. width: 60rpx;
  2542. height: 60rpx;
  2543. background: rgba(211, 235, 253, 1);
  2544. box-shadow: 0rpx 0rpx 2rpx 4rpx rgba(38, 161, 255, 0.04);
  2545. border-radius: 50%;
  2546. position: fixed;
  2547. bottom: 200rpx;
  2548. right: 8rpx;
  2549. display: flex;
  2550. justify-content: center;
  2551. align-items: center;
  2552. image {
  2553. width: 26rpx;
  2554. height: 34rpx;
  2555. }
  2556. }
  2557. .jiangshang {
  2558. color: #fff;
  2559. background: #2671E2;
  2560. }
  2561. .jiangshang1 {
  2562. color: #FFFFFF;
  2563. background: #999999;
  2564. }
  2565. // 表单
  2566. .tian-view {
  2567. width: 570rpx;
  2568. background-color: #FFFFFF;
  2569. border-bottom: 1px solid #ededee;
  2570. display: flex;
  2571. min-height: 96rpx;
  2572. .tian-view-t1 {
  2573. width: 20rpx;
  2574. font-size: 34rpx;
  2575. height: 34rpx;
  2576. line-height: 110rpx;
  2577. letter-spacing: 0px;
  2578. color: red;
  2579. }
  2580. .tian-view-t2 {
  2581. width: 30%;
  2582. min-height: 96rpx;
  2583. line-height: 96rpx;
  2584. font-size: 34rpx;
  2585. color: #333;
  2586. }
  2587. .tian-view-t3 {
  2588. width: 61%;
  2589. padding-top: 31rpx;
  2590. padding-bottom: 31rpx;
  2591. display: flex;
  2592. .tian-input {
  2593. width: 98%;
  2594. font-size: 34rpx;
  2595. border: none;
  2596. }
  2597. }
  2598. }
  2599. .inputbox {
  2600. width: 100%;
  2601. height: 100rpx;
  2602. display: flex;
  2603. align-items: center;
  2604. justify-content: center;
  2605. border-bottom: 1px solid #E0E0E0;
  2606. .thisinput {
  2607. width: 94%;
  2608. height: 52rpx;
  2609. background: #FFFFFF;
  2610. border-radius: 8rpx;
  2611. border: 1px solid #C9C9C9;
  2612. color: #333333;
  2613. font-size: 26rpx;
  2614. text-indent: 26rpx;
  2615. line-height: 52rpx;
  2616. }
  2617. }
  2618. .biaoqiantom {
  2619. background-color: #008EF2;
  2620. color: #FFFFFF;
  2621. border: none;
  2622. }
  2623. .Level-box {
  2624. padding-bottom: 2rpx;
  2625. .hhhbox {
  2626. width: 100%;
  2627. padding-left: 30rpx;
  2628. padding-right: 30rpx;
  2629. border-bottom: 1rpx solid #E0E0E0;
  2630. background: #FFFFFF;
  2631. // padding-bottom: 32rpx;
  2632. .hsnrtest {
  2633. height: 24rpx;
  2634. font-size: 24rpx;
  2635. font-weight: 400;
  2636. color: #666666;
  2637. line-height: 24rpx;
  2638. }
  2639. .Level3che {
  2640. width: 100%;
  2641. height: 28rpx;
  2642. display: flex;
  2643. line-height: 28rpx;
  2644. align-items: center;
  2645. margin-top: 30rpx;
  2646. .title1 {
  2647. flex: 1;
  2648. font-size: 28rpx;
  2649. color: #2671E2;
  2650. font-weight: 400;
  2651. }
  2652. .jiantobox {
  2653. width: 30rpx;
  2654. height: 30rpx;
  2655. display: flex;
  2656. align-items: center;
  2657. .arrow {
  2658. width: 28rpx;
  2659. height: 28rpx;
  2660. }
  2661. }
  2662. }
  2663. }
  2664. .Level2che {
  2665. width: 100%;
  2666. height: 88rpx;
  2667. display: flex;
  2668. line-height: 88rpx;
  2669. align-items: center;
  2670. .title1 {
  2671. flex: 2;
  2672. font-size: 28rpx;
  2673. color: #333333;
  2674. font-weight: 400;
  2675. }
  2676. .leve1-jindu {
  2677. flex: 3;
  2678. display: flex;
  2679. justify-content: center;
  2680. align-items: center;
  2681. .zhixing {
  2682. width: 108rpx;
  2683. height: 44rpx;
  2684. background: #2671E2;
  2685. border-radius: 4rpx;
  2686. font-size: 28rpx;
  2687. text-align: center;
  2688. line-height: 44rpx;
  2689. color: #FFFFFF;
  2690. }
  2691. .zhixing2 {
  2692. width: 108rpx;
  2693. height: 44rpx;
  2694. background: #F8F8F8;
  2695. border-radius: 4rpx;
  2696. font-size: 28rpx;
  2697. text-align: center;
  2698. line-height: 44rpx;
  2699. color: #999999;
  2700. }
  2701. }
  2702. .jiantobox {
  2703. width: 30rpx;
  2704. height: 30rpx;
  2705. display: flex;
  2706. align-items: center;
  2707. .arrow {
  2708. width: 30rpx;
  2709. height: 18rpx;
  2710. }
  2711. }
  2712. }
  2713. .Level1che {
  2714. width: 100%;
  2715. height: 94rpx;
  2716. background: #F5F5F5;
  2717. display: flex;
  2718. line-height: 94rpx;
  2719. align-items: center;
  2720. padding-left: 30rpx;
  2721. padding-right: 30rpx;
  2722. .title1 {
  2723. flex: 2;
  2724. font-size: 30rpx;
  2725. color: #333333;
  2726. font-weight: 400;
  2727. }
  2728. .leve1-jindu {
  2729. flex: 3;
  2730. .jindutiao {
  2731. width: 96%;
  2732. height: 28rpx;
  2733. background: #D5EEE2;
  2734. line-height: 28rpx;
  2735. border-radius: 14rpx;
  2736. position: relative;
  2737. .huanxing {
  2738. height: 100%;
  2739. background: #4FC78F;
  2740. border-radius: 14rpx;
  2741. }
  2742. .text {
  2743. position: absolute;
  2744. top: 0rpx;
  2745. right: 0rpx;
  2746. font-size: 28rpx;
  2747. font-weight: 400;
  2748. color: #333333;
  2749. }
  2750. }
  2751. }
  2752. .jiantobox {
  2753. width: 30rpx;
  2754. height: 30rpx;
  2755. display: flex;
  2756. align-items: center;
  2757. .arrow {
  2758. width: 30rpx;
  2759. height: 18rpx;
  2760. }
  2761. }
  2762. }
  2763. }
  2764. .rotatearrow {
  2765. transform: rotate(270deg);
  2766. }
  2767. .ffectivetext {
  2768. width: 85%;
  2769. margin: 10rpx auto;
  2770. height: 100rpx;
  2771. padding: 20rpx;
  2772. border: 1rpx solid #E4F0FF;
  2773. }
  2774. .scroll-Y .text.active .content {
  2775. color: #2671E2 !important;
  2776. // position: relative;
  2777. }
  2778. .scroll-Y .text.active .info {
  2779. color: #2671E2 !important;
  2780. // position: relative;
  2781. }
  2782. .scroll-Y .text.active[data-speaker] .content,
  2783. .scroll-Y .text.active[data-speaker="2"] .content,
  2784. .scroll-Y .text.active[data-speaker="4"] .content,
  2785. .scroll-Y .text.active[data-speaker="6"] .content {
  2786. color: #2671E2 !important;
  2787. // position: relative;
  2788. }
  2789. /deep/ .u-model-title {
  2790. padding: 34rpx 0 16rpx !important;
  2791. }
  2792. .checkbox {
  2793. margin: 0 10rpx 0 0;
  2794. width: 48rpx;
  2795. height: 48rpx;
  2796. display: flex;
  2797. justify-content: center;
  2798. align-items: center;
  2799. border-radius: 50%;
  2800. border: 1rpx solid #70798D;
  2801. &.select {
  2802. border-color: #008EF2;
  2803. background: #008EF2;
  2804. color: #fff;
  2805. }
  2806. }
  2807. </style>