my.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. <template>
  2. <view class="page">
  3. <view class="topBody">
  4. <view class="header">
  5. <view class="reserveASeat"></view>
  6. <view class="card-box">
  7. <view class="card-top">
  8. <view class="top-box">
  9. <view class="hello-box"> Hello! </view>
  10. <view class="settingBtn-box">
  11. <image @click="clickShare()" src="@/static/me/wd_icon_fenxian.png" mode=""></image>
  12. <image src="@/static/me/wd_icon_shezhi.png" mode="" @click="navigateToSettings"></image>
  13. </view>
  14. </view>
  15. <view class="userinfo-box" @click="goPage('/pages/my/editInfo')">
  16. <view class="userinfo-left">
  17. <CircleAvatar class="avator" :src="myinfo.avator"></CircleAvatar>
  18. </view>
  19. <view class="userinfo-right">
  20. <view class="nickname">
  21. <text class="one-omit">{{ myinfo.nickname }}</text>
  22. <image src="../../static/icon/wd_icon_nan.png" mode="widthFix"
  23. v-if="myinfo.sex_id == 1"></image>
  24. <image src="../../static/icon/wd_icon_nv.png" mode="widthFix"
  25. v-else-if="myinfo.sex_id == 2"></image>
  26. <view class="level">Lv{{ myinfo.my_level }}</view>
  27. </view>
  28. <view class="label">
  29. <view v-for="(item, index) in aihao_tags" :key="index + item">
  30. {{ item }}
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="intro_row">
  36. <block v-if="myinfo.content == ''">
  37. <text class="intro_text two-omit">添加简介</text>
  38. <image src="@/static/icon/wd_icon_edit.png" mode="widthFix" class="add_icon"></image>
  39. </block>
  40. <uv-text v-else class="intro_text two-omit">
  41. {{ myinfo.content }}
  42. </uv-text>
  43. </view>
  44. <view class="bom">
  45. <view class="follow_info" @click="navigateToFollow">
  46. <view class="follow-box">
  47. <view class="num">{{ myinfo.num_attention }}</view>
  48. <view class="label">关注</view>
  49. </view>
  50. <view class="separator"></view>
  51. <view class="follow-box">
  52. <view class="num">{{ myinfo.num_fans }}</view>
  53. <view class="label">粉丝</view>
  54. </view>
  55. <view class="separator"></view>
  56. <view class="follow-box">
  57. <view class="num">{{ myinfo.num_like }}</view>
  58. <view class="label">获赞</view>
  59. </view>
  60. </view>
  61. <view class="points-box">
  62. <view class="points" @click="goPage('/pages/vip/M_purchase')">
  63. <image src="@/static/icon/wd_icon_coin.png" mode=""></image>
  64. {{ myinfo.num_gmm | formatNumberToK}}
  65. <view class="money-add">+</view>
  66. </view>
  67. <view class="points" @click="goPage('/pages/my/job?type=recharge')">
  68. <image src="@/static/icon/wd_icon_xingyuan.png" mode=""></image>
  69. {{ myinfo.num_gmd | formatNumberToK}}
  70. <view class="money-add">+</view>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="card-bom" @click="goPage('/pages/vip/index')">
  76. <view class="content-box">
  77. <image v-if="false" src="@/static/me/icon-vip2.png" mode=""></image>
  78. <image v-else-if="0" src="@/static/me/icon-vip1.png" mode=""></image>
  79. <image v-else src="@/static/me/icon-vip0.png" mode=""></image>
  80. <text v-if="true">开启专属会员权益</text>
  81. <text v-else>会员权益生效中</text>
  82. </view>
  83. <image src="@/static/me/wd_icon_jiantou.png" mode=""></image>
  84. </view>
  85. </view>
  86. </view>
  87. <view class="myinfo">
  88. <!-- <view class="line"></view> -->
  89. <view class="tablist">
  90. <view class="item" :class="{ active: firstLevelNavActive === 0 }"
  91. @click="firstLevelNavActiveSwitch(0)">我的作品
  92. <view class="indicator-triangle"> </view>
  93. </view>
  94. <view class="item" :class="{ active: firstLevelNavActive === 1 }"
  95. @click="firstLevelNavActiveSwitch(1)">我的帖子
  96. <view class="indicator-triangle"> </view>
  97. </view>
  98. </view>
  99. <!-- 作品列表 -->
  100. <template v-if="firstLevelNavActive == 0">
  101. <view class="line"></view>
  102. <view class="subtitle">
  103. <view class="item" :class="{ active: activeTab === 0 }" @click="switchTab(0)">
  104. 作品
  105. </view>
  106. <view class="item" :class="{ active: activeTab === 1 }" @click="switchTab(1)">
  107. 生成中
  108. </view>
  109. </view>
  110. <view class="numlist1" v-if="activeTab === 0" style="margin-top: 30rpx">
  111. <WorkItem v-for="(item, index) in worksList" :secrecy="true" :subtitle="true" :key="index"
  112. :item="item" @click="goWork(item)" />
  113. <!-- 暂无内容提示 -->
  114. <view v-if="worksList.length === 0" class="empty-state">
  115. <image src="@/static/icon/xx_img_zanwuxiaoxi.png" mode="aspectFit" class="empty-image">
  116. </image>
  117. <text class="empty-text">暂无作品</text>
  118. <text class="empty-subtext">快来创作你的第一个作品吧~</text>
  119. </view>
  120. </view>
  121. <view class="numlist2" v-if="activeTab === 1" style="margin-top: 30rpx">
  122. <view class="item" v-for="(item, index) in worksList" :key="index" style="margin-bottom: 28rpx">
  123. <view class="num" @click="goWork(item)">
  124. <WorkItem :item="item" style="margin-bottom: 12rpx" />
  125. <image class="incomplete-bg" v-if="item.status != 9"
  126. src="@/static/me/wd_bg_zhizuozhong.png"></image>
  127. <view class="maskLayer"></view>
  128. <!-- 当activeTab为1时显示队列状态 -->
  129. <view class="queue-status">
  130. <!-- 排队中 -->
  131. <view v-if="item.status === 1" class="status-text">
  132. <image class="state-img" src="@/static/me/wd_icon_paiduizhong.png"></image>
  133. </view>
  134. <!-- 生成失败 -->
  135. <view v-if="item.status === 3 || item.status === 4" class="status-text">
  136. <image class="state-img" src="@/static/me/wd_icon_zhizuoshibai.png"></image>
  137. </view>
  138. <!-- 制作中 -->
  139. <view v-else-if="item.status < 9" class="status-text">
  140. <image class="state-img" src="@/static/me/wd_icon_zhizuozhong.png"></image>
  141. </view>
  142. <!-- 创作完成 -->
  143. <view v-else-if="item.status === 9" class="status-text">
  144. <image class="state-img" src="@/static/me/wd_icon_chuangzuowancheng.png">
  145. </image>
  146. </view>
  147. </view>
  148. <view class="name" style="
  149. font-family: 'PingFang SC-Medium';
  150. font-weight: 500;
  151. font-size: 28rpx;
  152. color: #1a4d2e;
  153. ">
  154. {{ item.title || item.description || "作品" + index }}
  155. </view>
  156. <!-- 显示任务类型标签 -->
  157. <view class="task-type-tag">
  158. <image style="width: 120rpx; height: 36rpx" v-if="item.task_type === 1"
  159. src="@/static/me/wd_icon_lingganchuangzuo.png"></image>
  160. <image style="width: 82rpx; height: 36rpx" v-else-if="item.task_type === 2"
  161. src="@/static/me/wd_icon_yinyue.png"></image>
  162. <!-- <text v-if="item.task_type === 1">灵感创作</text>
  163. <text v-else-if="item.task_type === 2">音乐</text> -->
  164. </view>
  165. </view>
  166. </view>
  167. <!-- 暂无内容提示 -->
  168. <view v-if="worksList.length === 0" class="empty-state">
  169. <image src="@/static/icon/xx_img_zanwuxiaoxi.png" mode="aspectFit" class="empty-image">
  170. </image>
  171. <text class="empty-text">暂无生成中的作品</text>
  172. <text class="empty-subtext">快去创作新作品吧~</text>
  173. </view>
  174. </view>
  175. </template>
  176. <template v-else>
  177. <view class="numlist2" style="margin-top: 30rpx">
  178. <view class="item" v-for="(item, index) in worksList" :key="index" style="margin-bottom: 15rpx">
  179. <view class="num" @click="goWork2(item)">
  180. <WorkItem :item="item" style="margin-bottom: 20rpx" />
  181. <view class="incomplete-bg" style="background: #f8f9fa"></view>
  182. <image class="incomplete-bg" v-if="item.status != 1"
  183. src="@/static/me/wd_bg_zhizuozhong.png"></image>
  184. <image class="incomplete-bg2" v-else-if="item.status == 1" :src="item.image"
  185. mode="widthFix"></image>
  186. <view class="maskLayer" v-if="item.status != 1"></view>
  187. <!-- 当activeTab为1时显示队列状态 -->
  188. <view class="queue-status">
  189. <!-- 已发布 -->
  190. <view v-if="item.status == 1" class="status-text">
  191. <!-- <image class="state-img" src="@/static/me/wd_icon_paiduizhong.png"></image> -->
  192. <!-- ({{ item.queue_position }}/{{ item.all_position }}) -->
  193. </view>
  194. <!-- 待审核 -->
  195. <view v-if="item.status == 2 || item.status === 4" class="status-text">
  196. <image class="state-img" src="@/static/me/wd_icon_shenhezhong.png"></image>
  197. </view>
  198. <!-- 审核失败 -->
  199. <view v-else-if="item.status == 3" class="status-text">
  200. <image class="state-img" src="@/static/me/wd_icon_fabushibai.png"></image>
  201. </view>
  202. </view>
  203. <view class="name" style="
  204. font-family: 'PingFang SC-Medium';
  205. font-weight: 500;
  206. font-size: 28rpx;
  207. color: #1a4d2e;
  208. ">
  209. {{ item.title || item.description || "作品" + index }}
  210. </view>
  211. </view>
  212. </view>
  213. <!-- 暂无内容提示 -->
  214. <view v-if="worksList.length === 0" class="empty-state">
  215. <image src="@/static/icon/xx_img_zanwuxiaoxi.png" mode="aspectFit" class="empty-image">
  216. </image>
  217. <text class="empty-text">暂无帖子</text>
  218. <text class="empty-subtext">快来发布你的第一个帖子吧~</text>
  219. </view>
  220. </view>
  221. </template>
  222. <!-- 加载更多提示 -->
  223. <!-- <view class="loading-more" v-if="isLoading">加载中...</view>
  224. <view class="no-more" v-if="!hasMore && worksList.length > 0">没有更多作品了</view>
  225. <view class="no-more" v-if="!hasMore && worksList.length === 0">暂无作品</view> -->
  226. </view>
  227. <view style="width: 100%; text-align: center; background: #fff">杭州智潮创意科技有限公司</view>
  228. <view class="blankHeight"></view>
  229. </view>
  230. <view class="reserveASeatBom"></view>
  231. <!-- 确认框 -->
  232. <CustomConfirm ref="customConfirm"></CustomConfirm>
  233. <!-- 提示框 -->
  234. <DialogBox ref="DialogBox"></DialogBox>
  235. <tabbar-view :tabbars="tabbars" :currentIndex="4" ref="tabbar"></tabbar-view>
  236. <!-- SharePopup组件 -->
  237. <SharePopup :visible="showShare" :share-url="shareUrl" :share-title="shareTitle" :share-desc="shareDesc"
  238. :share-img="shareImg" @close="showShare = false" />
  239. </view>
  240. </template>
  241. <script>
  242. import tabbarView from "@/components/tabbar/tabbar.vue";
  243. import tabbar from "@/mixins/tabbar";
  244. import CustomConfirm from "@/components/custome-confirm/customeConfirm.vue";
  245. import CircleAvatar from "@/components/CircleAvatar/CircleAvatar.vue";
  246. import meCard from "@/components/meCard/meCard.vue";
  247. import WorkItem from "@/components/WorkItem/WorkItem.vue";
  248. export default {
  249. components: {
  250. tabbarView,
  251. CustomConfirm,
  252. CircleAvatar,
  253. meCard,
  254. WorkItem,
  255. },
  256. mixins: [tabbar],
  257. data() {
  258. return {
  259. title: "",
  260. sel: 1,
  261. firstLevelNavActive: 0,
  262. myinfo: {
  263. avator: "../../static/logo.png",
  264. nickname: "",
  265. join_name: "",
  266. num_1: 0,
  267. num_2: 0,
  268. num_3: 0,
  269. num_4: 0,
  270. is_login: "no",
  271. num_history: 0,
  272. num_collection: 0,
  273. },
  274. aihao_tags: [],
  275. menu_list: [],
  276. data_list: [],
  277. activeTab: 0,
  278. offset: 0,
  279. hasMore: true,
  280. isLoading: false,
  281. worksList: [],
  282. showShare: false,
  283. shareUrl: "https://your-share-url.com",
  284. shareTitle: "分享标题",
  285. shareDesc: "分享描述",
  286. shareImg: "https://your-share-image.com/image.jpg",
  287. };
  288. },
  289. onLoad(e) {
  290. // setTimeout(function() {
  291. // uni.setNavigationBarColor({
  292. // frontColor: '#ffffff',
  293. // backgroundColor: '#00000000',
  294. // animation: {
  295. // duration: 400,
  296. // timingFunc: 'easeIn'
  297. // }
  298. // })
  299. // }, 200);
  300. },
  301. onShow() {
  302. uni.$emit("check_login", () => {});
  303. // this.loadData();
  304. this.offset = 0;
  305. this.hasMore = true;
  306. this.worksList = [];
  307. this.loadInfo();
  308. // 检查全局变量,如果需要切换到生成中标签
  309. if (getApp().globalData.needSwitchToGenerating) {
  310. setTimeout(() => {
  311. this.switchTab(1);
  312. // 重置全局变量
  313. getApp().globalData.needSwitchToGenerating = false;
  314. }, 300);
  315. }else{
  316. this.loadWorksList();
  317. }
  318. },
  319. onReachBottom() {
  320. if (this.hasMore && !this.isLoading) {
  321. this.loadMoreWorks();
  322. }
  323. },
  324. methods: {
  325. clickShare(item) {
  326. this.showShare = true;
  327. },
  328. async showConfirm() {
  329. let that = this;
  330. this.$refs["customConfirm"]
  331. .confirm({
  332. title: "确认解绑",
  333. content: "解绑微信账号后将无法继续使用它登录该App账号?",
  334. DialogType: "inquiry",
  335. btn1: "再考虑一下",
  336. btn2: "确认解绑",
  337. animation: 0,
  338. })
  339. .then((res) => {});
  340. },
  341. onBack() {},
  342. chkSel() {
  343. if (this.sel == 1) {
  344. this.sel = 0;
  345. } else {
  346. this.sel = 1;
  347. }
  348. },
  349. goPage(page) {
  350. if (page == "kefu") {
  351. let that = this;
  352. // #ifdef APP-PLUS
  353. plus.share.getServices((res) => {
  354. const wechat = res.find((i) => i.id === "weixin");
  355. if (wechat) {
  356. wechat.openCustomerServiceChat({
  357. corpid: "wwbc06aa8311b6ac08",
  358. // url: 'https://work.weixin.qq.com/kfid/kfc4b0bcb4038d00a50'
  359. url: that.myinfo.wxkf,
  360. },
  361. (src) => {
  362. console.log("success:");
  363. },
  364. (err) => {
  365. console.log("error:");
  366. }
  367. );
  368. } else {
  369. uni.showToast({
  370. title: "没有检测到微信,请先安装",
  371. icon: "error",
  372. });
  373. }
  374. });
  375. // #endif
  376. } else if (page != "") {
  377. uni.navigateTo({
  378. url: page,
  379. });
  380. }
  381. },
  382. loadInfo() {
  383. console.log({
  384. uuid: getApp().globalData.uuid,
  385. skey: getApp().globalData.skey,
  386. });
  387. uni.request({
  388. url: this.$apiHost + "/User/getinfo",
  389. data: {
  390. uuid: getApp().globalData.uuid,
  391. skey: getApp().globalData.skey,
  392. },
  393. header: {
  394. "content-type": "application/json",
  395. sign: getApp().globalData.headerSign,
  396. },
  397. success: (res) => {
  398. console.log("----:", JSON.parse(JSON.stringify(res.data)));
  399. if (res.data.need_login == "yes") {
  400. // getApp().globalData.skey = "";
  401. // getApp().globalData.uuid = "";
  402. uni.removeStorageSync("wapptoken");
  403. uni.redirectTo({
  404. url: "/pages/login/login",
  405. });
  406. return;
  407. }
  408. if (res.data.aihao) {
  409. this.aihao_tags = res.data.aihao.split(",");
  410. }
  411. this.myinfo = res.data;
  412. },
  413. complete: (com) => {
  414. // uni.hideLoading();
  415. },
  416. fail: (e) => {
  417. console.log("----e:", e);
  418. },
  419. });
  420. },
  421. onLogout() {
  422. let that = this;
  423. this.$refs["DialogBox"]
  424. .confirm({
  425. title: "提示",
  426. content: "确定退出吗?",
  427. DialogType: "inquiry",
  428. btn1: "取消",
  429. btn2: "退出",
  430. animation: 0,
  431. })
  432. .then((res) => {
  433. uni.request({
  434. url: that.$apiHost + "/My/logout",
  435. data: {
  436. uuid: getApp().globalData.uuid,
  437. skey: getApp().globalData.skey,
  438. },
  439. header: {
  440. "content-type": "application/json",
  441. sign: getApp().globalData.headerSign,
  442. },
  443. success: (res) => {
  444. console.log("----:", res.data);
  445. // getApp().globalData.skey = "";
  446. // getApp().globalData.uuid = "";
  447. uni.removeStorageSync("wapptoken");
  448. uni.redirectTo({
  449. url: "/pages/login/login",
  450. });
  451. },
  452. complete: (com) => {
  453. // uni.hideLoading();
  454. },
  455. fail: (e) => {
  456. console.log("----e:", e);
  457. },
  458. });
  459. });
  460. },
  461. switchTab(index) {
  462. this.activeTab = index;
  463. this.offset = 0;
  464. this.hasMore = true;
  465. this.worksList = [];
  466. this.loadWorksList();
  467. },
  468. loadWorksList() {
  469. if (this.isLoading) return;
  470. this.isLoading = true;
  471. // 根据activeTab选择不同的API
  472. let apiUrl = "";
  473. if (this.firstLevelNavActive == 0) {
  474. if (this.activeTab === 0) {
  475. apiUrl = "/Work/getlist";
  476. } else {
  477. apiUrl = "/WorkAI/getMyQueueList";
  478. }
  479. } else if (this.firstLevelNavActive == 1) {
  480. apiUrl = "/Article/getlist";
  481. }
  482. uni.request({
  483. url: this.$apiHost + apiUrl,
  484. data: {
  485. uuid: getApp().globalData.uuid,
  486. skey: getApp().globalData.skey,
  487. type: "my", // 固定为my,表示获取自己的作品
  488. offset: this.offset,
  489. status: this.activeTab === 0 ? 1 : undefined, // 只有我的作品需要status参数
  490. },
  491. header: {
  492. "content-type": "application/json",
  493. sign: getApp().globalData.headerSign,
  494. },
  495. success: (res) => {
  496. console.log("列表数据:", JSON.parse(JSON.stringify(res.data)));
  497. if (res.data.success == "yes" && res.data.list) {
  498. if (res.data.list.length > 0) {
  499. this.worksList = [...this.worksList, ...res.data.list];
  500. this.offset += res.data.list.length;
  501. }
  502. if (res.data.list.length < 20) {
  503. this.hasMore = false;
  504. }
  505. } else {
  506. this.hasMore = false;
  507. }
  508. // 只有在"我的作品"标签下才更新data_list
  509. if (this.activeTab === 0) {
  510. this.updateDataList();
  511. }
  512. console.log("作品列表数据:", this.worksList);
  513. },
  514. complete: () => {
  515. this.isLoading = false;
  516. },
  517. fail: (e) => {
  518. console.log("请求列表失败:", e);
  519. this.isLoading = false;
  520. },
  521. });
  522. },
  523. firstLevelNavActiveSwitch(n) {
  524. this.firstLevelNavActive = n;
  525. this.offset = 0;
  526. this.hasMore = true;
  527. this.worksList = [];
  528. if (this.firstLevelNavActive == 0) {
  529. this.activeTab = 0;
  530. }
  531. this.loadWorksList();
  532. },
  533. loadMoreWorks() {
  534. if (this.hasMore && !this.isLoading) {
  535. this.loadWorksList();
  536. }
  537. },
  538. updateDataList() {
  539. this.data_list = this.worksList.map((item) => {
  540. return {
  541. url: item.images || item.img_url || item.url || "../../static/logo.png",
  542. title: item.title || item.description || "作品",
  543. id: item.id,
  544. };
  545. });
  546. },
  547. goWork(item) {
  548. uni.$emit("check_login", () => {});
  549. // , //任务状态(1:排队中,3:生成失败,4:生成失败,9:创作完成)
  550. if (this.activeTab == 0) {
  551. uni.navigateTo({
  552. // url: "/pages/index/workDetail?id=" + item.id,
  553. url: "/pages/makedetail/makeDetail?id=" +
  554. item.queue_id +
  555. "&queueId=" +
  556. item.id,
  557. });
  558. } else {
  559. if (item.status >= 9) {
  560. uni.navigateTo({
  561. url: "/pages/makedetail/makeDetail?id=" + item.id,
  562. });
  563. }
  564. if (item.status < 9 && item.status != 3 && item.status != 4) {
  565. // <!-- <text v-if="item.task_type === 1">灵感创作</text>
  566. // <text v-else-if="item.task_type === 2">音乐</text> -->
  567. var url = "";
  568. if (item.task_type === 1) {
  569. url = "/makedetail/makeImgDetail";
  570. }
  571. if (item.task_type === 2) {
  572. url = "/makedetail/makeMusicDetail";
  573. }
  574. if (url) {
  575. uni.navigateTo({
  576. url: "/pages" + url + "?id=" + item.id,
  577. });
  578. }
  579. }
  580. }
  581. },
  582. goWork2(item) {
  583. uni.navigateTo({
  584. // url: "/pages/index/workDetail?id=" + item.id,
  585. url: "/pages/index/articleDetail?id=" + item.id,
  586. });
  587. },
  588. navigateToSettings() {
  589. uni.$emit("check_login", () => {
  590. uni.navigateTo({
  591. url: "/pages/my/setting",
  592. });
  593. });
  594. },
  595. navigateToFollow() {
  596. uni.navigateTo({
  597. url: "/pages/my/follow",
  598. });
  599. },
  600. },
  601. };
  602. </script>
  603. <style scoped lang="scss">
  604. @import "my.scss";
  605. .empty-state {
  606. display: flex;
  607. flex-direction: column;
  608. align-items: center;
  609. justify-content: center;
  610. padding: 60rpx 0;
  611. margin-top: 40rpx;
  612. background: #FFFFFF;
  613. border-radius: 20rpx;
  614. width: 710rpx;
  615. .empty-image {
  616. width: 240rpx;
  617. height: 240rpx;
  618. margin-bottom: 30rpx;
  619. }
  620. .empty-text {
  621. font-size: 32rpx;
  622. color: #333333;
  623. margin-bottom: 16rpx;
  624. font-weight: 500;
  625. }
  626. .empty-subtext {
  627. font-size: 28rpx;
  628. color: #999999;
  629. }
  630. }
  631. </style>