AI销管
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1515 lines
39 KiB

  1. <template>
  2. <view class="box">
  3. <view class="top-search">
  4. <view class="search-box">
  5. <view class="search" @click="goSearch">
  6. <view class="search-img">
  7. <image class="search-img1" src="../../../static/images/search.png" mode=""></image>
  8. </view>
  9. <view class="search-text">输入客户姓名/手机号</view>
  10. </view>
  11. </view>
  12. <image class="filter-icon" @click="screenShow = true"
  13. src="https://static.quhouse.com/f4feade4a19d413085b591612179457f.png" mode="" />
  14. </view>
  15. <!-- 选择器 -->
  16. <view class="boxtittab">
  17. <view class="tabbox" :class="{activeColor: sortFilter!=='排序'}" @click="soltishow = true">
  18. {{ sortFilter }}
  19. <u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  20. </view>
  21. <view class="tabbox" :class="{activeColor: arriveFilter!=='接待时间'}" @click="timeshow = true">
  22. {{ arriveFilter }}
  23. <u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  24. </view>
  25. <view class="tabbox" :class="{activeColor: agentIdtext!=='接待顾问'}" @click="selectshow=true">
  26. {{ agentIdtext }}
  27. <u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  28. </view>
  29. <view class="tabbox" @click="huaxiangShow = true">
  30. 画像标签<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  31. </view>
  32. </view>
  33. <!-- 筛选后的数量 -->
  34. <view class="count" v-if="recordList.length > 0">
  35. 筛选结果:<text>{{totalRecords}} </text>条
  36. </view>
  37. <view class="content">
  38. <view v-if="recordList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  39. <view style="width: 100%;height: 100%;padding-top: 200rpx;">
  40. <view style="width: 100%;text-align: center;">
  41. <image style="width: 220rpx;height: 200rpx;"
  42. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  43. </view>
  44. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  45. </view>
  46. </view>
  47. <view v-if="recordList.length" class="content-tips" v-for="(item,index) in recordList" :key='index'
  48. @click="gotoDetail(item.id)">
  49. <view class="content-first">
  50. <view class="left">
  51. <view class="test">{{item.name}}</view>
  52. <template v-if="item.level > 0">
  53. <view class="img" :class="colorName[item.level]">{{ item.level | levelText }}</view>
  54. </template>
  55. <view v-if="item.clientStageName" class="clientStageName">{{ item.clientStageName }}</view>
  56. </view>
  57. <view class="right">
  58. <image class="right-img" src="../../../static/images/arrow-right.png" mode=""></image>
  59. </view>
  60. </view>
  61. <view class="content-sec">
  62. <view class="content-sec-lab">
  63. 客户手机:<view class="content-sec-lab1">{{item.phone | phoneText}}</view>
  64. </view>
  65. <view class="content-sec-lab">
  66. 负责顾问:<view class="content-sec-lab1">{{item.agentName || ''}}</view>
  67. </view>
  68. <view class="content-sec-lab" style="line-height: 46rpx;">
  69. 客户意向:
  70. <text v-if="item.demand.cusSemanticWordsList==null">暂无</text>
  71. <template v-else>
  72. <block v-for="(che,ind) in item.demand.cusSemanticWordsList" :key='ind'>
  73. <view class="content-sec-tips" v-if="ind<=3">{{che.name}}</view>
  74. </block>
  75. </template>
  76. </view>
  77. <view class="content-sec-lab">
  78. <view class="u-flex" style="flex:1">
  79. 挖掘执行:<view class="content-sec-lab1">10%</view>
  80. </view>
  81. <view class="u-flex" style="flex:1">
  82. 挖掘成功:<view class="content-sec-lab1">10%</view>
  83. </view>
  84. </view>
  85. <view class="content-sec-lab">
  86. 添加时间:<view class="content-sec-lab1">{{item.createTime | formatTime}}</view>
  87. </view>
  88. <view class="content-sec-num">
  89. <view>到访{{item.visitRecord || '--'}}次</view>
  90. <view>
  91. {{item.mm || '0'}}min/{{item.fraction || '0'}}%
  92. </view>
  93. </view>
  94. </view>
  95. <template v-if="permissions.commonly2">
  96. <view class="content-last">
  97. <!-- <view class="content-last-tab">
  98. <image src="/static/images/genjin-icon.png" mode="" />添加提醒</view>
  99. <view class="content-last-tab">
  100. <image src="/static/images/genjin-icon.png" mode="" />
  101. 打电话</view> -->
  102. <view class="content-last-tab" @click.stop="gotoFollowUp(item)">
  103. <image src="/static/images/genjin-icon.png" mode="" />
  104. 写跟进
  105. </view>
  106. </view>
  107. </template>
  108. </view>
  109. </view>
  110. <!-- 更多筛选 -->
  111. <u-popup v-model="screenShow" mode="top" height="900">
  112. <view class="screen">
  113. <scroll-view scroll-y="true" style="height: 750rpx;">
  114. <!-- 销讲业务 -->
  115. <view class="screen-record">
  116. <view class="screen-record-text" @click="showTemplate=!showTemplate">
  117. 销讲业务
  118. <image v-if="showTemplate" class="arrow"
  119. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  120. <image v-else class="arrow"
  121. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  122. </view>
  123. <view class="screen-record-tab" v-if="showTemplate">
  124. <block v-for="(item,index) in templateList" :key="index">
  125. <view class="screen-record-item"
  126. :class="[item.isShow?'screen-record-chose':'screen-record-nochose']"
  127. @click="choice(item)">
  128. {{item.templateName}}
  129. </view>
  130. </block>
  131. </view>
  132. </view>
  133. <!-- 接待时长 -->
  134. <view class="screen-record">
  135. <view class="screen-record-text" @click="jiedaiArrow = !jiedaiArrow">
  136. 接待时长
  137. <image v-if="jiedaiArrow" class="arrow"
  138. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  139. <image v-else class="arrow"
  140. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  141. </view>
  142. <view class="screen-record-tab" v-if="jiedaiArrow">
  143. <block v-for="(item, index) in jiedaiList" :key="index">
  144. <view class="screen-record-item" :class="[
  145. item.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  146. ]" @click="choice(item)">
  147. {{ item.label }}
  148. </view>
  149. </block>
  150. </view>
  151. </view>
  152. <!-- 客户等级 -->
  153. <view class="screen-record">
  154. <view class="screen-record-text" @click="levelArrow = !levelArrow">
  155. 意向等级
  156. <image v-if="levelArrow" class="arrow"
  157. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  158. <image v-else class="arrow"
  159. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  160. </view>
  161. <view class="screen-record-tab" v-if="levelArrow">
  162. <block v-for="(item, index) in levelList" :key="index">
  163. <view class="screen-record-item" :class="[
  164. item.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  165. ]" @click="choice(item)">
  166. {{ item.label }}
  167. </view>
  168. </block>
  169. </view>
  170. </view>
  171. <!-- 客户来源 -->
  172. <view class="screen-record">
  173. <view class="screen-record-text" @click="sourceArrow = !sourceArrow">
  174. 客户来源
  175. <image v-if="sourceArrow" class="arrow"
  176. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  177. <image v-else class="arrow"
  178. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  179. </view>
  180. <view class="screen-record-tab" v-if="sourceArrow">
  181. <block v-for="(item, index) in sourceList" :key="index">
  182. <view class="screen-record-item" :class="[
  183. item.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  184. ]" @click="choice(item)">
  185. {{ item.label }}
  186. </view>
  187. </block>
  188. </view>
  189. </view>
  190. <!-- 客户阶段 -->
  191. <view class="screen-record">
  192. <view class="screen-record-text" @click="jieduanArrow = !jieduanArrow">
  193. 客户阶段
  194. <image v-if="jieduanArrow" class="arrow"
  195. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  196. <image v-else class="arrow"
  197. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  198. </view>
  199. <view class="screen-record-tab" v-if="jieduanArrow">
  200. <block v-for="(item, index) in phaseList" :key="index">
  201. <view class="screen-record-item" :class="[
  202. item.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  203. ]" @click="choice(item)">
  204. {{ item.label }}
  205. </view>
  206. </block>
  207. </view>
  208. </view>
  209. <!-- 需求挖掘率 -->
  210. <view class="screen-record">
  211. <view class="screen-record-text" @click="wajueArrow = !wajueArrow">
  212. 需求挖掘率
  213. <image v-if="wajueArrow" class="arrow"
  214. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  215. <image v-else class="arrow"
  216. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  217. </view>
  218. <view class="screen-record-tab" v-if="wajueArrow">
  219. <block v-for="(item, index) in wajueList" :key="index">
  220. <view class="screen-record-item" :class="[
  221. item.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  222. ]" @click="choice(item)">
  223. {{ item.label }}
  224. </view>
  225. </block>
  226. </view>
  227. </view>
  228. <!-- 销讲执行率 -->
  229. <view class="screen-record">
  230. <view class="screen-record-text" @click="xiaojiangArrow = !xiaojiangArrow">
  231. 销讲执行率
  232. <image v-if="xiaojiangArrow" class="arrow"
  233. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  234. <image v-else class="arrow"
  235. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  236. </view>
  237. <view class="screen-record-tab" v-if="xiaojiangArrow">
  238. <block v-for="(item, index) in xiaojiangList" :key="index">
  239. <view class="screen-record-item" :class="[
  240. item.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  241. ]" @click="choice(item)">
  242. {{ item.label }}
  243. </view>
  244. </block>
  245. </view>
  246. </view>
  247. <!-- 到访次数 -->
  248. <view class="screen-record">
  249. <view class="screen-record-text" @click="visitArrow = !visitArrow">
  250. 到访次数
  251. <image v-if="visitArrow" class="arrow"
  252. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  253. <image v-else class="arrow"
  254. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  255. </view>
  256. <view class="screen-record-tab" v-if="visitArrow">
  257. <block v-for="(item, index) in visitList" :key="index">
  258. <view class="screen-record-item" :class="[
  259. item.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  260. ]" @click="choice(item)">
  261. {{ item.label }}
  262. </view>
  263. </block>
  264. </view>
  265. </view>
  266. </scroll-view>
  267. <view class="screen-foot">
  268. <view class="screen-foot-reset" @click="reset"> 重置 </view>
  269. <view class="screen-foot-sure" @click="screensure"> 确定 </view>
  270. </view>
  271. </view>
  272. </u-popup>
  273. <!-- 选择顾问的选择框 -->
  274. <u-select v-model="selectshow" :list="freeList" @confirm="actionSelectCallback"></u-select>
  275. <!-- 自定义时间 -->
  276. <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
  277. <!-- 选择接待时间 -->
  278. <u-popup v-model="timeshow" mode="bottom">
  279. <view class="timeview" :style="{ color: activeTotal == 5 ? '#2B6EFF' : '#333333' }"
  280. @click="tabtimetap(5, '接待时间')">
  281. 全部</view>
  282. <view class="timeview" :style="{ color: activeTotal == 0 ? '#2B6EFF' : '#333333' }"
  283. @click="tabtimetap(0, '今天')">
  284. 今天</view>
  285. <view class="timeview" :style="{ color: activeTotal == 1 ? '#2B6EFF' : '#333333' }"
  286. @click="tabtimetap(1, '昨天')">
  287. 昨天</view>
  288. <view class="timeview" :style="{ color: activeTotal == 2 ? '#2B6EFF' : '#333333' }"
  289. @click="tabtimetap(2, '近7天')">
  290. 近7天</view>
  291. <view class="timeview" :style="{ color: activeTotal == 3 ? '#2B6EFF' : '#333333' }"
  292. @click="tabtimetap(3, '近30天')">
  293. 近30天</view>
  294. <view class="timeview" :style="{ color: activeTotal == 4 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(4)">
  295. 自定义</view>
  296. </u-popup>
  297. <!-- 排序 -->
  298. <u-popup v-model="soltishow" mode="bottom">
  299. <view class="soltishow" @tap.stop @touchmove.stop>
  300. <block v-for="(item, index) in orderBylist" :key="index">
  301. <view class="soltishow-item" :style="orderBy==item.value?'color: #2B6EFF':''"
  302. @click="selectCallback2(item)">
  303. {{ item.label }}
  304. </view>
  305. </block>
  306. </view>
  307. </u-popup>
  308. <!-- 画像标签 -->
  309. <u-popup v-model="huaxiangShow" mode="top" height="850">
  310. <view class="screen">
  311. <scroll-view scroll-y="true" style="height: 700rpx;">
  312. <view class="screen-record" v-if="item.children.length" v-for="(item,index) in huaxiangList"
  313. :key="index">
  314. <view class="screen-record-text" @click="choice(item)">
  315. {{item.name}}
  316. <image v-if="item.isShow" class="arrow"
  317. src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
  318. <image v-else class="arrow"
  319. src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
  320. </view>
  321. <view class="screen-record-tab" v-if="item.isShow">
  322. <block v-for="(subitem, ind) in item.children" :key="ind">
  323. <view class="screen-record-item" :class="[
  324. subitem.isShow ? 'screen-record-chose' : 'screen-record-nochose',
  325. ]" @click="choice(subitem)">
  326. {{ subitem.name }}
  327. </view>
  328. </block>
  329. </view>
  330. </view>
  331. </scroll-view>
  332. <view class="screen-foot">
  333. <view class="screen-foot-reset" @click="resetHuaXiang"> 重置 </view>
  334. <view class="screen-foot-sure" @click="screensure"> 确定 </view>
  335. </view>
  336. </view>
  337. </u-popup>
  338. <!-- 加载组件 -->
  339. <u-loadings v-model="LOADING"></u-loadings>
  340. </view>
  341. </template>
  342. <script>
  343. var config = require("@/config");
  344. let _this
  345. export default {
  346. data() {
  347. return {
  348. keywordsIds: [], // 画像标签
  349. sourceList: [],//客户来源
  350. templateList: [], // 销讲业务
  351. showTemplate: true, // 展示销讲业务
  352. agentIdtext: '接待顾问',
  353. phaseList: [],// 客户阶段
  354. huaxiangShow: false,
  355. wajueArrow: true,
  356. jieduanArrow: true,
  357. sourceArrow: true,
  358. levelArrow: true,
  359. zixunArrow: true,
  360. jiedaiArrow: true,
  361. luyinArrow: true,
  362. visitArrow: true,
  363. xiaojiangArrow: true,
  364. huaxiangList: [],
  365. orderBylist: [{
  366. label: '创建时间倒序',
  367. value: '1'
  368. },
  369. {
  370. label: '创建时间正序',
  371. value: '2'
  372. },
  373. {
  374. label: '接待时间倒序',
  375. value: '3'
  376. },
  377. {
  378. label: '接待时间正序',
  379. value: '4'
  380. },
  381. {
  382. label: '执行率正序',
  383. value: '5'
  384. },
  385. {
  386. label: '执行率倒序',
  387. value: '6'
  388. },
  389. {
  390. label: '接访次数正序',
  391. value: '7'
  392. },
  393. {
  394. label: '接访次数倒序',
  395. value: '8'
  396. },
  397. ],
  398. jiedaiList: [{
  399. label: "0~15min",
  400. value: 1,
  401. isShow: false,
  402. },
  403. {
  404. label: "16~30min",
  405. value: 2,
  406. isShow: false,
  407. },
  408. {
  409. label: "31~60min",
  410. value: 3,
  411. isShow: false,
  412. },
  413. {
  414. label: "61~90min",
  415. value: 4,
  416. isShow: false,
  417. },
  418. {
  419. label: "91min及以上",
  420. value: 5,
  421. isShow: false,
  422. },
  423. ],
  424. wajueList: [{
  425. label: "31%及以下",
  426. value: 1,
  427. isShow: false,
  428. },
  429. {
  430. label: "31%~50%",
  431. value: 2,
  432. isShow: false,
  433. },
  434. {
  435. label: "51%~70%",
  436. value: 3,
  437. isShow: false,
  438. },
  439. {
  440. label: "71%及以上",
  441. value: 4,
  442. isShow: false,
  443. },
  444. ],
  445. xiaojiangList: [{
  446. label: "30%及以下",
  447. value: 1,
  448. isShow: false,
  449. },
  450. {
  451. label: "31%~50%",
  452. value: 2,
  453. isShow: false,
  454. },
  455. {
  456. label: "51%~70%",
  457. value: 3,
  458. isShow: false,
  459. },
  460. {
  461. label: "71%及以上",
  462. value: 4,
  463. isShow: false,
  464. },
  465. ],
  466. value: '',
  467. screenShow: false,
  468. selectshow: false,
  469. selectTipshow: false,
  470. buildingID: '',
  471. screen: {
  472. staTime: "",
  473. endTime: "",
  474. orderBy: "", // 排序
  475. agentId: "", //顾问
  476. sourceIds: [], // 客户来源
  477. level: [], // 客户等级
  478. visitRecord: [], // 到访次数
  479. wajueVal: [], // 需求挖掘
  480. xiaojiangVal: [], //销讲执行率
  481. jiedaiVal: [], // 接待时长
  482. validInvalid: null, // 录音标识
  483. clientStage: [], // 客户阶段 clientStage
  484. },
  485. stageList: ['未知', '到访', '意向', '定金', '成交'],
  486. recordList: [],
  487. nextPage: 1,
  488. totalRecord: '',
  489. totalRecords: '', // 总条数
  490. freeList: [],
  491. userInfo: {},
  492. findKeywordsList: [],
  493. isnorefresh: '',
  494. activeTotal: 5,
  495. activeTotal2: 0,
  496. totalTimeShow: false,
  497. timeshow: false,
  498. soltishow: false,
  499. permissions: {
  500. commonly1: false,
  501. commonly2: false
  502. },
  503. list: [], // 客户来源列表
  504. sourceId: '', // 选中的客户来源id
  505. sourceIndex: -1, // 选中项的下标
  506. // 不同等级之间的颜色
  507. colorName: [
  508. '', "A", "B", "C", "D"
  509. ],
  510. // 筛选文字展示
  511. sortFilter: '排序',
  512. arriveFilter: '接待时间',
  513. visitList: [{
  514. label: '首次到访',
  515. value: 1,
  516. isShow: false,
  517. }, {
  518. label: '2次到访',
  519. value: 2,
  520. isShow: false,
  521. }, {
  522. label: '3次到访',
  523. value: 3,
  524. isShow: false,
  525. }, {
  526. label: '3次以上',
  527. value: 4,
  528. isShow: false,
  529. }, ],
  530. levelList: [{
  531. label: 'A',
  532. value: 1,
  533. isShow: false,
  534. }, {
  535. label: 'B',
  536. value: 2,
  537. isShow: false,
  538. }, {
  539. label: 'C',
  540. value: 3,
  541. isShow: false,
  542. }, {
  543. label: 'D',
  544. value: 4,
  545. isShow: false,
  546. }, ],
  547. isRefresh: false
  548. }
  549. },
  550. onLoad(options) {
  551. this.LOADING = true
  552. this.userInfo = uni.getStorageSync("weapp_session_userInfo_data")
  553. let newmenulist = uni.getStorageSync('weapp_session_Menu_data');
  554. this.permissions.commonly1 = newmenulist.khgl_ck;
  555. this.permissions.commonly2 = newmenulist.khgl_gj;
  556. _this = this
  557. },
  558. onPullDownRefresh() {
  559. this.buildingID = uni.getStorageSync('buildingID').id;
  560. this.LOADING = true
  561. this.nextPage = 1;
  562. this.isRefresh = true;
  563. this.resetFilter()
  564. this.reset()
  565. this.getFreeList()
  566. this.getfindKeywordsList()
  567. this.getFromSource();
  568. this.getMyCustom();
  569. setTimeout(() => {
  570. uni.stopPullDownRefresh()
  571. }, 2000)
  572. },
  573. onShow() {
  574. this.buildingID = uni.getStorageSync('buildingID').id;
  575. this.updatebuildingID = uni.getStorageSync('updatebuildingID')
  576. if (this.isnorefresh != 'refresh'||this.updatebuildingID=='updatebuildingID') {
  577. this.nextPage = 1;
  578. this.recordList = []
  579. this.getMyCustom()
  580. this.getFreeList()
  581. this.getfindKeywordsList()
  582. this.getCustomPhase();
  583. this.getFromSource();
  584. this.getMarketingBusiness();
  585. this.isRefresh = false;
  586. this.isnorefresh = 'refresh';
  587. uni.setStorageSync('updatebuildingID', '');
  588. }
  589. this.updateInit()
  590. },
  591. onReachBottom() {
  592. if (this.totalRecord == this.nextPage) {
  593. uni.showToast({
  594. icon: 'none',
  595. title: '到底了',
  596. duration: 2000
  597. });
  598. return
  599. } else {
  600. this.isRefresh = false;
  601. this.nextPage = this.nextPage + 1;
  602. this.getMyCustom();
  603. }
  604. },
  605. methods: {
  606. // 获取客户阶段数据
  607. getCustomPhase() {
  608. this.phaseList = [];
  609. this.$u
  610. .post("/customer/lifeTrackDefineList", {
  611. houseId: this.buildingID,
  612. })
  613. .then((res) => {
  614. if (res.length) {
  615. this.phaseList = res.map(item => {
  616. return {
  617. label: item.stageName,
  618. value: item.id,
  619. isShow: false
  620. }
  621. })
  622. } else {
  623. this.phaseList = []
  624. }
  625. });
  626. },
  627. // 获取客户来源
  628. getFromSource() {
  629. this.$u.get(config.service.sourceList, {
  630. houseId: this.buildingID
  631. })
  632. .then((res) => {
  633. if (res.length) {
  634. this.sourceList = res.map((item) => {
  635. return {
  636. label: item.sourceName,
  637. value: item.id,
  638. isShow: false
  639. }
  640. })
  641. } else {
  642. this.sourceList = []
  643. }
  644. })
  645. },
  646. // 获取销讲业务
  647. getMarketingBusiness() {
  648. this.$u.get('/customer/marketingBusiness', {
  649. houseId: this.buildingID,
  650. }).then(res => {
  651. this.templateList = res.map(item => {
  652. return {
  653. ...item,
  654. isShow: false,
  655. }
  656. })
  657. })
  658. },
  659. updateInit() {
  660. this.$u.get(config.service.notReadNum, {
  661. id: uni.getStorageSync('weapp_session_userInfo_data').accountId,
  662. projectId: uni.getStorageSync('buildingID').id
  663. }).then(res => {
  664. console.log(res)
  665. if (res > 0) {
  666. uni.setTabBarBadge({ //显示数字
  667. index: 4, //tabbar下标
  668. text: `${res}`//数字
  669. })
  670. } else {
  671. uni.removeTabBarBadge({
  672. index: 4
  673. })
  674. }
  675. }).catch(e => {
  676. uni.removeTabBarBadge({
  677. index: 4
  678. })
  679. })
  680. },
  681. filterFun() {
  682. },
  683. // 过滤
  684. resetFilter() {
  685. this.sortFilter = '排序';
  686. this.agentIdtext = '接待顾问';
  687. this.screen.orderBy = null;
  688. this.arriveFilter = '接待时间';
  689. this.screen.staTime = '';
  690. this.screen.endTime = '';
  691. this.nextPage = 1;
  692. this.activeTotal = 5;
  693. this.recordList = [];
  694. this.activeTotal2 = 0;
  695. },
  696. //选择排序
  697. selectCallback2(e) {
  698. this.sortFilter = e.label;
  699. this.screen.orderBy = e.value;
  700. this.nextPage = 1;
  701. this.recordList = [];
  702. this.soltishow = false;
  703. this.isRefresh = false;
  704. this.getMyCustom();
  705. },
  706. //时间选择
  707. tabtimetap(index, text) {
  708. this.timeshow = false;
  709. if (text) this.arriveFilter = text
  710. if (index == 4) {
  711. this.totalTimeShow = true;
  712. } else {
  713. this.activeTotal = index;
  714. this.screen.staTime = '';
  715. this.screen.endTime = '';
  716. this.nextPage = 1;
  717. this.isRefresh = false;
  718. this.recordList = [];
  719. this.getMyCustom();
  720. }
  721. },
  722. //自定义时间
  723. totalTimeChange(e) {
  724. this.screen.staTime = e.startDate;
  725. this.screen.endTime = e.endDate;
  726. this.activeTotal = 4;
  727. this.nextPage = 1;
  728. this.recordList = [];
  729. this.isRefresh = false;
  730. this.arriveFilter = this.screen.staTime + '-' + this.screen.endTime
  731. this.getMyCustom();
  732. },
  733. choice(item) {
  734. item.isShow = !item.isShow;
  735. },
  736. // 客户详情
  737. gotoDetail(id) {
  738. if (this.permissions.commonly1 == true) {
  739. uni.navigateTo({
  740. url: `/pages/center/consumer/consumerDetail?id=${id}`
  741. })
  742. }
  743. },
  744. getMyCustom() {
  745. this.screen.visitRecord = []
  746. this.screen.jiedaiVal = []
  747. this.screen.wajueVal = []
  748. this.screen.xiaojiangVal = []
  749. this.screen.level = []
  750. this.screen.clientStage = []
  751. this.screen.sourceIds = []
  752. let dateType = 0;
  753. if (this.activeTotal == 5 || this.activeTotal == 4) {
  754. dateType = null;
  755. } else {
  756. dateType = this.activeTotal;
  757. }
  758. // 到访次数
  759. this.visitList.forEach(i => {
  760. if (i.isShow) this.screen.visitRecord.push(i.value)
  761. })
  762. // 接待时长
  763. this.jiedaiList.forEach(i => {
  764. if (i.isShow) this.screen.jiedaiVal.push(i.value)
  765. })
  766. // 需求挖掘
  767. this.wajueList.forEach(i => {
  768. if (i.isShow) this.screen.wajueVal.push(i.value)
  769. })
  770. // 销讲执行率
  771. this.xiaojiangList.forEach(i => {
  772. if (i.isShow) this.screen.xiaojiangVal.push(i.value)
  773. })
  774. // 客户等级
  775. this.levelList.forEach(i => {
  776. if (i.isShow) this.screen.level.push(i.value)
  777. })
  778. //客户阶段
  779. this.phaseList.forEach(i => {
  780. if (i.isShow) this.screen.clientStage.push(i.value)
  781. })
  782. // 客户来源
  783. this.sourceList.forEach(i => {
  784. if (i.isShow) this.screen.sourceIds.push(i.value)
  785. })
  786. var parames = {
  787. pageNum: this.nextPage,
  788. pageSize: 10,
  789. query: {
  790. projectId: this.buildingID,
  791. fractions: this.screen.xiaojiangVal.length ? this.screen.xiaojiangVal.join(',') : '', // 销讲执行率
  792. wordFractions: this.screen.wajueVal.length ? this.screen.wajueVal.join(',') : '', //需求挖掘
  793. visitRecordNum: this.screen.visitRecord.length ? this.screen.visitRecord.join(',') : '', //到访次数
  794. clientStages: this.screen.clientStage.length ? this.screen.clientStage.join(',') : '', // 客户阶段
  795. sourceIds: this.screen.sourceIds.length ? this.screen.sourceIds.join(',') : '', // 客户来源
  796. level: this.screen.level.length ? this.screen.level.join(',') : '', // 客户等级
  797. duractionNums: this.screen.jiedaiVal.length ? this.screen.jiedaiVal.join(',') : '', // 接待时长
  798. keywordsIds: this.keywordsIds.length ? this.keywordsIds.join(',') : '', // 画像标签
  799. dateType: dateType, // 接待时间
  800. staTime: this.screen.staTime,
  801. endTime: this.screen.endTime,
  802. agentId: this.screen.agentId, // 顾问
  803. orderBy: this.screen.orderBy == '' ? '' : this.screen.orderBy, // 排序
  804. },
  805. };
  806. let ars = []
  807. this.templateList.forEach(item => {
  808. if (item.isShow) {
  809. ars.push(item.id)
  810. }
  811. })
  812. parames.query.marketingBusiness = ars.join(',')
  813. this.$u.post("/customer/customerManagement", parames)
  814. .then((data) => {
  815. this.LOADING = false;
  816. var list = data.results || [];
  817. list.forEach((item) => {
  818. if (this.userInfo.dataCode == 6) {
  819. item.isshow = true;
  820. } else {
  821. item.isshow = false;
  822. }
  823. });
  824. list.forEach((item) => {
  825. if (item.demand.cusSemanticWordsList != null) {
  826. item.demand.cusSemanticWordsList.forEach((che) => {
  827. if (che.isInterval == 0) {
  828. che.name = che.name + che.unit + "-" + che.endName + che.unit;
  829. }
  830. });
  831. } else {
  832. item.demand.cusSemanticWordsList = []
  833. }
  834. });
  835. if (this.isRefresh) {
  836. this.recordList = list;
  837. } else {
  838. this.recordList = [...this.recordList, ...list];
  839. }
  840. this.totalRecord = data.totalPage;
  841. this.totalRecords = data.totalRecord;
  842. })
  843. .catch((e) => {
  844. this.LOADING = false;
  845. });
  846. },
  847. getMyCustom1() {
  848. let dateType = 0;
  849. let recDurationInterval = 0;
  850. let orderBy = 0;
  851. if (this.activeTotal == 5) {
  852. dateType = null;
  853. } else if (this.activeTotal == 4) {
  854. dateType = null;
  855. } else {
  856. dateType = this.activeTotal;
  857. }
  858. if (this.activeTotal2 == 0) {
  859. recDurationInterval = null
  860. } else {
  861. recDurationInterval = this.activeTotal2
  862. }
  863. if (this.orderBy == 0) {
  864. orderBy = null;
  865. } else {
  866. orderBy = this.orderBy;
  867. }
  868. var parames = {
  869. pageNum: this.nextPage,
  870. pageSize: 10,
  871. query: {
  872. projectId: this.buildingID,
  873. keywordsId: this.screen.cunsumerTipsid,
  874. agentId: this.screen.agentId,
  875. dateType: dateType,
  876. staDate: this.screen.staTime,
  877. endDate: this.screen.endTime,
  878. recDurationInterval: recDurationInterval,
  879. orderBy: orderBy,
  880. sourceId: this.sourceId
  881. }
  882. };
  883. if (this.screen.visitRecord.length > 0) {
  884. parames.query.visitRecords = this.screen.visitRecord.join(',');
  885. }
  886. if (this.screen.record.length > 0) {
  887. parames.query.level = this.screen.record.join(',');
  888. }
  889. this.$u.post("/customer/customerManagement", parames).then(data => {
  890. this.LOADING = false
  891. var list = data.results || [];
  892. list.forEach(item => {
  893. if (item.demand.cusSemanticWordsList != null) {
  894. item.demand.cusSemanticWordsList.forEach(che => {
  895. if (che.isInterval == 0) {
  896. che.name = che.name + che.unit + '-' + che.endName + che.unit;
  897. }
  898. })
  899. }
  900. })
  901. if (this.isRefresh) {
  902. this.recordList = list;
  903. } else {
  904. console.log('我在这里被打印了', this.recordList)
  905. this.recordList = [...this.recordList, ...list];
  906. }
  907. this.totalRecord = data.totalPage;
  908. this.totalRecords = data.totalRecord;
  909. }).catch(e => {
  910. this.LOADING = false
  911. })
  912. },
  913. //获取顾问列表
  914. getFreeList() {
  915. this.$u.post("/cusLvStatistics/selectAllAccountIdByHouseId", {
  916. houseId: this.buildingID
  917. }).then(res => {
  918. res.forEach(item => {
  919. item.label = item.name;
  920. item.value = item.accountId
  921. })
  922. res.unshift({
  923. label: '全部',
  924. value: ''
  925. })
  926. this.freeList = res
  927. console.log(this.freeList)
  928. })
  929. },
  930. //获取客户标签
  931. getfindKeywordsList() {
  932. this.findKeywordsList = []
  933. this.$u.post("/customer/findKeywords", {
  934. houseId: this.buildingID
  935. }).then(res => {
  936. res.forEach(item => {
  937. if (item.isInterval == 0) {
  938. item.label = item.name + item.unit + '-' + item.endName + item.unit;
  939. } else {
  940. item.label = item.name
  941. }
  942. item.value = item.id;
  943. })
  944. this.findKeywordsList = res;
  945. })
  946. },
  947. //选择顾问
  948. actionSelectCallback(e) {
  949. console.log(e)
  950. if(e[0].label=='全部'){
  951. this.agentIdtext = '接待顾问'
  952. this.screen.agentId= ''
  953. }else{
  954. this.screen.agentId = e[0].value;
  955. this.agentIdtext = e[0].label;
  956. }
  957. },
  958. //重置
  959. reset() {
  960. this.screen = {
  961. agentId: "",
  962. visitRecord: [],
  963. record: [],
  964. clientStage: "",
  965. clientStageName: "",
  966. };
  967. this.sourceList.map((i) => {
  968. i.isShow = false;
  969. });
  970. this.wajueList.map((i) => {
  971. i.isShow = false;
  972. });
  973. this.phaseList.map((i) => {
  974. i.isShow = false;
  975. });
  976. this.jiedaiList.map((i) => {
  977. i.isShow = false;
  978. });
  979. this.xiaojiangList.map((i) => {
  980. i.isShow = false;
  981. });
  982. this.visitList.map((i) => {
  983. i.isShow = false;
  984. });
  985. this.levelList.map((i) => {
  986. i.isShow = false;
  987. });
  988. this.nextPage = 1;
  989. this.recordList = [];
  990. this.isRefresh = false;
  991. this.getMyCustom();
  992. },
  993. //重置画像标签选择
  994. resetHuaXiang() {
  995. if (this.huaxiangList.length) {
  996. this.huaxiangList.forEach(item => {
  997. item.isShow = true;
  998. if (item.children.length) {
  999. item.children.forEach(subitem => {
  1000. subitem.isShow = false;
  1001. })
  1002. }
  1003. })
  1004. }
  1005. },
  1006. //筛选确认
  1007. screensure() {
  1008. this.nextPage = 1;
  1009. this.recordList = [];
  1010. this.keywordsIds = []
  1011. this.screenShow = false;
  1012. this.huaxiangShow = false;
  1013. this.isRefresh = false;
  1014. // 画像标签
  1015. this.huaxiangList.forEach(item => {
  1016. if (item.children.length) {
  1017. item.children.forEach(im => {
  1018. if (im.isShow) this.keywordsIds.push(im.id)
  1019. })
  1020. }
  1021. })
  1022. this.getMyCustom();
  1023. },
  1024. goSearch() {
  1025. uni.navigateTo({
  1026. url: '/pages/center/consumer/consumerSearch'
  1027. });
  1028. },
  1029. gotoFollowUp(item) {
  1030. uni.navigateTo({
  1031. url: `/pages/center/consumer/newFollowup/newFollowup?id=${item.id}&level=${item.level}&clientStageName=${item.clientStageName}`
  1032. })
  1033. },
  1034. },
  1035. filters: {
  1036. // 筛选等级展示文字
  1037. levelText(level) {
  1038. let str = '';
  1039. switch (Number(level)) {
  1040. case 1:
  1041. str = "A"
  1042. break;
  1043. case 2:
  1044. str = "B"
  1045. break;
  1046. case 3:
  1047. str = "C"
  1048. break;
  1049. case 4:
  1050. str = "D"
  1051. break;
  1052. default:
  1053. str = ''
  1054. break;
  1055. }
  1056. return str
  1057. },
  1058. // 加密手机
  1059. phoneText(mobile) {
  1060. if (!mobile) return '--'
  1061. if (_this.userInfo.showPhoneStatus == 1) return mobile.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
  1062. else return mobile
  1063. },
  1064. // 格式化时间
  1065. formatTime(time) {
  1066. if (!time) return
  1067. return time.substring(5, time.length)
  1068. }
  1069. }
  1070. }
  1071. </script>
  1072. <style lang="scss" scoped>
  1073. .box {
  1074. width: 100vw;
  1075. min-height: calc(100vh - var(--window-top));
  1076. background: #F8F8F8;
  1077. display: flex;
  1078. flex-direction: column;
  1079. .top-search {
  1080. display: flex;
  1081. align-items: center;
  1082. justify-content: space-between;
  1083. background: #fff;
  1084. padding-right: 30rpx;
  1085. .filter-icon {
  1086. width: 40rpx;
  1087. height: 40rpx;
  1088. padding: 15rpx;
  1089. }
  1090. .search-box {
  1091. width: 670rpx;
  1092. height: 102rpx;
  1093. background: #ffffff;
  1094. display: flex;
  1095. align-items: center;
  1096. justify-content: center;
  1097. .search {
  1098. width: 94%;
  1099. height: 70rpx;
  1100. display: flex;
  1101. align-items: center;
  1102. background: #f8f8f8;
  1103. border-radius: 33rpx;
  1104. .search-img {
  1105. width: 26rpx;
  1106. height: 30rpx;
  1107. margin-left: 20rpx;
  1108. .search-img1 {
  1109. width: 100%;
  1110. height: 100%;
  1111. margin-top: 2rpx;
  1112. }
  1113. }
  1114. .search-text {
  1115. font-size: 28rpx;
  1116. font-weight: 400;
  1117. color: #999999;
  1118. margin-left: 10rpx;
  1119. }
  1120. }
  1121. .search-screen {
  1122. width: 40rpx;
  1123. height: 40rpx;
  1124. margin-left: 30rpx;
  1125. .search-screen1 {
  1126. width: 100%;
  1127. height: 100%;
  1128. }
  1129. }
  1130. }
  1131. }
  1132. .content {
  1133. flex-grow: 1;
  1134. }
  1135. }
  1136. .timeview {
  1137. height: 90rpx;
  1138. line-height: 90rpx;
  1139. width: 100%;
  1140. text-align: center;
  1141. border-bottom: 1rpx solid #F8F8F8;
  1142. }
  1143. //时间切换的样式
  1144. .boxtittab {
  1145. position: sticky;
  1146. top: var(--window-top);
  1147. z-index: 999;
  1148. width: 100;
  1149. height: 72rpx;
  1150. background: #FFFFFF;
  1151. flex-shrink: 0;
  1152. display: flex;
  1153. align-items: center;
  1154. .tabbox {
  1155. flex: 1;
  1156. height: 100%;
  1157. text-align: center;
  1158. line-height: 72rpx;
  1159. color: #666666;
  1160. font-size: 28rpx;
  1161. overflow: hidden;
  1162. text-overflow: ellipsis;
  1163. display: -webkit-box;
  1164. /* 将对象作为弹性伸缩盒子模型显示 */
  1165. -webkit-line-clamp: 1;
  1166. /* 控制最多显示几行 */
  1167. -webkit-box-orient: vertical;
  1168. /* 设置或检索伸缩盒对象的子元素的排列方式 */
  1169. }
  1170. .activeColor {
  1171. color: #2671E2;
  1172. font-weight: bold;
  1173. }
  1174. }
  1175. .soltishow {
  1176. width: 100%;
  1177. min-height: 40vh;
  1178. .soltishow-item {
  1179. width: 100%;
  1180. height: 80rpx;
  1181. display: flex;
  1182. align-items: center;
  1183. justify-content: center;
  1184. }
  1185. }
  1186. .count {
  1187. width: 100%;
  1188. height: 82rpx;
  1189. line-height: 82rpx;
  1190. display: flex;
  1191. align-items: center;
  1192. justify-content: center;
  1193. background-color: #f8f8f8;
  1194. font-size: 30rpx;
  1195. font-family: PingFangSC-Regular, PingFang SC;
  1196. font-weight: 400;
  1197. color: #333333;
  1198. text {
  1199. color: #E7483C;
  1200. }
  1201. }
  1202. .content {
  1203. .content-tips {
  1204. background: #fff;
  1205. margin-bottom: 20rpx;
  1206. .content-first {
  1207. padding: 19rpx 30rpx;
  1208. display: flex;
  1209. justify-content: space-between;
  1210. align-items: center;
  1211. box-sizing: border-box;
  1212. color: #292929;
  1213. height: 90rpx;
  1214. font-size: 30rpx;
  1215. .left {
  1216. display: flex;
  1217. align-items: center;
  1218. .img {
  1219. width: 48rpx;
  1220. height: 48rpx;
  1221. line-height: 48rpx;
  1222. text-align: center;
  1223. margin-right: 16rpx;
  1224. background: #E6625B;
  1225. border-radius: 6rpx;
  1226. font-size: 28rpx;
  1227. font-family: PingFangSC-Regular, PingFang SC;
  1228. font-weight: 400;
  1229. color: #FFFFFF;
  1230. }
  1231. .clientStageName {
  1232. margin-right: 20rpx;
  1233. padding: 0 16rpx;
  1234. font-size: 28rpx;
  1235. font-family: PingFangSC-Regular, PingFang SC;
  1236. font-weight: 400;
  1237. color: #FF981E;
  1238. height: 48rpx;
  1239. line-height: 48rpx;
  1240. background: #FFFFFF;
  1241. border-radius: 4rpx;
  1242. border: 1rpx solid #FF981E;
  1243. box-sizing: border-box;
  1244. }
  1245. .A {
  1246. background: #E6625B;
  1247. }
  1248. .B {
  1249. background: #FF981E;
  1250. }
  1251. .C {
  1252. background: #F6BD16;
  1253. }
  1254. .D {
  1255. background: #E6625B;
  1256. }
  1257. .test {
  1258. height: 42rpx;
  1259. font-size: 30rpx;
  1260. font-family: PingFangSC-Medium, PingFang SC;
  1261. font-weight: 500;
  1262. color: #333333;
  1263. line-height: 42rpx;
  1264. margin-right: 16rpx;
  1265. }
  1266. }
  1267. .right {
  1268. display: flex;
  1269. align-items: center;
  1270. color: #2671E2;
  1271. font-size: 30rpx;
  1272. .right-img {
  1273. margin: 5rpx 0 0 10rpx;
  1274. width: 14rpx;
  1275. height: 30rpx;
  1276. }
  1277. }
  1278. }
  1279. .content-sec {
  1280. border-top: 1rpx solid #E0E0E0;
  1281. padding: 0 28rpx 28rpx;
  1282. position: relative;
  1283. .content-sec-lab {
  1284. margin-top: 28rpx;
  1285. display: flex;
  1286. font-size: 30rpx;
  1287. font-weight: 400;
  1288. color: #333;
  1289. line-height: 42rpx;
  1290. .content-sec-lab1 {
  1291. color: #333333;
  1292. }
  1293. .content-sec-tips {
  1294. padding: 0 20rpx;
  1295. height: 48rpx;
  1296. background: #F4F8FD;
  1297. border-radius: 6rpx;
  1298. max-width: 160rpx;
  1299. text-align: center;
  1300. line-height: 48rpx;
  1301. overflow: hidden;
  1302. text-overflow: ellipsis;
  1303. white-space: nowrap;
  1304. font-weight: 400;
  1305. margin-right: 12rpx;
  1306. box-sizing: border-box;
  1307. font-size: 28rpx;
  1308. font-family: PingFangSC-Regular, PingFang SC;
  1309. color: #2671E2;
  1310. }
  1311. }
  1312. .content-sec-num {
  1313. position: absolute;
  1314. width: 196rpx;
  1315. height: 112rpx;
  1316. border-radius: 8rpx;
  1317. top: 28rpx;
  1318. right: 30rpx;
  1319. padding: 16rpx 20rpx;
  1320. background: #F4F8FD;
  1321. color: #2671E2;
  1322. line-height: 40rpx;
  1323. text-align: center;
  1324. }
  1325. }
  1326. .content-last {
  1327. display: flex;
  1328. justify-content: flex-end;
  1329. align-items: center;
  1330. padding-bottom: 30rpx;
  1331. .content-last-tab {
  1332. width: 214rpx;
  1333. height: 70rpx;
  1334. line-height: 70rpx;
  1335. background: #FFFFFF;
  1336. border-radius: 8rpx;
  1337. border: 1rpx solid #2671E2;
  1338. box-sizing: border-box;
  1339. font-family: PingFangSC-Regular, PingFang SC;
  1340. font-weight: 400;
  1341. color: #2671E2;
  1342. font-size: 30rpx;
  1343. margin-right: 30rpx;
  1344. display: flex;
  1345. align-items: center;
  1346. justify-content: center;
  1347. image {
  1348. width: 40rpx;
  1349. height: 40rpx;
  1350. margin-right: 12rpx;
  1351. }
  1352. }
  1353. }
  1354. }
  1355. }
  1356. // 这是弹出层
  1357. .screen {
  1358. .screen-record {
  1359. overflow: hidden;
  1360. padding: 0 30rpx;
  1361. box-sizing: border-box;
  1362. border-bottom: 1px solid #e0e0e0;
  1363. .screen-record-text {
  1364. font-weight: 600;
  1365. padding: 30rpx 0;
  1366. font-size: 30rpx;
  1367. color: #333333;
  1368. line-height: 30rpx;
  1369. display: flex;
  1370. align-items: center;
  1371. justify-content: space-between;
  1372. .arrow {
  1373. width: 30rpx;
  1374. height: 14rpx;
  1375. }
  1376. }
  1377. .screen-record-tab {
  1378. margin-top: 30rpx;
  1379. padding-bottom: 10rpx;
  1380. display: flex;
  1381. flex-wrap: wrap;
  1382. .screen-record-item {
  1383. min-width: 150rpx;
  1384. padding: 0 14rpx;
  1385. height: 60rpx;
  1386. border-radius: 8rpx;
  1387. text-align: center;
  1388. line-height: 60rpx;
  1389. margin: 0 22rpx 22rpx 0;
  1390. &:nth-child(4n) {
  1391. margin-right: 0;
  1392. }
  1393. }
  1394. .screen-record-chose {
  1395. background: #f1f6fd;
  1396. color: #2671e2;
  1397. }
  1398. .screen-record-nochose {
  1399. background: #f7f8fa;
  1400. color: #333;
  1401. }
  1402. }
  1403. }
  1404. .screen-foot {
  1405. width: 100%;
  1406. height: 78rpx;
  1407. display: flex;
  1408. margin: 30rpx 30rpx 0;
  1409. .screen-foot-reset {
  1410. width: 176rpx;
  1411. height: 78rpx;
  1412. line-height: 78rpx;
  1413. background: #FFFFFF;
  1414. border-radius: 8rpx;
  1415. border: 1px solid #2671E2;
  1416. margin-right: 30rpx;
  1417. font-size: 30rpx;
  1418. font-family: PingFangSC-Regular, PingFang SC;
  1419. font-weight: 400;
  1420. color: #2671E2;
  1421. text-align: center;
  1422. }
  1423. .screen-foot-sure {
  1424. width: 484rpx;
  1425. height: 78rpx;
  1426. line-height: 78rpx;
  1427. background: #2671E2;
  1428. border: 1px solid #2671E2;
  1429. border-radius: 8rpx;
  1430. font-size: 30rpx;
  1431. font-family: PingFangSC-Regular, PingFang SC;
  1432. font-weight: 400;
  1433. color: #FFFFFF;
  1434. text-align: center;
  1435. }
  1436. }
  1437. }
  1438. </style>