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.
 
 
 

2022 lines
55 KiB

  1. <template>
  2. <view class="box">
  3. <view class="headbox">
  4. <!-- 顶部时间 -->
  5. <view class="headboxhead">
  6. <view class="boxhead1">{{datetiem}}</view>
  7. <view class="boxhead2" v-if="jiaoseshow">
  8. <image v-if="Alladdtodigest==1" @click="tappick()" src="../../../../static/images/pike.png" mode=""></image>
  9. <image v-if="Alladdtodigest==0" @click="notappick()" src="../../../../static/images/nopike.png" mode=""></image>
  10. </view>
  11. </view>
  12. <!-- <view class="inputbox" v-if="guanjianciishow">
  13. <view class="thisinput" @click="tosearch()">
  14. 请输入或选择
  15. </view>
  16. </view> -->
  17. <!-- 标记顾问 -->
  18. <view class="headboxbott">
  19. <view class="headovfu">
  20. <u-tabs-swiper ref="tabs" font-size="30" :bold="true" swiper-width="600" :current="roleindex" @change="tapspagek2()"
  21. inactive-color="#b1b1b1" active-color="#008ef2" :list="tablist" :is-scroll="true">
  22. </u-tabs-swiper>
  23. </view>
  24. <view class="headpade">
  25. <view class="biaoji" @tap="tagtap()">标记</view>
  26. </view>
  27. </view>
  28. </view>
  29. <scroll-view :scroll-top="scrollTop" lower-threshold='100px' @scrolltolower="ltolower()"
  30. upper-threshold='40px' @scrolltoupper="rolltoupper()"
  31. :scroll-into-view="scrollId" scroll-y="true" class="zhuti text scroll-Y">
  32. <!-- 聊天记录-->
  33. <view class="dialog-block" v-for="(dialog,i) in dialogList" :key="i">
  34. <view :id="'dialog'+i" class="fileName">录音文件</view>
  35. <view class="text" :id="'dialog'+csdFileindex+'text'+item.bg"
  36. :class="{active: item.bg < playNow && item.ed > playNow && i==0}"
  37. v-for="(item,index) in dialog.message" :key="index" :data-speaker="item.speaker">
  38. <view class="avatar">
  39. <view v-if="item.speaker == 1" style="color: #60CBEC;">
  40. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  41. <text v-else>A</text>
  42. </view>
  43. <view v-if="item.speaker == 2" style="color: #EC8B47;">
  44. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  45. <text v-else>B</text>
  46. </view>
  47. <view v-if="item.speaker == 3" style="color: #4F861E;">
  48. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  49. <text v-else>C</text>
  50. </view>
  51. <view v-if="item.speaker == 4" style="color: #9F61C8;">
  52. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  53. <text v-else>D</text>
  54. </view>
  55. <view v-if="item.speaker == 5" style="color: #4980C8;">
  56. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  57. <text v-else>E</text>
  58. </view>
  59. <view v-if="item.speaker == 6" style="color: #60CBEC;">
  60. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  61. <text v-else>F</text>
  62. </view>
  63. <view v-if="item.speaker == 7" style="color: #EC8B47;">
  64. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  65. <text v-else>G</text>
  66. </view>
  67. <view v-if="item.speaker == 8" style="color: #4F861E;">
  68. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  69. <text v-else>H</text>
  70. </view>
  71. <view v-if="item.speaker == 9" style="color: #9F61C8;">
  72. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  73. <text v-else>I</text>
  74. </view>
  75. <view v-if="item.speaker == 10" style="color: #9F61C8;">
  76. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  77. <text v-else>J</text>
  78. </view>
  79. <view v-if="item.speaker == 11" style="color: #9F61C8;">
  80. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  81. <text v-else>K</text>
  82. </view>
  83. <view v-if="item.speaker == 12" style="color: #9F61C8;">
  84. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  85. <text v-else>L</text>
  86. </view>
  87. <view v-if="item.speaker == 13" style="color: #9F61C8;">
  88. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  89. <text v-else>M</text>
  90. </view>
  91. <view v-if="item.speaker == 14" style="color: #9F61C8;">
  92. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  93. <text v-else>N</text>
  94. </view>
  95. <view v-if="item.speaker == 15" style="color: #9F61C8;">
  96. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  97. <text v-else>O</text>
  98. </view>
  99. <view v-if="item.speaker == 16" style="color: #9F61C8;">
  100. <image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix"></image>
  101. <text v-else>P</text>
  102. </view>
  103. </view>
  104. <view class="content">
  105. <view @longpress="changanxiaoguo(item,index,i)" v-html="item.onebest"></view>
  106. <view class="tankuangcss" v-if="item.isshow">
  107. <view @click="clickcopy()"
  108. style="width: 60rpx;font-size: 24rpx;text-align: center;margin-left: 24rpx;">复制
  109. </view>
  110. <view @click="Oftenthewrongword()"
  111. style="width: 80rpx;font-size: 24rpx;text-align: center;margin-left: 22rpx;">常错词
  112. </view>
  113. <view v-if="jiaoseshow" @click="Addtheessence()"
  114. style="width: 80rpx;font-size: 24rpx;text-align: center;margin-left: 22rpx;">加精华
  115. </view>
  116. <view @click="clickbofang(dialog.backindex,item)"
  117. style="width: 80rpx;font-size: 24rpx;text-align: center;margin-left: 14rpx;">播放
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. </scroll-view>
  124. <view class="bottombox">
  125. <!-- 播放块 -->
  126. <view class="bottomhead">
  127. <view class="audio-play" @tap="changePlayState">
  128. <image class="image" mode="widthFix"
  129. :src="audioPlay ? 'https://qufang.oss-cn-beijing.aliyuncs.com/upload/icon/xcx/jjycrm/pause.png' : 'https://qufang.oss-cn-beijing.aliyuncs.com/upload/icon/xcx/jjycrm/play.png'">
  130. </image>
  131. </view>
  132. <view class="audio-slider">
  133. <view class="audio-time">
  134. <text>{{currentTimeStr}}</text>
  135. </view>
  136. <slider class="slider" min="0" :max="sliderMax"
  137. @change="sliderChangeComplate" block-size="14" :value="sliderValue" activeColor="blue"></slider>
  138. <view class="audio-time">
  139. <text>{{timeStr}}</text>
  140. </view>
  141. </view>
  142. </view>
  143. <!-- 底部弹框 -->
  144. <view class="botbotmm">
  145. <view class="tmmchen" @click="guanjiancishifo()">
  146. <image src="../../../../static/images/audioinfo1.png" mode=""></image>
  147. <view>关键词</view>
  148. </view>
  149. <view class="fill"></view>
  150. <view class="tmmchen" @click="Receivedetailsabouttab('intention')">
  151. <image src="../../../../static/images/audioinfo3.png" mode=""></image>
  152. <view>客户意向</view>
  153. </view>
  154. <view class="fill"></view>
  155. <view class="tmmchen" @click="Receivedetailsabouttab('Pinspeak')">
  156. <image src="../../../../static/images/audioinfo4.png" mode=""></image>
  157. <view>销讲执行</view>
  158. </view>
  159. <view class="fill"></view>
  160. <view class="tmmchen" @click="Receivedetailsabouttab('Receivedetailsabout')">
  161. <image src="../../../../static/images/audioinfo2.png" mode=""></image>
  162. <view>接待信息</view>
  163. </view>
  164. </view>
  165. </view>
  166. <!-- 回到顶部 -->
  167. <!-- <view class="backTop" @click="gotoTop">
  168. <image src="/static/images/backTop.png" mode=""></image>
  169. </view> -->
  170. <!-- 标记 -->
  171. <view class="zhezhoa" v-if="biojiisshow" @tap="unmarktap()"></view>
  172. <view class="bounced" v-if="biojiisshow">
  173. <view class="jiajinghuatit">标记为顾问</view>
  174. <view style="width: 95%;display: flex;flex-wrap: wrap;margin: 0 auto;padding-top: 30rpx;padding-bottom: 30rpx;">
  175. <view class="viewclace" :class="roleindexbiaoji == index ? 'bosdttom' : ''"
  176. @click="biaojixuanze(index)" v-for="(item,index) in tablist.slice(1,tablist.length)" :key="index">
  177. <view>{{item.name}}</view>
  178. </view>
  179. </view>
  180. <view class="bounced3" style="margin-top: 20rpx;">
  181. <view class="bounced3-1" @tap="unmarktap()">取消</view>
  182. <view class="bounced3-2" @tap="Confirmthetag()">确认</view>
  183. </view>
  184. </view>
  185. <!-- 接待详情 -->
  186. <view class="zhezhoa" @click="clenReceivedetailsabout()" v-if="Receivedetailsabout"></view>
  187. <view class="followingpop-up" v-if="Receivedetailsabout">
  188. <view class="guanbibox">
  189. <view class="guanbixen">
  190. <image @click="clenReceivedetailsabout()" src="../../../../static/images/Shutdown.png" mode=""></image>
  191. </view>
  192. <view class="cenisboxtab">
  193. <view class="cenisboxtabview">
  194. <view>接待详情</view>
  195. </view>
  196. </view>
  197. </view>
  198. <view class="cenisbox">
  199. <view style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  200. <view style="width: 25%;color: #666666;font-size: 26rpx;">接待顾问</view>
  201. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.agentName}}</view>
  202. </view>
  203. <view style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  204. <view style="width: 25%;color: #666666;font-size: 26rpx;">意向楼盘</view>
  205. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.projectName}}</view>
  206. </view>
  207. <view style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  208. <view style="width: 25%;color: #666666;font-size: 26rpx;">接待开始时间</view>
  209. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.staTime}}</view>
  210. </view>
  211. <view style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  212. <view style="width: 25%;color: #666666;font-size: 26rpx;">接待结束时间</view>
  213. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.endTime1}}</view>
  214. </view>
  215. <view style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
  216. <view style="width: 25%;color: #666666;font-size: 26rpx;">录音时长</view>
  217. <view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.mm}}分钟</view>
  218. </view>
  219. </view>
  220. </view>
  221. <!-- 销讲执行 -->
  222. <view class="zhezhoa" @click="clenReceivedetailsabout()" v-if="Pinspeak"></view>
  223. <view class="followingpop-up" v-if="Pinspeak">
  224. <view class="guanbibox">
  225. <view class="guanbixen">
  226. <image @click="clenReceivedetailsabout()" src="../../../../static/images/Shutdown.png" mode=""></image>
  227. </view>
  228. <view class="cenisboxtab">
  229. <view class="cenisboxtabview">
  230. <view>销讲执行</view>
  231. </view>
  232. </view>
  233. </view>
  234. <view class="cenisbox">
  235. <!-- 评分模块 -->
  236. <view class="rate-box">
  237. <view class="title">总执行率 {{totalRate}}%</view>
  238. <view v-for="(item,index) in ratelist" :key="index" class="u-m-b-14" style="margin-top: 30rpx;">
  239. <view class="level1">
  240. <view class="level-name u-line-1">
  241. {{item.name}}
  242. </view>
  243. <view class="level-progress">
  244. <view class="color" :style="{width: item.ratepercent/item.rate*100+'%'}"></view>
  245. </view>
  246. <view class="level-rate">{{((item.ratepercent/item.rate).toFixed(2)*100).toFixed()}}%</view>
  247. <image v-if="!item.show" class="arrow rotatearrow" @click="changeshow(item,1)"
  248. src="/static/images/down.png" mode="" />
  249. <image v-else class="arrow" @click="changeshow(item,0)" src="/static/images/up.png"
  250. mode="" />
  251. </view>
  252. <view class="level1-subbox" v-if="item.show">
  253. <view class="sub-name" v-for="(subitem,i) in item.children" :key="i">
  254. <view class="subitem-name u-line-1" @tap="clickaudeopal(subitem)">{{subitem.name}}</view>
  255. <image class="checkimg" v-if="!subitem.selected"
  256. src="/static/images/rate-checked.png" mode="" />
  257. <image class="checkimg" v-else src="/static/images/rate-nocheck.png" mode="" />
  258. </view>
  259. </view>
  260. </view>
  261. </view>
  262. </view>
  263. </view>
  264. <!-- 客户意向 -->
  265. <view class="zhezhoa" @click="clenReceivedetailsabout()" v-if="intention"></view>
  266. <view class="followingpop-up" v-if="intention">
  267. <view class="guanbibox">
  268. <view class="guanbixen">
  269. <image @click="clenReceivedetailsabout()" src="../../../../static/images/Shutdown.png" mode=""></image>
  270. </view>
  271. <view class="cenisboxtab">
  272. <view class="cenisboxtabview">
  273. <view :class="yixingindex == 0 ? 'yixingindexclass' : ''" @click="Intentiontoswitch(0)" >客户意向</view>
  274. </view>
  275. <view class="cenisboxtabview">
  276. <view :class="yixingindex == 1 ? 'yixingindexclass' : ''" @click="Intentiontoswitch(1)">语意词统计</view>
  277. </view>
  278. </view>
  279. </view>
  280. <view v-if="yixingindex==0" class="cenisbox">
  281. <view class="jianbox" v-for="(item,index) in Acquirecustomerintentlist" :key='index'>
  282. <view class="jianbox-cen">
  283. <view class="jianboxtext">{{item.name}}</view>
  284. <view class="jianboxjian" @click="Acquishow(index)">
  285. <image v-if="item.isshow==false" class="jiantop" src="/static/images/jiantop.png" mode=""></image>
  286. <image v-if="item.isshow==true" class="jiantop1" src="/static/images/jianbutton.png" mode=""></image>
  287. </view>
  288. </view>
  289. <view class="bioqianwayl" v-if="item.isshow==true">
  290. <view :class="chend.selected == 0 ? 'jiangshang' : ''"
  291. v-for="(chend,i) in item.children" :key='i' @click="Edittag(item,chend,index,i)">{{chend.text}}</view>
  292. </view>
  293. </view>
  294. </view>
  295. <view v-if="yixingindex==1" ssclass="cenisbox">
  296. <view class="cenisboxdspl">
  297. <view class="cenisboxdsplview" v-for="(item,index) in options1" :key='index'>{{item.name}}</view>
  298. </view>
  299. </view>
  300. </view>
  301. <!-- 加入常错词 -->
  302. <view class="zhezhoa" v-if="isshow2" @tap="Cancelout"></view>
  303. <view class="bounced" v-if="isshow2">
  304. <view class="tian-view">
  305. <viwe class="tian-view-t1"></viwe>
  306. <viwe class="tian-view-t2">常错词:</viwe>
  307. <viwe class="tian-view-t3">
  308. <input type="text" v-model="thewrongword" class="tian-input" placeholder="请输入" />
  309. </viwe>
  310. </view>
  311. <view class="tian-view">
  312. <viwe class="tian-view-t1"></viwe>
  313. <viwe class="tian-view-t2">正确词:</viwe>
  314. <viwe class="tian-view-t3">
  315. <input class="tian-input" v-model="reswrongword" type="text" placeholder="请输入" />
  316. </viwe>
  317. </view>
  318. <view class="bounced3">
  319. <view class="bounced3-1" @tap="Cancelout">取消</view>
  320. <view class="bounced3-2" @tap="Confirmtheexit">确认</view>
  321. </view>
  322. </view>
  323. <!-- 加精华 -->
  324. <view class="zhezhoa" v-if="isshow3" @tap="Cancelout2"></view>
  325. <view class="bounced" v-if="isshow3">
  326. <view class="jiajinghuatit">加精华</view>
  327. <view style="width: 100%;text-indent: 20rpx;font-size: 28rpx;">选择标签</view>
  328. <view class="jiajinghuaview">
  329. <view class="jighuaview2" v-for="(item,index) in biaoqianlist" :key="index"
  330. :class="biaoqianindex == index ? 'biaoqiantom' : ''">
  331. <view class="view1-text" @click="tapbiaoqianclisck(index)">{{item.name}}</view>
  332. </view>
  333. </view>
  334. <view class="bounced3">
  335. <view class="bounced3-1" @tap="Cancelout2">取消</view>
  336. <view class="bounced3-2" @tap="Confirmtheexit2">确认</view>
  337. </view>
  338. </view>
  339. </view>
  340. </template>
  341. <script>
  342. var app = getApp();
  343. var util = require("../../../../utils/util.js");
  344. var config = require("../../../../config");
  345. export default {
  346. data() {
  347. return {
  348. Aimg: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAACqVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3////9/f39/f3////////9/f3////////////9/f3////9/f39/f3////9/f3////////9/f3////9/f3////////////////9/f39/f3////////9/f39/f3////9/f39/f3////////9/f39/f3////////9/f39/f39/f3////////////////+/v7+/v7////+/v7////+/v7////+/v7+/v7////////+/v7+/v7////+/v7////+/v7////////////////////////////+/v7////+/v7////+/v7+/v7////////////+/v7////+/v7////+/v7+/v7////////+/v7////+/v7////////+/v7////////+/v7////+/v7+/v7+/v7////////+/v7+/v7////+/v7+/v7////+/v7////+/v7////+/v7////+/v7+/v7////+/v7+/v7////+/v7////+/v7////+/v7+/v7////+/v5jdC9iAAAA4nRSTlMAAQIDBAUGBwgLDA0ODxARExQVFhgbHB4fICEiIyQmJygpKy4wMTIzNDY3ODk6Oz0+P0BBQkRGR0lKTE5PUFFTVFVXWFlcXV9gYWJjZWZnaGlqa2xtbm9wcXJzdHV2d3h6e319foGBgoODh4mKiouMjI2QkZKSk5OUlpeYmZmam5ycnZ+foKGio6SmqKmpq6yur7CwsbGytba5uru8wMDBwcLCw8XGx8jJysrLzM7P0dLT1dXW1tfY2drc3N7f4OHh5Obm5+jp6uvs7vDx8vLz8/T09fX29/f4+fn6+vz8/f7+RVDt+wAAA55JREFUGBntwf9/1HMAB/DX7XYbuXWV1cyMoixfugrRGNXytW33pbVdJ83XkiMLSb4LJd/zZUi0SKT5FmGS77HUVaixnHP2+kt8vt3Zbp/3+7P3XR5+8XziP1E4uiYcrh1bjMNi6NzXumnoeX3eSOSrpHUv+zi0ogJ5qd3JLN1XuJGzwqW0sW4oclT0Im19XIqcuNdQ4D0vcnEDhdYgB2f+SbFZUHbEdkrsLYeqFko9CEVH7qJUohxqLqODO6BmLR18XwAVRQfpZDxUnExHjVBRR0eroGIZHX0AFe10tA8qdtNZIRR00VEPVLxLRzuh4jk62gIVy+joSaiI0tECqPDT0blQ4f6RDpI+KHmYDjZBzWQ6aIaibZSK+6BoOqViUOXqoER8BJSdlqJYFDm4h0LveJAD7+cUiFciJ1U/01aiGjk65zfaSF6EnE3azQEO1iAPFZuZZes45MUT3cM+emLFyNfwK3fQ8k1sFA6L0cElTzx9d1OVC/8bNG/gzY+GQaKk461gCQZr8iMHSNZD4nySv6wYj0EYFv2UhqcgcTsN70ePhtzER3+lJe6BxXP9jTctvrl1yS1jkLaNlkTbBR6IlF3dyT78sHh+oqkSlrJe/uOH1jGw4apem2I/1yLtGRo6kRZiP73t57mQxb+Z2dqRdikNtyLtBWb78Cz05bomyQH+KIGljIYaWNxxDtC72ouMgsdpZzosHhqqYDmFdraOQNpttHUfLKU0TITlKtra6IZpCu3tgMVPQx0sG2ivDqaVFDgOppk0LIbJm6C9DTB1UCAMU4SGZ2GqocAumL6jQBtMMRq2wLScAik3dMV/UWB/EQwrafgSpk6KlEJ3LIXOgGE9DQdgqKDQSdBNoNAiGL6i6SjowhSaAt1UCm2CzpOk6QTonqfQJdBdSKGkD5pKWqZCU7iHQtdB10KxWmjOpqUJmtMp9gB091LsIWiCtCyFZiHFXoZuHcW+hiZGy0vQvE2xT6DbTolKAI/R8hmA4SmKdUG3jxIhAG/QkigAZlAi6QJQTJk2AF1MGwXcRRkfgJGU2V8EHzP8wBeUqQQwllKTcCozpuFESk0AMJNSC3AxM8KYT6lpAFootRGLmLEQ6ynVCCBAqcSQ1cy4f8ghSs0HcMzvlKp+lRmvVFMqNQ6aaIoyd3Yy49vllOmuh+H4WZFIpFnTpJmjadTM1oQ1oVAgFNQENA0N9f01BIKh8OzGOU3NkbmXzwuV41/wNztgHKhu7WKTAAAAAElFTkSuQmCC",
  349. scrollTop: 0,
  350. scrollId: "",
  351. audioPlay: false, //当前的播放状态控制
  352. currentTimeStr: "00:00", //当前进度的时间
  353. timeStr: "00:00", //总的时间
  354. sliderValue: 0, //进度条最小值
  355. sliderMax: 0, //进度条最大值
  356. roleindex: 0,
  357. biojiisshow:false,//标记显隐
  358. roleindexbiaoji:0,//标记下标
  359. tablist:[],//标记集合
  360. Receivedetailsabout:false,//接待详情显示隐藏
  361. Pinspeak:false,
  362. intention:false,
  363. yixingindex:0,//意向,统计切换
  364. customerId:'',
  365. luyinList:[],
  366. recordPath:'',//
  367. datetiem:'',
  368. Alladdtodigest:0,
  369. innerAudioContext:'',
  370. textindex:0,//下拉 转写文件下标
  371. toptextindex:0,//上拉 转写文件下标
  372. dialogList: [], //录音识别列表
  373. csdFileindex: 0,
  374. speaker:'',
  375. newluyinList:[],
  376. playNow: 0,
  377. ratelist:[],
  378. totalRate:'',
  379. userlistobj:{},
  380. Acquirecustomerintentlist:[],
  381. options1:[],
  382. messagelisy: [],
  383. changanitem: {},
  384. duihuawenjianid: "",
  385. thewrongword: "", //错误词
  386. reswrongword: "", //正确词
  387. userInfo:{},
  388. jiaoseshow:true,
  389. isshow2: false,
  390. isshow3: false,
  391. biaoqianid: "",
  392. biaoqianlist: [],
  393. biaoqianindex: 0,
  394. guanjianciishow:false,
  395. dshfkjsdkksodofydwfkhwdfkjh:0,
  396. buildingID:''
  397. };
  398. },
  399. onShow() {
  400. this.buildingID = uni.getStorageSync('buildingID').id;
  401. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  402. if (this.userInfo.dataCode == 6) {
  403. this.jiaoseshow = false
  404. }
  405. var pages = getCurrentPages();
  406. var currPage = pages[pages.length - 1]; //当前页面
  407. var info = currPage.data.info;
  408. if(info){
  409. info=info;
  410. console.log('1')
  411. }else{
  412. info={
  413. bg:0
  414. }
  415. }
  416. this.innerAudioContext = uni.createInnerAudioContext();
  417. this.innerAudioContext.autoplay = false;
  418. this.innerAudioContext.title = '音频';
  419. this.onPlay()
  420. this.onPause()
  421. this.onCanplay()
  422. this.onEnded()
  423. this.onSeeking()
  424. this.onSeeked()
  425. this.TimeUpdate()
  426. this.init(info)
  427. },
  428. onLoad(options) {
  429. this.customerId=options.customerId;
  430. },
  431. // 在组件实例被从页面节点树移除时执行
  432. destroyed: function() {
  433. if (this.innerAudioContext) {
  434. this.innerAudioContext.destroy();
  435. }
  436. },
  437. // 销毁实例
  438. onUnload: function() {
  439. this.innerAudioContext.destroy();
  440. },
  441. methods: {
  442. guanjiancishifo(){
  443. // this.guanjianciishow=!this.guanjianciishow;
  444. this.innerAudioContext.destroy();
  445. uni.navigateTo({
  446. url: '/pages/center/Piabodata/Customerportrait/Detailsofthesearch?customerId='+this.customerId
  447. })
  448. },
  449. tosearch(){
  450. this.innerAudioContext.destroy();
  451. uni.navigateTo({
  452. url: '/pages/center/Piabodata/Customerportrait/Detailsofthesearch?customerId='+this.customerId
  453. })
  454. },
  455. //标签选择
  456. tapbiaoqianclisck(index) {
  457. console.log(index)
  458. this.biaoqianindex = index;
  459. this.biaoqianid = this.biaoqianlist[index].id
  460. },
  461. //加精华
  462. Addtheessence() {
  463. this.isshow3 = true;
  464. this.biaoqianlist = []
  465. let parames={
  466. "itemId":this.buildingID
  467. }
  468. this.$u.post("/addtodigest/findAllYi", parames).then(data => {
  469. this.biaoqianlist = data
  470. this.biaoqianlist.unshift({
  471. name: "逼单话术",
  472. id: 0
  473. })
  474. })
  475. // util.getRequestPromise(config.service.findAllYi, {}, false).then(data => {
  476. // this.biaoqianlist = data
  477. // this.biaoqianlist.unshift({
  478. // name: "逼单话术",
  479. // id: 0
  480. // })
  481. // });
  482. },
  483. // 取消加精
  484. Cancelout2() {
  485. this.isshow3 = false;
  486. this.dialogList.forEach(res => {
  487. res.message.forEach(asd => {
  488. asd.isshow = false;
  489. })
  490. })
  491. },
  492. // 确认加精
  493. Confirmtheexit2() {
  494. if (this.biaoqianid) {
  495. this.biaoqianid = this.biaoqianid
  496. } else {
  497. this.biaoqianid = 0
  498. }
  499. this.isshow3 = false;
  500. this.dialogList.forEach(res => {
  501. res.message.forEach(asd => {
  502. asd.isshow = false;
  503. })
  504. })
  505. let objdata = {
  506. "itemId":this.buildingID,
  507. "carId": this.customerId, //客户id
  508. "startTime": this.changanitem.bg, //开始时间
  509. "startFile": this.duihuawenjianid, //对话所在录音文件id
  510. "endTime": this.changanitem.ed, //结束时间
  511. "marketingId": this.biaoqianid, //对应一级父id
  512. "jjTransfer": this.changanitem.onebest, //选中对话
  513. "status": 1
  514. }
  515. uni.request({
  516. url: config.service.addATD,
  517. method: "POST",
  518. header: {
  519. 'content-type': 'application/json',
  520. 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
  521. },
  522. data: objdata,
  523. success: (data) => {
  524. if (data.data.code == 10000) {
  525. uni.showToast({
  526. title: '加精成功',
  527. duration: 2000
  528. });
  529. } else {
  530. uni.showToast({
  531. title: data.data.message,
  532. duration: 2000
  533. });
  534. }
  535. }
  536. })
  537. },
  538. //确认加入常错词
  539. Confirmtheexit() {
  540. if (this.thewrongword) {
  541. if (this.reswrongword) {
  542. let parames = {
  543. customerId:this.customerId,
  544. cupid: this.luyinList[this.csdFileindex].id,
  545. wrongWord: this.thewrongword, //错误词
  546. correctWord: this.reswrongword, //正确词
  547. translateHtmlContent: this.messagelisy,
  548. }
  549. this.$u.post("/corpus/addCorrectWord", parames).then(data => {
  550. this.isshow2 = false;
  551. this.dialogList.forEach(res => {
  552. res.message.forEach(asd => {
  553. asd.isshow = false;
  554. })
  555. })
  556. this.thewrongword = "";
  557. this.reswrongword = "";
  558. })
  559. } else {
  560. uni.showToast({
  561. title: '正确值不能为空',
  562. duration: 2000
  563. });
  564. return
  565. }
  566. } else {
  567. uni.showToast({
  568. title: '错误词不能为空',
  569. duration: 2000
  570. });
  571. return
  572. }
  573. },
  574. //取消加入常错词
  575. Cancelout() {
  576. this.isshow2 = false;
  577. this.dialogList.forEach(res => {
  578. res.message.forEach(asd => {
  579. asd.isshow = false;
  580. })
  581. })
  582. },
  583. //加入长错词
  584. Oftenthewrongword() {
  585. this.reswrongword = "";
  586. this.isshow2 = true;
  587. },
  588. //长按对话
  589. changanxiaoguo(item, index, i) {
  590. this.messagelisy = [];
  591. this.changanitem = {};
  592. this.duihuawenjianid = "",
  593. this.dialogList.forEach(res => {
  594. res.message.forEach(asd => {
  595. asd.isshow = false;
  596. })
  597. })
  598. this.changanitem = item;
  599. this.duihuawenjianid = this.luyinList[this.csdFileindex].id;
  600. this.dialogList[i].message[index].isshow = !this.dialogList[i].message[index].isshow;
  601. this.thewrongword = item.onebest;
  602. this.messagelisy = this.dialogList[i].message
  603. console.log("长按触发")
  604. this.$forceUpdate()
  605. },
  606. onPlay(){
  607. this.innerAudioContext.onPlay(() => {
  608. // 播放监听
  609. console.log('播放!');
  610. this.audioPlay = true;
  611. });
  612. },
  613. onPause(){
  614. this.innerAudioContext.onPause(() => {
  615. // 暂停监听
  616. console.log('暂停播放!');
  617. this.audioPlay = false
  618. });
  619. },
  620. onCanplay() {
  621. this.innerAudioContext.onCanplay((callback) => {
  622. console.log("缓冲回调",this.innerAudioContext.duration);
  623. })
  624. },
  625. onEnded(){
  626. this.innerAudioContext.onEnded(() => {
  627. // 结束播放监听
  628. console.log('播放结束!');
  629. this.audioPlay = false;
  630. });
  631. },
  632. onSeeking(){
  633. this.innerAudioContext.onSeeking((res) => {
  634. console.log("进行跳转", res);
  635. })
  636. },
  637. onSeeked(){
  638. this.innerAudioContext.onSeeked((res) => {
  639. console.log("结束跳转", res);
  640. this.$forceUpdate()
  641. });
  642. },
  643. TimeUpdate(){
  644. this.innerAudioContext.onTimeUpdate(() => {
  645. const {
  646. currentTime,
  647. duration
  648. } = this.innerAudioContext;
  649. this.playNow = parseInt(currentTime * 1000)
  650. if (this.dialogList.length == 0) {
  651. return
  652. } else {
  653. const message = this.dialogList[0].message;
  654. for (let i = 0; i < message.length; i++) {
  655. if (Number(message[i].bg) < this.playNow && Number(message[i].ed) > this.playNow) {
  656. this.scrollId = "dialog" + '0' + "text" + message[i].bg;
  657. break;
  658. }
  659. }
  660. }
  661. this.sliderValue = parseInt(currentTime);
  662. const currTimeStr = this.formatTime(currentTime);
  663. // 变动的时间
  664. this.currentTimeStr = currTimeStr;
  665. //进度条最大值
  666. this.sliderMax = this.luyinList[0].recordDuration;
  667. this.$forceUpdate()
  668. });
  669. },
  670. init(info) {
  671. this.sliderMax = 0; //进度条最大值
  672. this.timeStr = "00:00"; //总的时间
  673. const parames = {
  674. pageNum: 1,
  675. pageSize: 100,
  676. query: {
  677. customerId: this.customerId
  678. }
  679. }
  680. this.$u.post("/corpus/findByPage", parames).then(res => {
  681. if (res && res.length) {
  682. this.luyinList = res;
  683. this.recordPath = res[0].recordPath
  684. this.sliderMax = this.getTime(res[0].recordDuration)
  685. this.timeStr = this.getTime(res[0].recordDuration)
  686. this.datetiem = res[0].receptionTime;
  687. this.Alladdtodigest=res[0].status;
  688. this.getCorpusAnalysis(info)
  689. this.creatAudio()
  690. }
  691. })
  692. },
  693. // 获取转义后的对话结果
  694. getCorpusAnalysis(info) {
  695. this.dialogList = [];
  696. this.newluyinList=[]
  697. uni.request({
  698. url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id+"&bg="+info.bg+"&speaker="+this.roleindex, //仅为示例,并非真实接口地址。并非真实接口地址。
  699. method: "GET",
  700. header: {
  701. 'content-type': 'application/json',
  702. 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
  703. },
  704. success: (data) => {
  705. this.tablist=[];
  706. let jsonInfo = JSON.parse(data.data.data.audioContent);
  707. for(var i=0;i<=data.data.data.speakerNum;i++){
  708. if(i==0){
  709. this.tablist.push({
  710. name:'全部'
  711. })
  712. }else if(i==1){
  713. this.tablist.push({
  714. name:'A'
  715. })
  716. }else if(i==2){
  717. this.tablist.push({
  718. name:'B'
  719. })
  720. }else if(i==3){
  721. this.tablist.push({
  722. name:'C'
  723. })
  724. }else if(i==4){
  725. this.tablist.push({
  726. name:'D'
  727. })
  728. }else if(i==5){
  729. this.tablist.push({
  730. name:'E'
  731. })
  732. }else if(i==6){
  733. this.tablist.push({
  734. name:'F'
  735. })
  736. }else if(i==7){
  737. this.tablist.push({
  738. name:'G'
  739. })
  740. }else if(i==8){
  741. this.tablist.push({
  742. name:'H'
  743. })
  744. }else if(i==9){
  745. this.tablist.push({
  746. name:'I'
  747. })
  748. }else if(i==10){
  749. this.tablist.push({
  750. name:'J'
  751. })
  752. }else if(i==11){
  753. this.tablist.push({
  754. name:'K'
  755. })
  756. }else if(i==12){
  757. this.tablist.push({
  758. name:'L'
  759. })
  760. }else if(i==13){
  761. this.tablist.push({
  762. name:'M'
  763. })
  764. }else if(i==14){
  765. this.tablist.push({
  766. name:'N'
  767. })
  768. }else if(i==15){
  769. this.tablist.push({
  770. name:'O'
  771. })
  772. }else{
  773. this.tablist.push({
  774. name:'P'
  775. })
  776. }
  777. }
  778. this.tablist[data.data.data.speaker].name=this.tablist[data.data.data.speaker].name+"顾问";
  779. this.roleindexbiaoji=data.data.data.speaker-1;
  780. this.dshfkjsdkksodofydwfkhwdfkjh=data.data.data.speaker-1;
  781. this.speaker=data.data.data.speaker;
  782. //上拉标记点
  783. this.textindex=data.data.data.index;
  784. //下拉标记点
  785. this.toptextindex=data.data.data.index;
  786. jsonInfo.forEach(item=>{
  787. item.message=JSON.parse(item.onebest)
  788. item.backindex=this.csdFileindex
  789. })
  790. this.newluyinList=jsonInfo;
  791. this.dialogList.push(jsonInfo[this.textindex]);
  792. this.dialogList.forEach(res => {
  793. res.message.forEach(asd => {
  794. asd.isshow = false;
  795. })
  796. })
  797. var itc=parseInt(info.bg/1000)
  798. this.adasdasdasd(itc)
  799. }
  800. })
  801. },
  802. //复制
  803. clickcopy() {
  804. var that = this;
  805. uni.setClipboardData({
  806. data: that.thewrongword,
  807. success: function() {
  808. that.dialogList.forEach(res => {
  809. res.message.forEach(asd => {
  810. asd.isshow = false;
  811. })
  812. })
  813. that.$forceUpdate();
  814. console.log('success');
  815. }
  816. });
  817. },
  818. //长按点击播放
  819. clickbofang(dialog,item) {
  820. this.innerAudioContext.pause()
  821. this.dialogList.forEach(res => {
  822. res.message.forEach(asd => {
  823. asd.isshow = false;
  824. })
  825. })
  826. this.$forceUpdate()
  827. let platetime=item.bg;
  828. let newtime=item.bg/1000;
  829. this.dialogList=[]
  830. uni.request({
  831. url: config.service.fastForward + '?corpusId=' + this.luyinList[this.csdFileindex].id+"&bg="+platetime, //仅为示例,并非真实接口地址。
  832. method: "GET",
  833. header: {
  834. 'content-type': 'application/json',
  835. 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
  836. },
  837. success: (data) => {
  838. this.textindex=data.data.data.index;
  839. this.toptextindex=data.data.data.index;
  840. this.dialogList.push(this.newluyinList[data.data.data.index])
  841. const currTimeStr = this.formatTime(newtime)
  842. this.currentTimeStr = currTimeStr
  843. this.innerAudioContext.seek(newtime);
  844. this.innerAudioContext.play();
  845. }
  846. })
  847. },
  848. //音频前进回退
  849. sliderChangeComplate(e) {
  850. let platetime=e.detail.value*1000;
  851. this.dialogList=[]
  852. uni.request({
  853. url: config.service.fastForward + '?corpusId=' + this.luyinList[this.csdFileindex].id+"&bg="+platetime, //仅为示例,并非真实接口地址。
  854. method: "GET",
  855. header: {
  856. 'content-type': 'application/json',
  857. 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
  858. },
  859. success: (data) => {
  860. this.textindex=data.data.data.index;
  861. this.toptextindex=data.data.data.index;
  862. if(data.data.data.index>this.newluyinList.length){
  863. this.dialogList.push(this.newluyinList[0])
  864. }else{
  865. this.dialogList.push(this.newluyinList[data.data.data.index])
  866. }
  867. const currTimeStr = this.formatTime(e.detail.value)
  868. this.currentTimeStr = currTimeStr
  869. this.innerAudioContext.seek(e.detail.value);
  870. this.innerAudioContext.play();
  871. }
  872. })
  873. },
  874. //搜索跳转
  875. adasdasdasd(e) {
  876. const currTimeStr = this.formatTime(e)
  877. this.currentTimeStr = currTimeStr
  878. this.innerAudioContext.seek(e);
  879. this.innerAudioContext.play();
  880. },
  881. // 播放/暂停
  882. changePlayState(){
  883. if (this.audioPlay == false) {
  884. this.innerAudioContext.play();
  885. } else {
  886. this.innerAudioContext.pause()
  887. }
  888. },
  889. //录音实例
  890. creatAudio() {
  891. this.innerAudioContext = uni.createInnerAudioContext();
  892. this.innerAudioContext.autoplay = true;
  893. this.innerAudioContext.src = this.recordPath;
  894. this.innerAudioContext.title = '音频';
  895. this.onPlay()
  896. this.onPause()
  897. this.onCanplay()
  898. this.onEnded()
  899. this.onSeeking()
  900. this.onSeeked()
  901. this.TimeUpdate()
  902. },
  903. formatTime(num) {
  904. //格式化时间格式
  905. num = num.toFixed(0);
  906. let second = num % 60;
  907. if (second < 10) second = '0' + second;
  908. let min = Math.floor(num / 60);
  909. if (min < 10) min = '0' + min;
  910. return min + ":" + second;
  911. },
  912. //意向统计切换
  913. Intentiontoswitch(i){
  914. this.yixingindex=i;
  915. if(i==1){
  916. this.statistical()
  917. }
  918. },
  919. statistical(){
  920. this.$u.get("/matchKeywords/findCARKeywords", {
  921. customerId: this.customerId
  922. }).then(res => {
  923. res.forEach(item=>{
  924. if(item.isInterval==0){
  925. item.name=item.name+item.unit+ '-'+ item.endName+item.unit;
  926. }
  927. })
  928. this.options1=res;
  929. })
  930. },
  931. //接待详情点击
  932. Receivedetailsabouttab(stringa){
  933. if(stringa=='Receivedetailsabout'){
  934. this.gituserlist()
  935. this.Receivedetailsabout=true;
  936. }else if(stringa=='Pinspeak'){
  937. this.getRatelist()
  938. this.Pinspeak=true;
  939. }else{
  940. this.Acquirecustomerintent()
  941. this.intention=true;
  942. }
  943. },
  944. //获取用户信息
  945. gituserlist(){
  946. this.$u.get("/matchKeywords/personalReceptionRecord", {
  947. customerId: this.customerId
  948. }).then(res => {
  949. res.endTime1=res.endTime.substring(0, 19);
  950. this.userlistobj=res;
  951. })
  952. },
  953. //获取意向信息
  954. Acquirecustomerintent(){
  955. this.$u.get("/matchKeywords/findPersonalMatchData", {
  956. customerId: this.customerId
  957. }).then(res => {
  958. res.forEach(item=>{
  959. item.isshow=true;
  960. item.children.forEach(chend=>{
  961. if(item.name=='意向面积'){
  962. chend.text=chend.name+'m²'+'-'+chend.endName+'m²'
  963. }else if(item.name=='购房预算'){
  964. chend.text=chend.name+'万'+'-'+chend.endName+'万'
  965. }else{
  966. chend.text=chend.name
  967. }
  968. })
  969. })
  970. this.Acquirecustomerintentlist=res;
  971. })
  972. },
  973. Acquishow(i){
  974. this.Acquirecustomerintentlist[i].isshow=!this.Acquirecustomerintentlist[i].isshow;
  975. },
  976. Edittag(item,chend,index,i){
  977. var selected='';
  978. if(chend.selected==0){
  979. selected=1;
  980. this.Acquirecustomerintentlist[index].children[i].selected=1;
  981. }else{
  982. selected=0;
  983. this.Acquirecustomerintentlist[index].children[i].selected=0;
  984. }
  985. this.$u.post("/matchKeywords/updatePersonalMatchData", {
  986. carId: this.customerId,
  987. selected:selected,
  988. name:chend.name,
  989. pid:chend.pid,
  990. level:chend.level,
  991. endName:chend.endName,
  992. keywordsId:chend.keywordsId
  993. }).then(res => {
  994. })
  995. },
  996. //取消接待详情
  997. clenReceivedetailsabout(){
  998. this.Receivedetailsabout=false;
  999. this.Pinspeak=false;
  1000. this.intention=false;
  1001. },
  1002. //标记选择角色
  1003. biaojixuanze(index){
  1004. this.roleindexbiaoji=index;
  1005. },
  1006. //标记顾问
  1007. tagtap(){
  1008. this.biojiisshow=!this.biojiisshow;
  1009. },
  1010. //取消标记
  1011. unmarktap(){
  1012. this.biojiisshow=false;
  1013. this.roleindexbiaoji=this.dshfkjsdkksodofydwfkhwdfkjh;
  1014. },
  1015. //确认标记
  1016. Confirmthetag(){
  1017. var num=this.roleindexbiaoji+1;
  1018. uni.request({
  1019. url: config.service.markConsultant + '?id=' + this.luyinList[this.csdFileindex].id+"&speaker="+num+'&customerId='+this.customerId, //仅为示例,并非真实接口地址。
  1020. method: "GET",
  1021. header: {
  1022. 'content-type': 'application/json',
  1023. 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
  1024. },
  1025. success: (data) => {
  1026. this.biojiisshow=false;
  1027. this.biaojiyuyi()
  1028. this.fenjiaoseunfo()
  1029. uni.showToast({
  1030. title: '标记成功',
  1031. duration: 2000
  1032. });
  1033. },
  1034. })
  1035. },
  1036. //标记语义词
  1037. biaojiyuyi(){
  1038. let parames={
  1039. carId:this.customerId
  1040. }
  1041. this.$u.post("/matchKeywords/toMatchKeywords", parames).then(res => {
  1042. console.log(res)
  1043. })
  1044. },
  1045. //标记tab切换
  1046. tapspagek2(index) {
  1047. this.roleindex = index;
  1048. this.newluyinList=[];
  1049. this.fenjiaoseunfo()
  1050. },
  1051. //分角色标记刷新
  1052. fenjiaoseunfo(){
  1053. var bgcd=this.sliderValue*1000;
  1054. this.newluyinList=[];
  1055. this.dialogList = [];
  1056. uni.request({
  1057. url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id+"&bg="+bgcd+"&speaker="+this.roleindex, //仅为示例,并非真实接口地址。
  1058. method: "GET",
  1059. header: {
  1060. 'content-type': 'application/json',
  1061. 'Access-Token': uni.getStorageSync('weapp_session_login_data').token
  1062. },
  1063. success: (data) => {
  1064. this.tablist=[];
  1065. let jsonInfo = JSON.parse(data.data.data.audioContent);
  1066. for(var i=0;i<=data.data.data.speakerNum;i++){
  1067. if(i==0){
  1068. this.tablist.push({
  1069. name:'全部'
  1070. })
  1071. }else if(i==1){
  1072. this.tablist.push({
  1073. name:'A'
  1074. })
  1075. }else if(i==2){
  1076. this.tablist.push({
  1077. name:'B'
  1078. })
  1079. }else if(i==3){
  1080. this.tablist.push({
  1081. name:'C'
  1082. })
  1083. }else if(i==4){
  1084. this.tablist.push({
  1085. name:'D'
  1086. })
  1087. }else if(i==5){
  1088. this.tablist.push({
  1089. name:'E'
  1090. })
  1091. }else if(i==6){
  1092. this.tablist.push({
  1093. name:'F'
  1094. })
  1095. }else if(i==7){
  1096. this.tablist.push({
  1097. name:'G'
  1098. })
  1099. }else if(i==8){
  1100. this.tablist.push({
  1101. name:'H'
  1102. })
  1103. }else if(i==9){
  1104. this.tablist.push({
  1105. name:'I'
  1106. })
  1107. }else if(i==10){
  1108. this.tablist.push({
  1109. name:'J'
  1110. })
  1111. }else if(i==11){
  1112. this.tablist.push({
  1113. name:'K'
  1114. })
  1115. }else if(i==12){
  1116. this.tablist.push({
  1117. name:'L'
  1118. })
  1119. }else if(i==13){
  1120. this.tablist.push({
  1121. name:'M'
  1122. })
  1123. }else if(i==14){
  1124. this.tablist.push({
  1125. name:'N'
  1126. })
  1127. }else if(i==15){
  1128. this.tablist.push({
  1129. name:'O'
  1130. })
  1131. }else{
  1132. this.tablist.push({
  1133. name:'P'
  1134. })
  1135. }
  1136. }
  1137. this.tablist[data.data.data.speaker].name=this.tablist[data.data.data.speaker].name+"顾问";
  1138. this.roleindexbiaoji=data.data.data.speaker-1;
  1139. this.dshfkjsdkksodofydwfkhwdfkjh=data.data.data.speaker-1;
  1140. this.speaker=data.data.data.speaker;
  1141. //上拉标记点
  1142. this.textindex=data.data.data.index;
  1143. //下拉标记点
  1144. this.toptextindex=data.data.data.index;
  1145. jsonInfo.forEach(item=>{
  1146. item.message=JSON.parse(item.onebest)
  1147. item.backindex=this.csdFileindex
  1148. })
  1149. this.newluyinList=jsonInfo;
  1150. if(this.textindex==null){
  1151. return
  1152. }else{
  1153. this.dialogList.push(jsonInfo[this.textindex]);
  1154. }
  1155. }
  1156. })
  1157. },
  1158. getTime(time) {
  1159. return util.formatSecond(time)
  1160. },
  1161. //回到顶部
  1162. gotoTop() {
  1163. console.log("11111111111111111")
  1164. this.scrollId = null;
  1165. this.$nextTick(() => {
  1166. this.scrollId = "top";
  1167. })
  1168. },
  1169. //评分上下显隐
  1170. changeshow(item, type) {
  1171. if (type == 1) {
  1172. item.show = true
  1173. } else {
  1174. item.show = false
  1175. }
  1176. },
  1177. // 获取评分
  1178. getRatelist() {
  1179. if (this.ratelist.length == 0) {
  1180. uni.showLoading({
  1181. title: '加载中'
  1182. });
  1183. this.$u.get("/customer/findzkMByCusId", {
  1184. cusId: this.customerId
  1185. }).then(res => {
  1186. if (res.length) {
  1187. let level1 = []
  1188. let level2rate = 0
  1189. res.forEach(item => {
  1190. if (item.pid == 0) {
  1191. level1.push({
  1192. id: item.marketingId,
  1193. rate: item.fraction,
  1194. name: item.name,
  1195. sort: item.sort,
  1196. show: false,
  1197. ratepercent: 0,
  1198. children: []
  1199. })
  1200. } else {
  1201. if (item.selected == 0) {
  1202. level2rate += item.fraction
  1203. }
  1204. }
  1205. })
  1206. this.totalRate = level2rate
  1207. res.forEach(subitem => {
  1208. let subitempid = subitem.pid
  1209. level1.forEach(item => {
  1210. if (subitempid == item.id) {
  1211. if (subitem.selected == 0) {
  1212. item.ratepercent += subitem.fraction
  1213. }
  1214. item.children.push({
  1215. id: subitem.id,
  1216. rate: subitem.fraction,
  1217. selected: subitem.selected,
  1218. name: subitem.name,
  1219. marketingId:subitem.marketingId
  1220. })
  1221. }
  1222. })
  1223. })
  1224. level1[0].show = true;
  1225. this.ratelist = level1
  1226. }
  1227. setTimeout(function() {
  1228. uni.hideLoading();
  1229. }, 1000);
  1230. })
  1231. }
  1232. },
  1233. //评分点击
  1234. clickaudeopal(item){
  1235. if(item.selected==0){
  1236. uni.navigateTo({
  1237. url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId
  1238. })
  1239. }
  1240. },
  1241. //下一页
  1242. ltolower() {
  1243. var lengthcz=this.newluyinList.length-1;
  1244. if (this.textindex >= lengthcz) {
  1245. uni.showToast({
  1246. title: '到底了',
  1247. duration: 2000
  1248. });
  1249. return
  1250. }else {
  1251. this.textindex=this.textindex+1;
  1252. this.newluyinList[this.textindex].message.forEach(item=>{
  1253. this.dialogList[0].message.push(item)
  1254. })
  1255. }
  1256. console.log("下一页",this.textindex)
  1257. },
  1258. //上一页
  1259. rolltoupper() {
  1260. if(this.toptextindex == 0){
  1261. // uni.showToast({
  1262. // title: '到头了',
  1263. // duration: 2000
  1264. // });
  1265. return
  1266. }else {
  1267. if(this.dialogList[0]==undefined ){
  1268. return
  1269. }else{
  1270. this.toptextindex=this.toptextindex-1;
  1271. let reverselist=this.newluyinList[this.toptextindex].message;
  1272. let runlist=reverselist.reverse();
  1273. runlist.forEach(item=>{
  1274. this.dialogList[0].message.unshift(item)
  1275. })
  1276. }
  1277. }
  1278. console.log("上一页",this.toptextindex)
  1279. },
  1280. // 取消全部加精
  1281. notappick() {
  1282. var that = this;
  1283. uni.showModal({
  1284. title: '提示',
  1285. content: '确认取消加精?',
  1286. success: function(res) {
  1287. if (res.confirm) {
  1288. console.log('用户点击确定');
  1289. uni.request({
  1290. url: config.service.delATD + "?carId=" + that.customerId+'&itemId='+that.buildingID,
  1291. method: "GET",
  1292. header: {
  1293. 'content-type': 'application/json',
  1294. 'Access-Token': uni.getStorageSync('weapp_session_login_data')
  1295. .token
  1296. },
  1297. success: (data) => {
  1298. if (data.data.code == 10000) {
  1299. that.Alladdtodigest = 1
  1300. uni.showToast({
  1301. title: '取消成功',
  1302. duration: 2000
  1303. });
  1304. } else {
  1305. uni.showToast({
  1306. title: data.data.message,
  1307. duration: 2000
  1308. });
  1309. }
  1310. }
  1311. })
  1312. } else if (res.cancel) {
  1313. console.log('用户点击取消');
  1314. }
  1315. }
  1316. });
  1317. },
  1318. //全部加精
  1319. tappick() {
  1320. var that = this;
  1321. uni.showModal({
  1322. title: '提示',
  1323. content: '确认加精?',
  1324. success: function(res) {
  1325. if (res.confirm) {
  1326. console.log('用户点击确定');
  1327. let objdata = {
  1328. "carId": that.customerId, //客户id
  1329. "status": 0,
  1330. "itemId":that.buildingID,
  1331. }
  1332. uni.request({
  1333. url: config.service.addATD,
  1334. method: "POST",
  1335. header: {
  1336. 'content-type': 'application/json',
  1337. 'Access-Token': uni.getStorageSync('weapp_session_login_data')
  1338. .token
  1339. },
  1340. data: objdata,
  1341. success: (data) => {
  1342. if (data.data.code == 10000) {
  1343. that.Alladdtodigest = 0
  1344. uni.showToast({
  1345. title: '加精成功',
  1346. duration: 2000
  1347. });
  1348. } else {
  1349. uni.showToast({
  1350. title: data.data.message,
  1351. duration: 2000
  1352. });
  1353. }
  1354. }
  1355. })
  1356. } else if (res.cancel) {
  1357. console.log('用户点击取消');
  1358. }
  1359. }
  1360. });
  1361. },
  1362. }
  1363. };
  1364. </script>
  1365. <style lang="scss" scoped>
  1366. .box{
  1367. width: 100%;
  1368. height: 100vh;
  1369. display:flex;
  1370. flex-direction:column;
  1371. .headbox{
  1372. width: 100%;
  1373. min-height: 173rpx;
  1374. border-bottom: 1px solid #E0E0E0;
  1375. }
  1376. .zhuti{
  1377. flex:1;
  1378. overflow:auto;
  1379. }
  1380. .bottombox{
  1381. width: 100%;
  1382. height: 150rpx;
  1383. border-top: 1px solid #E0E0E0;
  1384. .bottomhead{
  1385. width: 100%;
  1386. height: 61rpx;
  1387. border-bottom: 1px solid #E0E0E0;
  1388. display: flex;
  1389. justify-content: space-between;
  1390. align-items: center;
  1391. .audio-slider {
  1392. width: 87%;
  1393. display: flex;
  1394. justify-content: space-between;
  1395. align-items: center;
  1396. padding-right: 30rpx;
  1397. }
  1398. .audio-slider .slider {
  1399. width: 100%;
  1400. padding: 0px 15rpx;
  1401. box-sizing: border-box;
  1402. }
  1403. .audio-time {
  1404. width: 110rpx;
  1405. text-align: right;
  1406. font-size: 24rpx;
  1407. line-height: 28rpx;
  1408. color: #70798D;
  1409. display: flex;
  1410. justify-content: space-between;
  1411. }
  1412. .audio-play {
  1413. width: 40rpx;
  1414. height: 40rpx;
  1415. flex-shrink: 0;
  1416. }
  1417. .audio-play .image {
  1418. width: 100%;
  1419. height: 100%;
  1420. margin-left: 30rpx;
  1421. }
  1422. }
  1423. .botbotmm{
  1424. width: 100%;
  1425. height: 88rpx;
  1426. display: flex;
  1427. align-items: center;
  1428. }
  1429. }
  1430. }
  1431. .headboxhead{
  1432. width: 100%;
  1433. height: 84rpx;
  1434. border-bottom: 1px solid #E0E0E0;
  1435. display: flex;
  1436. .boxhead1{
  1437. width: 50%;
  1438. color: #303030;
  1439. height: 84rpx;
  1440. line-height: 84rpx;
  1441. font-size: 28rpx;
  1442. text-indent: 30rpx;
  1443. }
  1444. .boxhead2{
  1445. width: 46%;
  1446. height: 84rpx;
  1447. text-align: right;
  1448. }
  1449. }
  1450. .boxhead2 image{
  1451. width: 36rpx;
  1452. height: 36rpx;
  1453. margin-top: 24rpx;
  1454. }
  1455. .headboxbott{
  1456. width: 100%;
  1457. height:88rpx;
  1458. display: flex;
  1459. align-items: center;
  1460. .headovfu{
  1461. flex: 1;
  1462. height: 88rpx;
  1463. overflow: hidden;
  1464. }
  1465. .headpade{
  1466. width: 160rpx;
  1467. height: 60rpx;
  1468. display: flex;
  1469. justify-content: center;
  1470. align-items: center;
  1471. border-left: 1px solid #D6D6D6;
  1472. .biaoji{
  1473. width: 100rpx;
  1474. height: 48rpx;
  1475. background: #E6625B;
  1476. border-radius: 24rpx;
  1477. text-align: center;
  1478. line-height: 48rpx;
  1479. color: #FFFFFF;
  1480. font-size: 26rpx;
  1481. }
  1482. }
  1483. }
  1484. .fill{
  1485. width: 2rpx;
  1486. height: 41rpx;
  1487. background: #E0E0E0;
  1488. }
  1489. .tmmchen{
  1490. width: 25%;
  1491. height: 88rpx;
  1492. text-align: center;
  1493. color: #666666;
  1494. font-size: 18rpx;
  1495. }
  1496. .tmmchen image{
  1497. width: 40rpx;
  1498. height: 40rpx;
  1499. margin-top: 10rpx;
  1500. margin-bottom: 2rpx;
  1501. }
  1502. .zhezhoa {
  1503. position: fixed;
  1504. top: 0;
  1505. left: 0;
  1506. z-index: 999;
  1507. width: 100%;
  1508. height: 100vh;
  1509. opacity: 0.5;
  1510. background-color: #666666;
  1511. }
  1512. .followingpop-up{
  1513. width: 100%;
  1514. height: 700rpx;
  1515. background: #FFFFFF;
  1516. position: fixed;
  1517. background: #FFFFFF;
  1518. left: 0px;
  1519. bottom: 0px;
  1520. z-index: 1000;
  1521. display:flex;
  1522. flex-direction:column;
  1523. .guanbibox{
  1524. width: 100%;
  1525. padding-bottom: 20rpx;
  1526. border-bottom: 1px solid #E0E0E0;
  1527. .guanbixen{
  1528. width: 95%;
  1529. text-align: right;
  1530. padding-top: 24rpx;
  1531. }
  1532. .guanbixen image{
  1533. width:30rpx;
  1534. height:30rpx;
  1535. }
  1536. .cenisboxtab{
  1537. width: 100%;
  1538. display: flex;
  1539. .cenisboxtabview{
  1540. flex: 1;
  1541. display: flex;
  1542. align-items: center;
  1543. justify-content: center;
  1544. color: #333333;
  1545. font-size: 30rpx;
  1546. font-weight: 600;
  1547. }
  1548. }
  1549. }
  1550. .cenisbox{
  1551. flex:1;
  1552. overflow:auto;
  1553. .jianbox{
  1554. width: 100%;
  1555. border-bottom: 1px solid #E0E0E0;
  1556. padding-top: 24rpx;
  1557. padding-bottom: 24rpx;
  1558. .jianbox-cen{
  1559. width: 100%;
  1560. height: 78rpx;
  1561. border-bottom: 1px solid #E0E0E0;
  1562. display: flex;
  1563. .jianboxtext{
  1564. flex: 1;
  1565. height: 100%;
  1566. font-size: 30rpx;
  1567. font-weight: 600;
  1568. line-height: 78rpx;
  1569. color: #333333;
  1570. text-indent: 30rpx;
  1571. }
  1572. .jianboxjian{
  1573. width: 80rpx;
  1574. height: 100%;
  1575. line-height: 78rpx;
  1576. text-align: center;
  1577. }
  1578. }
  1579. .bioqianwayl{
  1580. width: 690rpx;
  1581. margin: 0 auto;
  1582. display: flex;
  1583. flex-wrap: wrap;
  1584. }
  1585. .bioqianwayl view{
  1586. padding-left: 24rpx;
  1587. padding-right: 24rpx;
  1588. padding-top: 10rpx;
  1589. padding-bottom: 10rpx;
  1590. margin-right: 24rpx;
  1591. margin-top: 20rpx;
  1592. border-radius: 8rpx;
  1593. font-size: 26rpx;
  1594. }
  1595. }
  1596. }
  1597. }
  1598. .jiantop{
  1599. width: 14rpx;
  1600. height: 24rpx;
  1601. }
  1602. .jiantop1{
  1603. width: 20rpx;
  1604. height: 14rpx;
  1605. }
  1606. .yixingindexclass{
  1607. border-bottom: 3px solid #2671E2;
  1608. }
  1609. .cenisboxdspl{
  1610. width: 94%;
  1611. margin: 0 auto;
  1612. padding-bottom: 24rpx;
  1613. display: flex;
  1614. flex-wrap: wrap;
  1615. .cenisboxdsplview{
  1616. padding-left: 24rpx;
  1617. padding-right: 24rpx;
  1618. padding-top: 10rpx;
  1619. padding-bottom: 10rpx;
  1620. background: #F4F8FD;
  1621. color: #2671E2;
  1622. font-size: 26rpx;
  1623. margin-right: 24rpx;
  1624. margin-top: 24rpx;
  1625. }
  1626. }
  1627. .bounced {
  1628. width: 570upx;
  1629. background: #FFFFFF;
  1630. z-index: 1000;
  1631. border-radius: 10upx;
  1632. position: fixed;
  1633. left: 50%;
  1634. top: 50%;
  1635. transform: translate(-50%, -50%);
  1636. /* 50%为自身尺寸的一半 */
  1637. .jiajinghuatit {
  1638. width: 100%;
  1639. height: 68rpx;
  1640. font-size: 30rpx;
  1641. text-align: center;
  1642. line-height: 68rpx;
  1643. }
  1644. .jiajinghuaview {
  1645. padding: 18rpx 18rpx 18rpx 18rpx;
  1646. display: flex;
  1647. flex-wrap: wrap;
  1648. .jiajinghuaview1 {
  1649. padding: 8rpx 8rpx 8rpx 8rpx;
  1650. font-size: 26rpx;
  1651. border-radius: 12rpx;
  1652. border: 1px solid #979797;
  1653. margin-left: 8rpx;
  1654. }
  1655. .jighuaview2 {
  1656. padding: 8rpx 18rpx 8rpx 18rpx;
  1657. font-size: 26rpx;
  1658. border-radius: 12rpx;
  1659. border: 1px solid #979797;
  1660. margin-left: 20rpx;
  1661. margin-top: 10rpx;
  1662. display: flex;
  1663. .view1-text {
  1664. text-align: center;
  1665. }
  1666. .view1-img {
  1667. width: 50rpx;
  1668. }
  1669. }
  1670. }
  1671. .bounced3 {
  1672. height: 100upx;
  1673. width: 100%;
  1674. margin-top: 40upx;
  1675. border-top: 1px solid #dddddd;
  1676. display: flex;
  1677. }
  1678. .bounced3-1 {
  1679. width: 50%;
  1680. height: 100%;
  1681. text-align: center;
  1682. line-height: 100upx;
  1683. border-right: 1px solid #dddddd;
  1684. font-size: 36upx;
  1685. color: #999999;
  1686. }
  1687. .bounced3-2 {
  1688. width: 50%;
  1689. height: 100%;
  1690. text-align: center;
  1691. line-height: 100upx;
  1692. font-size: 36upx;
  1693. color: #108ee9;
  1694. }
  1695. }
  1696. .viewclace{
  1697. width: 100rpx;
  1698. height: 40rpx;
  1699. text-align: center;
  1700. line-height: 40rpx;
  1701. border-radius: 14rpx;
  1702. margin-right: 34rpx;
  1703. margin-top: 16rpx;
  1704. font-size: 24rpx;
  1705. }
  1706. .bosdttom{
  1707. color: #FFFFFF;
  1708. background-color: #2671E2;
  1709. }
  1710. .dialog-block {
  1711. margin: 20rpx 0;
  1712. border-bottom: 1px solid #ccc;
  1713. .fileName {
  1714. text-align: center;
  1715. margin: 10rpx auto;
  1716. width: 115rpx;
  1717. height: 42rpx;
  1718. line-height: 42rpx;
  1719. background: #EFEFEF;
  1720. border-radius: 4rpx;
  1721. font-size: 20rpx;
  1722. font-weight: 400;
  1723. color: #333333;
  1724. }
  1725. }
  1726. .scroll-Y {
  1727. font-size: 36upx;
  1728. color: #999999;
  1729. background: #FFFFFF;
  1730. margin-top: 30upx;
  1731. flex: 1;
  1732. overflow-y: scroll;
  1733. width: 100%;
  1734. }
  1735. .scroll-Y .text {
  1736. margin: 50upx 30upx;
  1737. line-height: 80upx;
  1738. display: flex;
  1739. align-items: center;
  1740. }
  1741. .scroll-Y .text[data-speaker="2"],
  1742. .scroll-Y .text[data-speaker="4"],
  1743. .scroll-Y .text[data-speaker="6"] {
  1744. flex-direction: row-reverse;
  1745. text-align: right;
  1746. .content {
  1747. margin-left: 0;
  1748. margin-right: 30upx;
  1749. background: #F6F6F6;
  1750. color: #999999;
  1751. }
  1752. }
  1753. .scroll-Y .text .avatar {
  1754. width: 64upx;
  1755. height: 64upx;
  1756. line-height: 64upx;
  1757. text-align: center;
  1758. // border: 1rpx solid red;
  1759. font-size: 36rpx;
  1760. border-radius: 50%;
  1761. background: #F2F2F2;
  1762. color: #008EF2;
  1763. // display: flex;
  1764. // justify-content: center;
  1765. // align-items: center;
  1766. image {
  1767. width: 40upx;
  1768. }
  1769. }
  1770. .scroll-Y .text .content {
  1771. margin-left: 30upx;
  1772. line-height: 60rpx;
  1773. text-align: left;
  1774. padding: 0 5px;
  1775. background: #2BC805;
  1776. border-radius: 8upx;
  1777. max-width: 442rpx;
  1778. color: #FFFFFF;
  1779. position: relative;
  1780. .tankuangcss {
  1781. position: absolute;
  1782. top: -140rpx;
  1783. left: -120rpx;
  1784. width: 308rpx;
  1785. height: 130rpx;
  1786. background-color: #333333;
  1787. font-size: 24rpx;
  1788. color: #FFFFFF;
  1789. padding-top: 4rpx;
  1790. padding-bottom: 4rpx;
  1791. display: flex;
  1792. flex-wrap: wrap;
  1793. border-radius: 15rpx;
  1794. z-index: 1000;
  1795. }
  1796. }
  1797. .scroll-Y .text.active .content {
  1798. color: #38FFF1;
  1799. position: relative;
  1800. }
  1801. .scroll-Y .text.active[data-speaker="2"] .content,
  1802. .scroll-Y .text.active[data-speaker="4"] .content,
  1803. .scroll-Y .text.active[data-speaker="6"] .content {
  1804. color: #FF7538;
  1805. position: relative;
  1806. }
  1807. .backTop {
  1808. width: 60upx;
  1809. height: 60upx;
  1810. background: rgba(211, 235, 253, 1);
  1811. box-shadow: 0upx 0upx 2upx 4upx rgba(38, 161, 255, 0.04);
  1812. border-radius: 50%;
  1813. position: fixed;
  1814. bottom: 200upx;
  1815. right: 8upx;
  1816. display: flex;
  1817. justify-content: center;
  1818. align-items: center;
  1819. image {
  1820. width: 26upx;
  1821. height: 34upx;
  1822. }
  1823. }
  1824. // 评分
  1825. .rate-box {
  1826. padding: 10rpx 20rpx;
  1827. .date {
  1828. width: 300rpx;
  1829. height: 33rpx;
  1830. font-size: 24rpx;
  1831. font-weight: 400;
  1832. color: #333333;
  1833. line-height: 33rpx;
  1834. letter-spacing: 1rpx;
  1835. margin-bottom: 8rpx;
  1836. }
  1837. .title {
  1838. width: 100%;
  1839. height: 42rpx;
  1840. font-size: 30rpx;
  1841. font-weight: 500;
  1842. color: #333333;
  1843. line-height: 42rpx;
  1844. letter-spacing: 2rpx;
  1845. margin-bottom: 20rpx;
  1846. }
  1847. .level1 {
  1848. display: flex;
  1849. align-items: center;
  1850. .level-name {
  1851. width: 104rpx;
  1852. height: 33rpx;
  1853. font-size: 24rpx;
  1854. font-weight: 500;
  1855. color: #333333;
  1856. line-height: 33rpx;
  1857. letter-spacing: 1rpx;
  1858. margin-right: 10rpx;
  1859. }
  1860. .level-progress {
  1861. flex: 1;
  1862. border-radius: 11rpx;
  1863. height: 21rpx;
  1864. background-color: #F2F2F2;
  1865. position: relative;
  1866. .color {
  1867. width: 0;
  1868. position: absolute;
  1869. top: 0;
  1870. left: 0;
  1871. height: 21rpx;
  1872. border-radius: 11rpx 0 0 11rpx;
  1873. background-color: #60D7A0;
  1874. }
  1875. }
  1876. .level-rate {
  1877. width: 65rpx;
  1878. height: 33rpx;
  1879. font-size: 24rpx;
  1880. font-weight: 500;
  1881. color: #333333;
  1882. line-height: 33rpx;
  1883. letter-spacing: 1rpx;
  1884. margin: 0 20rpx 0 15rpx;
  1885. }
  1886. .arrow {
  1887. width: 34rpx;
  1888. height:26rpx;
  1889. padding: 5rpx 20rpx;
  1890. }
  1891. .rotatearrow {
  1892. transform: rotate(270deg);
  1893. }
  1894. }
  1895. .level1-subbox {
  1896. display: flex;
  1897. margin-top: 20rpx;
  1898. flex-wrap: wrap;
  1899. .sub-name {
  1900. width: 50%;
  1901. display: flex;
  1902. margin-bottom: 18rpx;
  1903. .subitem-name {
  1904. width: 104rpx;
  1905. height: 33rpx;
  1906. font-size: 24rpx;
  1907. font-weight: 400;
  1908. color: #999999;
  1909. line-height: 33rpx;
  1910. letter-spacing: 1rpx;
  1911. margin-right: 12rpx;
  1912. }
  1913. .checkimg {
  1914. width: 27rpx;
  1915. height: 27rpx;
  1916. }
  1917. }
  1918. }
  1919. }
  1920. .jiangshang{
  1921. color: #2671E2;
  1922. background: #F4F8FD;
  1923. }
  1924. // 表单
  1925. .tian-view {
  1926. width: 570upx;
  1927. background-color: #FFFFFF;
  1928. border-bottom: 1px solid #ededee;
  1929. display: flex;
  1930. min-height: 96rpx;
  1931. .tian-view-t1 {
  1932. width: 20rpx;
  1933. font-size: 34rpx;
  1934. height: 34rpx;
  1935. line-height: 110rpx;
  1936. letter-spacing: 0px;
  1937. color: red;
  1938. }
  1939. .tian-view-t2 {
  1940. width: 30%;
  1941. min-height: 96rpx;
  1942. line-height: 96rpx;
  1943. font-size: 34rpx;
  1944. color: #333;
  1945. }
  1946. .tian-view-t3 {
  1947. width: 61%;
  1948. padding-top: 31rpx;
  1949. padding-bottom: 31rpx;
  1950. display: flex;
  1951. .tian-input {
  1952. width: 98%;
  1953. font-size: 34rpx;
  1954. border: none;
  1955. }
  1956. }
  1957. }
  1958. .inputbox{
  1959. width: 100%;
  1960. height: 100rpx;
  1961. display: flex;
  1962. align-items: center;
  1963. justify-content: center;
  1964. border-bottom: 1px solid #E0E0E0;
  1965. .thisinput{
  1966. width:94%;
  1967. height: 52rpx;
  1968. background: #FFFFFF;
  1969. border-radius: 8rpx;
  1970. border: 1px solid #C9C9C9;
  1971. color: #333333;
  1972. font-size: 26rpx;
  1973. text-indent: 26rpx;
  1974. line-height: 52rpx;
  1975. }
  1976. }
  1977. .biaoqiantom {
  1978. background-color: #008EF2;
  1979. color: #FFFFFF;
  1980. border: none;
  1981. }
  1982. </style>