material.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  1. <template>
  2. <view class="container Index-container">
  3. <view class="top-content-box">
  4. <search-bar @goSearch="goSearch" :searchTitle="searchPlaceholderList.SummarySearch" :width="70" />
  5. <view class="top-tabs">
  6. <block v-for="item in topTabBars" :key="item.Id">
  7. <view v-if="item.IsShow" :class="['item', item.Id == topTabsActive && 'tabs-active']" @click="topTabsChange(item)">
  8. {{ showTabBarsText(item.Name) }}
  9. <block v-if="(item.Id === 3 || item.Name == '图表') && wholeShowListData.IsShowChart">
  10. <image class="limit-img tabs-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/limit_icon.png" mode=""></image>
  11. </block>
  12. <view class="active" v-if="item.Id == topTabsActive"></view>
  13. </view>
  14. </block>
  15. </view>
  16. <view class="tabs-content">
  17. <view class="global_two_tabs" v-if="topTabsActive == '2' || topTabsActive == '3'">
  18. <view :class="['item', item.ChartPermissionId == secondActive && 'tabs-active']" v-for="(item, index) in secondBars" :key="item.ChartPermissionId" @click="handleClickTopSub(item)">
  19. {{ item.PermissionName }}
  20. <block v-if="wholeShowListData.IsShowResearch && index === secondBars.length - 1 && topTabsActive == '2'">
  21. <image class="limit-img tabs-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/limit_icon.png" mode=""></image>
  22. </block>
  23. <view class="active" v-if="item.ChartPermissionId == secondActive"></view>
  24. </view>
  25. </view>
  26. <block v-if="topTabsActive == '3'">
  27. <view class="children-ul">
  28. <view :class="['chart-children', chartChildrenActive == item.CtagId ? 'children-active' : '']" v-for="item in chartChildren" :key="item.CtagId" @click="handleChartChildren(item)">{{
  29. item.Name
  30. }}</view>
  31. </view>
  32. </block>
  33. <view v-if="topTabsActive == '4'">
  34. <view class="global_two_tabs">
  35. <view @click="mediumClickHandler(item)" :class="['item', item.isSelect && 'tabs-active']" v-for="item in mediumSelect" :key="item.value">
  36. {{ item.name }}
  37. </view>
  38. </view>
  39. </view>
  40. </view>
  41. </view>
  42. <block v-if="haveData">
  43. <view class="content-ul">
  44. <block v-if="topTabsActive == 4">
  45. <view style="width: 49%" v-for="item in roadshowPageList" :key="item.Id">
  46. <RoadshowItem :list="item" @isCollectionHandeler="isCollectionHandeler" />
  47. </view>
  48. </block>
  49. <block v-else>
  50. <view class="report-ul" style="width: 49%">
  51. <block v-for="(item, index) in dataList" :key="index">
  52. <view v-if="index % 2 == 0">
  53. <ChartItem v-if="topTabsActive == 3" :list="item" :isMyChartCollection="isMyChartCollection" @myChartIsTop="myChartIsTop" @myChartCollect="myChartCollect" />
  54. <ReportItem v-if="topTabsActive == 2" :list="item" />
  55. </view>
  56. </block>
  57. </view>
  58. <view class="report-ul" style="width: 49%">
  59. <block v-for="(item, index) in dataList" :key="index">
  60. <view v-if="index % 2 !== 0">
  61. <ChartItem v-if="topTabsActive == 3" :list="item" :isMyChartCollection="isMyChartCollection" @myChartIsTop="myChartIsTop" @myChartCollect="myChartCollect" />
  62. <ReportItem v-if="topTabsActive == 2" :list="item" />
  63. </view>
  64. </block>
  65. </view>
  66. </block>
  67. </view>
  68. <u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="pageNum > 1" />
  69. </block>
  70. <view class="nodata" v-else-if="haveData === false" style="padding-top: 400rpx">
  71. <block class="nodata" v-if="!isBindingMobile && secondActive == 0">
  72. <text>请先绑定联系方式</text>
  73. <view class="bind-mobile" @click="bindingMobile">绑定联系方式</view>
  74. </block>
  75. <block v-else>
  76. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/act_search.png" mode="" class="nodata_ico"></image>
  77. <text>{{ topTabsActive == 3 && secondActive == 0 ? "暂无收藏的图表" : "暂时没有数据" }}</text>
  78. </block>
  79. </view>
  80. <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
  81. <Loading />
  82. </view>
  83. </template>
  84. <script>
  85. import { Home, Reports, Chart, activity } from "@/config/api.js";
  86. import { Throttle, deepCopy } from "@/config/util.js";
  87. import freeCharge from "@/components/freeCharge";
  88. import SearchBar from "@/components/search-bar/searchBar.vue";
  89. import ChartItem from "@/components/ItemComponent/chartItem.vue";
  90. import ReportItem from "@/components/ItemComponent/reportItem.vue";
  91. import RoadshowItem from "@/components/ItemComponent/roadshowItem.vue";
  92. let app = getApp();
  93. export default {
  94. data() {
  95. return {
  96. topTabBars: [],
  97. topTabsActive: 2, //一级top的tabs
  98. secondActive: "", //二级的tabs
  99. secondBars: [], //二级的tabs数组
  100. chartChildren: [], //二级的tabs下的标签
  101. chartChildrenActive: 0,
  102. refresh: false,
  103. pageSize: 10, //条数
  104. pageNum: 1, //页码
  105. haveMore: true, //是否有更多数据
  106. haveData: null, //是否有数据
  107. //数据列表
  108. dataList: [],
  109. status: "loadmore",
  110. loadText: {
  111. loadmore: "上拉加载更多",
  112. loading: "加载中",
  113. nomore: "已经到底了",
  114. },
  115. showTransition: false, //点击绝密后的隐现
  116. isBindingMobile: true, //图表我的收藏是否绑定手机号
  117. videoContext: null,
  118. audioShareId: "", //通过分享单个音频点进页面时使用
  119. videoShareId: "", //通过分享单个视频点进页面时使用
  120. activityShareId: "",
  121. roadshowPageList: [], //音频 视频 list
  122. mediumSelect: [
  123. { name: "音频", value: "2", isSelect: false },
  124. { name: "视频", value: "1", isSelect: false },
  125. ],
  126. mediumActive: "",
  127. };
  128. },
  129. components: {
  130. freeCharge,
  131. ChartItem,
  132. ReportItem,
  133. RoadshowItem,
  134. SearchBar,
  135. },
  136. watch: {},
  137. onLoad(optios) {
  138. this.getHeaderTab();
  139. if (optios.topTabsActive) {
  140. this.topTabsActive = optios.topTabsActive;
  141. this.secondActive = optios.secondActive;
  142. this.chartChildrenActive = optios.childrenActive;
  143. this.videoShareId = optios.videoShareId;
  144. this.audioShareId = optios.audioShareId;
  145. this.activityShareId = optios.activityId;
  146. }
  147. this.getTabs();
  148. this.getReportList();
  149. },
  150. onShow() {
  151. this.getRecordTracking("纪要库");
  152. this.$store.commit("setRouterActivity", "纪要库");
  153. this.$store.commit("setRouterReport", "纪要库");
  154. //进入页面的记录
  155. this.$store.dispatch("statistics", { PageType: "Activit" });
  156. // #ifdef MP-WEIXIN
  157. uni.hideHomeButton();
  158. // #endif
  159. this.$store.commit("audioBg/parseIntAudio", true);
  160. },
  161. computed: {
  162. curVoiceId() {
  163. //当前正在播放的音频id
  164. return this.$store.state.audioBg.indexId;
  165. },
  166. curAudioPaused() {
  167. //当前音频是否暂停状态
  168. return this.$store.state.audioBg.paused;
  169. },
  170. showAudioBox() {
  171. return this.$store.state.audioBg.parseIntShow;
  172. },
  173. isMyChartCollection() {
  174. return this.topTabsActive == "3" && this.secondActive == 0;
  175. },
  176. },
  177. methods: {
  178. //点击顶部一级分类
  179. topTabsChange(item) {
  180. this.topTabsActive = item.Id;
  181. this.chartChildren = [];
  182. this.chartChildrenActive = 0;
  183. this.secondActive = "";
  184. this.pageNum = 1;
  185. this.dataList = [];
  186. this.audioShareId = "";
  187. this.videoShareId = "";
  188. uni.pageScrollTo({
  189. scrollTop: 0,
  190. duration: 0,
  191. });
  192. if (this.topTabsActive == "2" || this.topTabsActive == "3") {
  193. this.getTabs();
  194. } else {
  195. this.initData();
  196. }
  197. this.$store.commit("setRouterReport", item.Id === 3 ? "我的收藏" : "纪要库");
  198. },
  199. //点击顶部二级分类
  200. handleClickTopSub(item) {
  201. this.$store.commit("setRouterReport", item.PermissionName === "我的收藏" ? "我的收藏" : "纪要库");
  202. this.secondActive = item.ChartPermissionId;
  203. this.chartChildren = [];
  204. this.chartChildrenActive = 0;
  205. this.childrenChartData();
  206. this.initData();
  207. },
  208. //点击图标的二级分类 处理数据
  209. childrenChartData() {
  210. if (this.topTabsActive == 3 && this.secondActive != 0) {
  211. let arr = [];
  212. this.secondBars &&
  213. this.secondBars.forEach((item) => {
  214. if (this.secondActive == item.ChartPermissionId) {
  215. deepCopy(arr, item.List);
  216. arr.unshift({
  217. CtagId: 0,
  218. Name: "全部",
  219. });
  220. this.chartChildren = arr;
  221. }
  222. });
  223. this.chartChildrenActive > 0 ? "" : (this.chartChildrenActive = 0);
  224. }
  225. },
  226. //点击图标的三级分类
  227. handleChartChildren(item) {
  228. this.chartChildrenActive = item.CtagId;
  229. this.initData();
  230. },
  231. // 点击为路演的筛选
  232. mediumClickHandler(item) {
  233. item.isSelect = !item.isSelect;
  234. let arr = [];
  235. this.mediumSelect.forEach((key) => {
  236. if (key.isSelect) {
  237. arr.push(key.value);
  238. }
  239. });
  240. this.mediumActive = arr.join(",");
  241. this.initData();
  242. },
  243. //点击
  244. initData() {
  245. this.pageNum = 1;
  246. this.dataList = [];
  247. uni.pageScrollTo({
  248. scrollTop: 0,
  249. duration: 0,
  250. });
  251. this.getReportList();
  252. },
  253. /* 获取tab分类 */
  254. getTabs() {
  255. this.secondBars = [];
  256. this.topTabsActive == "2"
  257. ? Home.Tab().then((res) => {
  258. if (res.Ret === 200) {
  259. this.secondBars = res.Data.List;
  260. this.secondActive > 0 ? "" : (this.secondActive = this.secondBars[0].ChartPermissionId);
  261. this.getReportList();
  262. }
  263. })
  264. : this.topTabsActive == "3"
  265. ? Chart.getChartPatg().then((res) => {
  266. if (res.Ret === 200) {
  267. let arr = res.Data;
  268. arr.unshift({
  269. ChartPermissionId: 0,
  270. PermissionName: "我的收藏",
  271. });
  272. this.secondBars = arr;
  273. this.secondActive ? "" : (this.secondActive = 0);
  274. this.secondActive > 0 && this.childrenChartData();
  275. this.getReportList();
  276. }
  277. })
  278. : "";
  279. },
  280. /* 获取列表 */
  281. async getReportList() {
  282. if (this.topTabsActive == "3" && this.secondActive == 0) {
  283. const res = await Chart.getChartcollection({
  284. PageSize: this.pageSize,
  285. CurrentIndex: this.pageNum,
  286. });
  287. if (res.Ret === 200) {
  288. this.status = this.pageNum < res.Data.Paging.Pages ? "loadmore" : "nomore";
  289. this.isBindingMobile = res.Data.IsBindingMobile;
  290. if (this.pageNum === 1) {
  291. this.dataList = res.Data.List || [];
  292. this.haveData = this.dataList.length > 0 ? true : false;
  293. } else {
  294. this.dataList = this.dataList.concat(res.Data.List);
  295. }
  296. }
  297. } else if (this.topTabsActive == 4) {
  298. const res = await Home.microRoadshowList({
  299. PageSize: this.pageSize,
  300. CurrentIndex: this.pageNum,
  301. AudioId: this.audioShareId,
  302. VideoId: this.activityShareId ? "" : this.videoShareId,
  303. ActivityVideoId: this.activityShareId && this.videoShareId,
  304. Filter: this.mediumActive,
  305. });
  306. if (res.Ret === 200) {
  307. this.status = this.pageNum < res.Data.Paging.Pages ? "loadmore" : "nomore";
  308. if (this.pageNum == 1) {
  309. this.roadshowPageList = res.Data.List || [];
  310. this.haveData = this.roadshowPageList.length > 0 ? true : false;
  311. if (this.refresh) {
  312. uni.stopPullDownRefresh();
  313. this.refresh = false;
  314. }
  315. } else {
  316. this.roadshowPageList = this.roadshowPageList.concat(res.Data.List);
  317. }
  318. }
  319. } else {
  320. const res = await Home.getList({
  321. PageSize: this.pageSize,
  322. CurrentIndex: this.pageNum,
  323. ChartPermissionId: this.secondActive,
  324. CtagId: this.chartChildrenActive,
  325. ListType: this.topTabsActive,
  326. });
  327. if (res.Ret === 200) {
  328. this.processingData(res);
  329. }
  330. }
  331. },
  332. //处理数据
  333. processingData(res) {
  334. if (!res.Data.HaveResearch) {
  335. this.$util.modalShow("", "您暂无查看买方研选权限", "", () => {
  336. uni.reLaunch({
  337. url: "/pages/index/index",
  338. });
  339. });
  340. }
  341. this.status = this.pageNum < res.Data.Paging.Pages ? "loadmore" : "nomore";
  342. res.Data.List &&
  343. res.Data.List.forEach((item) => {
  344. if (item.BodyHtml) {
  345. item.BodyHtml = item.BodyHtml.replace(/'\'/g, "");
  346. }
  347. });
  348. if (this.topTabsActive == "2") {
  349. if (this.pageNum === 1) {
  350. this.dataList = res.Data.List || [];
  351. this.haveData = this.dataList.length ? true : false;
  352. } else {
  353. this.dataList = this.dataList.concat(res.Data.List);
  354. }
  355. } else {
  356. if (this.pageNum === 1) {
  357. this.haveData = res.Data.List ? true : res.Data.ChartList ? true : false;
  358. }
  359. if (!res.Data.List) {
  360. this.dataList = this.dataList.concat(res.Data.ChartList);
  361. } else if (!res.Data.ChartList) {
  362. this.dataList = this.dataList.concat(res.Data.List);
  363. } else {
  364. this.dataList.push(res.Data.List.shift());
  365. let newArr = [];
  366. let newArrTwo = [];
  367. for (let i = 0; i < res.Data.List.length; i += 2) {
  368. newArr.push(res.Data.List.slice(i, i + 2));
  369. }
  370. for (let i = 0; i < res.Data.ChartList.length; i += 2) {
  371. newArrTwo.push(res.Data.ChartList.slice(i, i + 2));
  372. }
  373. let arr = [];
  374. newArr.forEach((item, index) => {
  375. if (newArrTwo[index]) {
  376. arr.push(newArrTwo[index], item);
  377. } else {
  378. arr.push(item);
  379. }
  380. });
  381. this.dataList = this.dataList.concat(arr.flat(Infinity));
  382. }
  383. }
  384. if (this.refresh) {
  385. uni.stopPullDownRefresh();
  386. this.refresh = false;
  387. }
  388. },
  389. //我的收藏的删除
  390. myChartCollect(id) {
  391. uni.showModal({
  392. content: "确认要将该图表移除我的收藏吗?",
  393. confirmColor: "#3385FF",
  394. cancelColor: "#606266",
  395. success: async (res) => {
  396. if (res.confirm) {
  397. const res = await Chart.myChartCollect({
  398. ChartId: id,
  399. });
  400. if (res.Ret === 200) {
  401. this.initData();
  402. this.$util.toast("已取消收藏");
  403. }
  404. }
  405. },
  406. });
  407. },
  408. //我的收藏 置顶
  409. async myChartIsTop(id) {
  410. const res = await Chart.myChartTop({
  411. ChartId: id,
  412. });
  413. if (res.Ret === 200) {
  414. this.initData();
  415. this.$util.toast(res.Msg);
  416. }
  417. },
  418. /* 搜索 */
  419. goSearch() {
  420. uni.navigateTo({ url: "/pages-search/indedxSearch/indedxSearch?isType=" + this.topTabsActive + "&source=纪要库页面" });
  421. },
  422. /* 绑定联系方式 */
  423. bindingMobile() {
  424. uni.showModal({
  425. title: "即将前往登录页面,请确认是否继续",
  426. content: "为了给您提供更好的使用体验,请登录后再进行查看或操作",
  427. confirmColor: "#3385FF",
  428. cancelColor: "#606266",
  429. success: function (res) {
  430. if (res.confirm) {
  431. //已授权未绑定
  432. uni.navigateTo({
  433. url: "/pageMy/login/login",
  434. });
  435. } else if (res.cancel) {
  436. console.log("用户点击取消");
  437. }
  438. },
  439. });
  440. },
  441. //获取顶部导航
  442. async getHeaderTab() {
  443. const res = await Home.headerTab();
  444. if (res.Ret === 200) {
  445. this.topTabBars = res.Data || [];
  446. }
  447. },
  448. // 微路演收藏
  449. async isCollectionHandeler(item) {
  450. await this.$store.dispatch("showLoginModal");
  451. const res = await Home.microRoadshowCollect({
  452. Id: item.Id,
  453. SourceType: item.Type,
  454. PageRouter: this.$store.state.pageRouterReport,
  455. });
  456. if (res.Ret === 200) {
  457. let index = this.roadshowPageList.findIndex((key) => key.Id == item.Id);
  458. res.Data.Status == 1 ? (this.roadshowPageList[index].IsCollect = true) : (this.roadshowPageList[index].IsCollect = false);
  459. uni.showToast({
  460. title: res.Msg,
  461. duration: 2000,
  462. });
  463. }
  464. },
  465. showTabBarsText(key) {
  466. if (key == "微路演") {
  467. return "路演回放";
  468. }
  469. return key;
  470. },
  471. },
  472. onHide() {
  473. this.$store.commit("audioBg/parseIntAudio", false);
  474. },
  475. mounted() {
  476. uni.$on("updateAudioVideo", (data) => {
  477. this.$store.dispatch("checkHandle", "noGO");
  478. this.getReportList();
  479. });
  480. },
  481. /* 下拉刷新 */
  482. onPullDownRefresh: Throttle(function () {
  483. this.audioShareId = "";
  484. this.videoShareId = "";
  485. this.activityShareId = "";
  486. this.status = "loadmore";
  487. this.refresh = true;
  488. this.dataList = [];
  489. this.pageNum = 1;
  490. this.getReportList();
  491. }),
  492. // 上拉加载
  493. onReachBottom: Throttle(function () {
  494. if (this.status === "nomore") return;
  495. this.status = "loading";
  496. this.pageNum++;
  497. this.getReportList();
  498. }),
  499. /** 用户点击分享*/
  500. onShareAppMessage: function ({ from, target }) {
  501. if (from === "button") {
  502. let item = target.dataset.item;
  503. let audio_id = item.Type == 1 || item.AudioType == 1 ? item.Id : "";
  504. // type=2 -- 活动视频 type=3 -- 产业视频
  505. let video_id = item.Type == 2 || item.Type == 3 ? item.Id : "";
  506. let activity_id = item.Type == 2 && item.ActivityId > 0 ? item.ActivityId : "";
  507. let title_share = item.AudioTitle || item.Title;
  508. this.getRecordTracking("微路演转发", { ActivityId: item.ActivityId, Id: item.Id, Type: item.Type });
  509. return {
  510. title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : title_share,
  511. path: "/pages/material/material?topTabsActive=4" + "&audioShareId=" + audio_id + "&videoShareId=" + video_id + "&activityId=" + activity_id,
  512. imageUrl: item.AudioShareImg || item.ShareImg,
  513. };
  514. } else {
  515. return {
  516. title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "素材库",
  517. path: "/pages/material/material?topTabsActive=" + this.topTabsActive + "&secondActive=" + this.secondActive + "&childrenActive=" + this.chartChildrenActive,
  518. success: (res) => {},
  519. fail: (err) => {},
  520. };
  521. }
  522. },
  523. };
  524. </script>
  525. <style lang="scss">
  526. .Index-container {
  527. background-color: #f7f7f7;
  528. font-size: 30rpx;
  529. /deep/ .search-box {
  530. margin-left: 30rpx !important;
  531. }
  532. .content-ul {
  533. display: flex;
  534. flex-wrap: wrap;
  535. justify-content: space-between;
  536. padding: 20rpx 15rpx;
  537. }
  538. .top-content-box {
  539. position: sticky;
  540. top: 0;
  541. left: 0;
  542. width: 100%;
  543. z-index: 9;
  544. .top-tabs {
  545. width: 100%;
  546. display: flex;
  547. align-items: center;
  548. justify-content: space-between;
  549. font-size: 28rpx;
  550. background-color: #fff;
  551. padding: 35rpx 0 10rpx;
  552. &::-webkit-scrollbar {
  553. width: 0;
  554. height: 0;
  555. display: none;
  556. }
  557. .item {
  558. position: relative;
  559. display: flex;
  560. justify-content: center;
  561. padding-bottom: 8rpx;
  562. flex: 1;
  563. flex-shrink: 0;
  564. .limit-img {
  565. position: absolute;
  566. top: -15rpx;
  567. right: 50rpx;
  568. z-index: 99;
  569. }
  570. .active {
  571. position: absolute;
  572. left: 50%;
  573. bottom: 0;
  574. transform: translateX(-50%);
  575. width: 32rpx;
  576. height: 6rpx;
  577. border-radius: 2rpx;
  578. background: $uni-color-new;
  579. }
  580. }
  581. .tabs-active {
  582. color: $uni-color-new;
  583. font-weight: 500;
  584. }
  585. }
  586. }
  587. .tabs-content {
  588. .children-ul {
  589. padding: 20rpx 20rpx 0;
  590. display: flex;
  591. flex-wrap: wrap;
  592. background-color: #fff;
  593. .children-active {
  594. background-color: $uni-color-new;
  595. color: #fff;
  596. }
  597. }
  598. .chart-children {
  599. display: flex;
  600. align-items: center;
  601. height: 52rpx;
  602. padding: 0 30rpx;
  603. margin: 0rpx 20rpx 20rpx 0;
  604. background-color: #f8f8fa;
  605. color: #666666;
  606. font-size: 24rpx;
  607. border-radius: 100rpx;
  608. }
  609. }
  610. .tabs-img {
  611. width: 46rpx;
  612. height: 26rpx;
  613. }
  614. .nodata {
  615. font-size: 40rpx;
  616. .bind-mobile {
  617. width: 244rpx;
  618. height: 58rpx;
  619. background: #3385ff;
  620. border-radius: 8rpx;
  621. font-size: 28rpx;
  622. line-height: 58rpx;
  623. text-align: center;
  624. color: #fff;
  625. margin: 50rpx auto;
  626. }
  627. }
  628. }
  629. </style>