chat.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. <template>
  2. <view class="chat-pages">
  3. <u-navbar :border="false" :fixed='true' :placeholder='true'>
  4. <view class="u-nav-slot" slot="left" style="display: flex;">
  5. <u-icon name="arrow-left" @click="return1()" size="20"></u-icon>
  6. <text
  7. class="title">{{user_other.merchant_name || user_other.nickname ||user_other.easemob_nickname}}</text>
  8. </view>
  9. <view class="u-flex" slot="right" @click="goshop(user_other.id)">
  10. <view v-if="user_other.merchant_name" class="dian">{{i18n.store}}</view>
  11. <view class="" style="width: 200rpx;"></view>
  12. <!-- <text class="title">{{user_other.merchant_name}}</text> -->
  13. <!-- <text>{{user_other.company_name || ''}}·{{user_other.type || ''}}</text> -->
  14. </view>
  15. </u-navbar>
  16. <view class="" style="height: 60rpx;"></view>
  17. <scroll-view scroll-y="true" :scroll-into-view="scrollIntoViewId" style="height: calc(100vh - 340rpx);">
  18. <view :id="'msg'+ item.ext.id" class="chat-item" v-for="(item,index) in list" :key="index">
  19. <view class="chat-time">
  20. {{renderTime(item.time)}}
  21. </view>
  22. <view class="chat-item-box u-flex u-col-top acenter" v-if="item.from == user_other_no">
  23. <image :src="user_other.avatar || user_other.image" class="user-img" mode=""></image>
  24. <view style="max-width: 80%;" class="" v-if="item.type == 'txt' && !item.ext.type">
  25. <view class="chat-text" :style="{background:item.from == user_no ? '#D3E5FB' : '#fff'}">
  26. {{item.msg}}
  27. </view>
  28. </view>
  29. <view class="" v-if="item.type=='img'" style="margin: 0 20rpx;">
  30. <img :src="item.url" alt="" style="width: 200rpx;height: 200rpx;" />
  31. </view>
  32. <view style="max-width: 80%;" v-if="item.type == 'audio'">
  33. <view class="chat-text hflex acenter jend" style="background: #D3E5FB;max-width: 550rpx;"
  34. @click="playaudio(item.url)">
  35. <image src="../static/images/yuyin-left.png" mode="" style="width: 20rpx;height: 20rpx;">
  36. </image>
  37. <text :style="'padding-left: ' + item.length * 10 + 'rpx'">{{item.length}}</text>
  38. </view>
  39. </view>
  40. <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
  41. :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item.ext.order.id)">
  42. <view class="u-flex ">
  43. <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
  44. <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
  45. <view class="chattitle">{{item.ext.order.name}}</view>
  46. <text
  47. class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
  48. </view>
  49. </view>
  50. <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
  51. <view class="chatfu">{{item.ext.order.fu}}</view>
  52. </view>
  53. <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'orderinfo'"
  54. :style="{top:(statusheight + 58) + 'px'}" @click="toDetail(item.ext.order.info.order.id)">
  55. <!-- <view v-for="(item,idx) in orderList" :key="idx"> -->
  56. <view class="chatfu"
  57. style="height: 50rpx;display: flex;justify-content: space-between;align-items: center;">
  58. <view class="">订单编号:{{item.ext.order.info.order.order_no}}</view>
  59. </view>
  60. <view class="u-flex " v-for="(child,index) in item.ext.order.info.order_goods" :key="index"
  61. style="margin-top: 10rpx;">
  62. <image :src="child.goods_image" style="width: 152rpx;height: 152rpx;" mode="">
  63. </image>
  64. <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
  65. <view class="chattitle">{{child.goods_name}}</view>
  66. <text class="catmoney">¥{{child.amount}}</text>
  67. </view>
  68. </view>
  69. </view>
  70. </view>
  71. <view class="chat-item-box u-flex u-col-top jend" v-if="item.from == user_no">
  72. <view style="max-width: 80%;" class="" v-if="item.type == 'txt' && !item.ext.type">
  73. <view class="chat-text" :style="{background:item.from == user_no ? '#D3E5FB' : '#fff'}">
  74. {{item.msg}}
  75. </view>
  76. </view>
  77. <view style="max-width: 80%;" v-if="item.type == 'audio'">
  78. <view class="chat-text hflex acenter jend" style="background: #D3E5FB;max-width: 550rpx;"
  79. @click="playaudio(item.url)">
  80. <text :style="'padding-left: ' + item.length * 10 + 'rpx'">{{item.length}}</text>
  81. <image src="../static/images/yuyin-right.png" mode="" style="width: 20rpx;height: 20rpx;">
  82. </image>
  83. </view>
  84. </view>
  85. <view class="" v-if="item.type=='img'" style="margin: 0 20rpx;">
  86. <img :src="item.url" alt="" style="width: 200rpx;height: 200rpx;" />
  87. </view>
  88. <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
  89. :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item.ext.order.id)">
  90. <view class="u-flex ">
  91. <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
  92. <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
  93. <view class="chattitle">{{item.ext.order.name}}</view>
  94. <text
  95. class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
  96. </view>
  97. </view>
  98. <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
  99. <view class="chatfu">{{item.ext.order.fu}}</view>
  100. </view>
  101. <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'orderinfo'"
  102. :style="{top:(statusheight + 58) + 'px'}" @click="toDetail(item.ext.order.info.order.id)">
  103. <!-- <view v-for="(item,idx) in orderList" :key="idx"> -->
  104. <view class="chatfu"
  105. style="height: 50rpx;display: flex;justify-content: space-between;align-items: center;">
  106. <view class="">订单编号:{{item.ext.order.info.order.order_no}}</view>
  107. </view>
  108. <view class="u-flex " v-for="(child,index) in item.ext.order.info.order_goods" :key="index"
  109. style="margin-top: 10rpx;">
  110. <image :src="child.goods_image" style="width: 152rpx;height: 152rpx;" mode="">
  111. </image>
  112. <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
  113. <view class="chattitle">{{child.goods_name}}</view>
  114. <text class="catmoney">¥{{child.amount}}</text>
  115. </view>
  116. </view>
  117. </view>
  118. <image v-if="item.from == '13523652365'" src="/pageA/static/images/kefu.png"
  119. style="width: 88rpx;height: 88rpx;" mode=""></image>
  120. <image v-else-if="item.from == user_no" :src="user.avatar" class="user-img" mode=""></image>
  121. </view>
  122. </view>
  123. <view class="" style="height: 55rpx;"></view>
  124. <!-- <kj-chat></kj-chat> -->
  125. <kj-chat :user='user' :to="user_other_no" :list="changyong_list" :user_other='user_other'
  126. @success="getdatab()"></kj-chat>
  127. </scroll-view>
  128. </view>
  129. </template>
  130. <script>
  131. import vueBus from '@/utils/vueBus.js'
  132. import WebIM from '@/newSDK/Easemob-chat-4.1.7.js'
  133. import {
  134. conn
  135. } from '@/utils/WebIM';
  136. import {
  137. renderTime
  138. } from '@/utils/index'
  139. const innerAudioContext = uni.createInnerAudioContext()
  140. export default {
  141. data() {
  142. return {
  143. user_other_no: '',
  144. user_no: '',
  145. user: {},
  146. user_other: {},
  147. pageSize: 20,
  148. loadText: '',
  149. list: [],
  150. renderTime,
  151. playStatus: 0, //录音播放状态 0:未播放 1:正在播放
  152. statusheight: '',
  153. currentMessageId: '',
  154. scrollIntoViewId: '',
  155. scrollId: '',
  156. cursor: ''
  157. }
  158. },
  159. onLoad(options) {
  160. this.user = uni.getStorageSync('user_info')
  161. console.log('user', this.user);
  162. if (options.user_other) {
  163. this.user_other = JSON.parse(decodeURIComponent(options.user_other))
  164. console.log('user_other', this.user_other);
  165. }
  166. // this.statusheight = uni.getSystemInfoSync().statusBarHeight,
  167. this.user_other_no = options.user_other_no
  168. console.log(this.user_other_no);
  169. // this.user_other = options.user_other, //用户信息
  170. if (uni.getStorageSync('user_no')) {
  171. this.user_no = uni.getStorageSync('user_no')
  172. } else {
  173. // index().then((res) => {
  174. // })
  175. }
  176. vueBus.$on('message', this.getdata)
  177. if (options.id) {
  178. this.scrollId = options.id
  179. }
  180. },
  181. onShow() {
  182. this.getdata()
  183. },
  184. computed: {
  185. i18n() {
  186. return this.$t('index')
  187. }
  188. },
  189. methods: {
  190. getdatab() {
  191. this.cursor = ''
  192. this.getdata()
  193. },
  194. scroll(id) {
  195. // this.$nextTick(() => {
  196. this.scrollIntoViewId = 'msg' + id;
  197. // })
  198. },
  199. //跳转订单详情
  200. toDetail(id) {
  201. uni.navigateTo({
  202. url: `/pageC/orderFormDetail/orderFormDetail?orderId=${id}`,
  203. });
  204. },
  205. //逛逛
  206. goshop(id) {
  207. uni.navigateTo({
  208. url: '/pageD/homepage/homepage?merchant_id=' + id + '&show=' + true
  209. })
  210. },
  211. callphone() {
  212. uni.$u.http.get('/api/config', {
  213. params: {
  214. module: 'basic'
  215. }
  216. }).then((res) => {
  217. console.log(res);
  218. uni.makePhoneCall({
  219. phoneNumber: res.service_mobile
  220. })
  221. }).catch(() => {})
  222. },
  223. previewimg(url) {
  224. let urls = []
  225. urls.push(url)
  226. uni.previewImage({
  227. urls: urls,
  228. longPressActions: {
  229. itemList: ['发送给朋友', '保存图片', '收藏'],
  230. success: function(data) {
  231. console.log('选中了第' + (data.tapIndex + 1) + '个按钮,第' + (data.index + 1) + '张图片');
  232. },
  233. fail: function(err) {
  234. console.log(err.errMsg);
  235. }
  236. }
  237. });
  238. },
  239. playaudio(url) {
  240. let _this = this
  241. innerAudioContext.src = url
  242. console.log(url);
  243. var music = wx.setInnerAudioOption({
  244. obeyMuteSwitch: false,
  245. success: function(res) {
  246. console.log("开启静音模式下播放音乐的功能");
  247. },
  248. fail: function(err) {
  249. console.log(err);
  250. console.log("静音设置失败");
  251. },
  252. });
  253. console.log(this.playStatus);
  254. if (this.playStatus == 0) {
  255. innerAudioContext.play()
  256. innerAudioContext.onPlay(() => {
  257. console.log('开始播放');
  258. _this.playStatus = 1
  259. });
  260. } else {
  261. innerAudioContext.pause()
  262. innerAudioContext.onPause(() => {
  263. console.log('暂停播放');
  264. _this.playStatus = 0
  265. });
  266. }
  267. innerAudioContext.onError((res) => {
  268. console.log('onError', res.errMsg);
  269. console.log('onError', res.errCode);
  270. });
  271. innerAudioContext.onEnded((res) => {
  272. _this.playStatus = 0
  273. })
  274. },
  275. return1() {
  276. uni.navigateBack()
  277. },
  278. getuser() {
  279. let that = this
  280. getEmchatUsersData({
  281. user_no: this.user_no + ',' + this.user_other_no,
  282. }).then((res) => {
  283. if (res.code == 1) {
  284. this.user = res.data[0]
  285. this.user_other = res.data[1]
  286. } else {
  287. that.$u.toast(res.msg)
  288. }
  289. })
  290. },
  291. getdata() {
  292. let option2 = {
  293. chatType: "singleChat", // 会话类型,设置为单聊。
  294. type: "channel", // 消息类型。
  295. to: this.user_other_no, // 接收消息对象的用户 ID。
  296. };
  297. let msg2 = new WebIM.message.create(option2);
  298. // conn.send(msg2);
  299. let options = {
  300. // 对方的用户 ID 或者群组 ID 或聊天室 ID。
  301. targetId: this.user_other_no,
  302. // 每页期望获取的消息条数。取值范围为 [1,50],默认值为 20。
  303. pageSize: 50,
  304. // 查询的起始消息 ID。若该参数设置为 `-1`、`null` 或空字符串,从最新消息开始。
  305. cursor: this.cursor,
  306. // 会话类型:(默认) `singleChat`:单聊;`groupChat`:群聊。
  307. chatType: "singleChat",
  308. // 消息搜索方向:(默认)`up`:按服务器收到消息的时间的逆序获取;`down`:按服务器收到消息的时间的正序获取。
  309. searchDirection: "up",
  310. };
  311. conn.getHistoryMessages(options).then((res) => {
  312. // 成功获取历史消息。
  313. if (res.isLast) {
  314. this.loadText = this.i18n.Nofurtherdata;
  315. }
  316. if (this.cursor == '') {
  317. this.list = res.messages.reverse()
  318. } else {
  319. this.list = this.list.concat(res.messages.reverse())
  320. }
  321. if (this.scrollId != '') {
  322. this.list.forEach((item) => {
  323. if (item.ext.id == this.scrollId) {
  324. this.scrollIntoViewId = 'msg' + this.scrollId
  325. } else {
  326. }
  327. })
  328. if (this.scrollIntoViewId == '') {
  329. this.getdata()
  330. }
  331. }
  332. this.cursor = res.cursor
  333. console.log(this.list);
  334. if (this.scrollId == '') {
  335. this.$nextTick(() => {
  336. this.scrollIntoViewId = 'msg' + this.list.slice(-1)[0].ext.id
  337. })
  338. }
  339. })
  340. .catch((e) => {
  341. // 获取失败。
  342. console.log('失败', e);
  343. });
  344. },
  345. toinfo(id) {
  346. uni.navigateTo({
  347. url: '/pageA/productdetails?id=' + id
  348. })
  349. }
  350. }
  351. }
  352. </script>
  353. <style lang="scss">
  354. .dian {
  355. height: 48rpx;
  356. border-radius: 24rpx;
  357. border: 1rpx solid rgba(151, 151, 151, 0.5);
  358. padding: 4rpx 20rpx;
  359. box-sizing: border-box;
  360. font-family: PingFangSC, PingFang SC;
  361. font-weight: 400;
  362. font-size: 28rpx;
  363. color: #222222;
  364. // line-height: 48rpx;
  365. text-align: center;
  366. font-style: normal;
  367. }
  368. .chatfu {
  369. font-family: PingFangSC, PingFang SC;
  370. font-weight: 400;
  371. font-size: 20rpx;
  372. color: #555555;
  373. line-height: 28rpx;
  374. text-align: left;
  375. font-style: normal;
  376. }
  377. .chattitle {
  378. width: 314rpx;
  379. height: 72rpx;
  380. font-family: PingFangSC, PingFang SC;
  381. font-weight: 400;
  382. font-size: 26rpx;
  383. color: #222222;
  384. line-height: 36rpx;
  385. text-align: left;
  386. font-style: normal;
  387. overflow: hidden;
  388. text-overflow: ellipsis;
  389. word-break: break-all;
  390. -webkit-line-clamp: 2;
  391. display: -webkit-box;
  392. -webkit-box-orient: vertical;
  393. // white-space: pre-wrap;
  394. }
  395. .catmoney {
  396. width: 104rpx;
  397. height: 46rpx;
  398. font-family: HarmonyOS_Sans_Medium;
  399. font-size: 26rpx;
  400. color: #F83224;
  401. line-height: 36rpx;
  402. text-align: left;
  403. font-style: normal;
  404. font-weight: 600;
  405. }
  406. .title {
  407. font-family: PingFangSC, PingFang SC;
  408. font-weight: 500;
  409. font-size: 36rpx;
  410. color: #222222;
  411. line-height: 50rpx;
  412. text-align: left;
  413. font-style: normal;
  414. }
  415. .jend {
  416. justify-content: flex-end;
  417. }
  418. .chat-pages {
  419. .chat-header1 {
  420. width: 702rpx;
  421. background: #FFFFFF;
  422. border-radius: 16rpx;
  423. position: sticky;
  424. left: 24rpx;
  425. // z-index: 20;
  426. margin: 10px auto;
  427. padding: 0 20rpx;
  428. .goutong-time1 {
  429. line-height: 80rpx;
  430. font-size: 24rpx;
  431. font-family: SFPro-Regular, SFPro;
  432. font-weight: 400;
  433. color: #777777;
  434. border-top: 2rpx solid #F0F0F0;
  435. }
  436. .zhiwei-text {
  437. font-size: 26rpx;
  438. font-family: PingFangSC-Regular, PingFang SC;
  439. font-weight: 400;
  440. color: #555555;
  441. padding-bottom: 20rpx;
  442. border-bottom: 2rpx solid #F0F0F0;
  443. }
  444. .zhiwei-title {
  445. font-size: 26rpx;
  446. font-family: PingFangSC-Regular, PingFang SC;
  447. font-weight: 400;
  448. color: #555555;
  449. margin-bottom: 20rpx;
  450. }
  451. .chat-label1 {
  452. padding: 8rpx 0 10rpx 0;
  453. text {
  454. margin-right: 10rpx;
  455. margin-bottom: 10rpx;
  456. line-height: 40rpx;
  457. background: #F3F3F3;
  458. border-radius: 4rpx;
  459. padding: 0 12rpx;
  460. font-size: 24rpx;
  461. font-family: PingFangSC-Regular, PingFang SC;
  462. font-weight: 400;
  463. color: #555555;
  464. }
  465. }
  466. .jingli1-box {
  467. font-size: 24rpx;
  468. font-family: PingFangSC-Regular, PingFang SC;
  469. font-weight: 400;
  470. color: #555555;
  471. margin-bottom: 20rpx;
  472. }
  473. .header1-top {
  474. padding: 24rpx 0 20rpx 0;
  475. text:frist-child {
  476. font-size: 32rpx;
  477. font-family: PingFangSC-Medium, PingFang SC;
  478. font-weight: 500;
  479. color: #222222;
  480. }
  481. text:last-child {
  482. font-size: 32rpx;
  483. font-family: DINAlternate-Bold, DINAlternate;
  484. font-weight: bold;
  485. color: #0C66C2;
  486. }
  487. }
  488. }
  489. .chat-item {
  490. padding: 0 24rpx;
  491. margin-bottom: 20rpx;
  492. .chat-item-box {
  493. .chat-text {
  494. border-radius: 20rpx;
  495. background-color: #fff;
  496. max-width: 100%;
  497. margin: 0 20rpx;
  498. font-size: 30rpx;
  499. font-family: PingFangSC-Regular, PingFang SC;
  500. font-weight: 400;
  501. color: #141414;
  502. padding: 20rpx 24rpx;
  503. }
  504. .user-img {
  505. width: 92rpx;
  506. height: 92rpx;
  507. border-radius: 100rpx;
  508. }
  509. }
  510. .chat-time {
  511. text-align: center;
  512. margin-bottom: 30rpx;
  513. font-size: 24rpx;
  514. font-family: PingFangSC-Regular, PingFang SC;
  515. font-weight: 400;
  516. color: #777777;
  517. }
  518. }
  519. .chat-header {
  520. width: 540rpx;
  521. // height: 264rpx;
  522. background: #FFFFFF;
  523. border-radius: 16rpx;
  524. position: sticky;
  525. left: 24rpx;
  526. z-index: 10;
  527. margin: 10px auto;
  528. padding: 20rpx;
  529. .goutong-time {
  530. line-height: 80rpx;
  531. font-size: 24rpx;
  532. font-family: SFPro-Regular, SFPro;
  533. font-weight: 400;
  534. color: #777777;
  535. border-top: 2rpx solid #F0F0F0;
  536. }
  537. .chat-label {
  538. padding: 8rpx 0 10rpx 0;
  539. text {
  540. margin-right: 10rpx;
  541. margin-bottom: 10rpx;
  542. line-height: 40rpx;
  543. background: #F3F3F3;
  544. border-radius: 4rpx;
  545. padding: 0 12rpx;
  546. font-size: 24rpx;
  547. font-family: PingFangSC-Regular, PingFang SC;
  548. font-weight: 400;
  549. color: #555555;
  550. }
  551. }
  552. .jingli-box {
  553. margin-bottom: 12rpx;
  554. .img {
  555. width: 28rpx;
  556. height: 28rpx;
  557. }
  558. .text1 {
  559. font-size: 28rpx;
  560. font-family: PingFangSC-Regular, PingFang SC;
  561. font-weight: 400;
  562. color: #222222;
  563. margin: 0 12rpx;
  564. flex: 1;
  565. }
  566. .text2 {
  567. font-size: 22rpx;
  568. font-family: SFPro-Regular, SFPro;
  569. font-weight: 400;
  570. color: #888888;
  571. }
  572. }
  573. .header-top {
  574. height: 150rpx;
  575. .header-right {
  576. width: 96rpx;
  577. height: 96rpx;
  578. position: relative;
  579. .sex {
  580. position: absolute;
  581. bottom: 0;
  582. right: 4rpx;
  583. width: 20rpx;
  584. height: 20rpx;
  585. }
  586. .right-img {
  587. width: 96rpx;
  588. height: 96rpx;
  589. border-radius: 100rpx;
  590. }
  591. }
  592. .header-left {
  593. .text3 {
  594. font-size: 26rpx;
  595. font-family: SFPro-Regular, SFPro;
  596. font-weight: 400;
  597. color: #666666;
  598. margin-top: 10rpx;
  599. }
  600. .text1 {
  601. font-size: 36rpx;
  602. font-family: PingFangSC-Medium, PingFang SC;
  603. font-weight: 500;
  604. color: #222222;
  605. margin-right: 28rpx;
  606. }
  607. .text2 {
  608. font-size: 26rpx;
  609. font-family: PingFangSC-Regular, PingFang SC;
  610. font-weight: 400;
  611. color: #222222;
  612. }
  613. }
  614. }
  615. }
  616. .chat-navbar {
  617. flex: 1;
  618. // padding-left: 100rpx;
  619. text:first-child {
  620. font-size: 36rpx;
  621. font-family: PingFangSC-Medium, PingFang SC;
  622. font-weight: 500;
  623. color: #141414;
  624. }
  625. text:last-child {
  626. font-size: 22rpx;
  627. font-family: PingFangSC-Regular, PingFang SC;
  628. font-weight: 400;
  629. color: #777777;
  630. }
  631. }
  632. }
  633. page {
  634. background-color: #F3F3F3;
  635. }
  636. </style>