index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. <template>
  2. <view class="content">
  3. <view class="cont">
  4. <view class="bg">
  5. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/user_top_bg.png"></image>
  6. </view>
  7. <view class="cont-box">
  8. <view class="status_bar" :style="{height: statusBarHeight}"></view>
  9. <view class="top-title">
  10. </view>
  11. <view class="user" @click.stop="loginNavTo('/pages_user/personInfo')">
  12. <view class="left" >
  13. <image :src="user.avatar==null?'https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/22cb9518a55040dea74d8f730551a7a2.jpg':user.avatar"></image>
  14. </view>
  15. <view class="right" >
  16. <view class="name-box" >
  17. <view class="name">{{user.nickName}}</view>
  18. <view class="btns" >
  19. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/images/icon_set.png"></image>
  20. </view>
  21. </view>
  22. <view class="phone" v-if="user.phone!=''">{{$parsePhone(user.phone)}}</view>
  23. <view class="counts">
  24. <view class="count" @click.stop="loginNavTo('/pages_user/integral')"><image class="lv_icon" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/lv_icon.png"></image>{{user.integral||0}}积分</view>
  25. <!-- <view class="count">我的健康金 {{user.balance}}</view> -->
  26. </view>
  27. </view>
  28. </view>
  29. <view class="menus">
  30. <view class="title-box" >
  31. <view class="line"></view>
  32. <view class="title">我的订单</view>
  33. </view>
  34. <view class="menu-box">
  35. <view class="menu" @click="loginNavTo('/pages_order/inquiryOrderList')">
  36. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/consultation_order_icon.png"></image>
  37. <view class="title">咨询订单</view>
  38. </view>
  39. <view class="menu" @click="loginNavTo('/pages_order/storeOrderList')">
  40. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/prescription_order_icon.png"></image>
  41. <view class="title">处方订单</view>
  42. </view>
  43. <view class="menu" @click="loginNavTo('/pages_order/packageOrderList')">
  44. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/service_pack_icon.png"></image>
  45. <view class="title">服务包</view>
  46. </view>
  47. <view class="menu" @click="loginNavTo('/pages_order/storeOrderRefundList')">
  48. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/my_service_icon.png"></image>
  49. <view class="title">售后服务</view>
  50. </view>
  51. <view class="menu" @click="loginNavTo('/pages_shopping/userindex')">
  52. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/service_pack_icon.png"></image>
  53. <view class="title">商城订单</view>
  54. </view>
  55. </view>
  56. </view>
  57. <view class="menus">
  58. <view class="title-box">
  59. <view class="line"></view>
  60. <view class="title">医疗服务</view>
  61. </view>
  62. <view class="menu-box">
  63. <view class="menu" @click="loginNavTo('/pages_user/myDoctorList')">
  64. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/my_doctor_icon.png"></image>
  65. <view class="title">我的医生</view>
  66. </view>
  67. <view class="menu" @click="loginNavTo('/pages_order/prescribeList')">
  68. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/my_prescription_icon.png"></image>
  69. <view class="title">我的处方</view>
  70. </view>
  71. <view class="menu" @click="loginNavTo('/pages_user/followList')">
  72. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/follow_up_icon.png"></image>
  73. <view class="title">我的随访</view>
  74. </view>
  75. <view class="menu" @click="toIM()">
  76. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/medical_consultation_icon.png"></image>
  77. <view class="title">用药咨询</view>
  78. </view>
  79. <view class="menu" @click="navTo('/pages_user/drugReportList')" >
  80. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/medication_report_icon.png"></image>
  81. <view class="title">用药报告</view>
  82. </view>
  83. </view>
  84. </view>
  85. <view class="menus">
  86. <view class="title-box">
  87. <view class="line"></view>
  88. <view class="title">常用应用</view>
  89. </view>
  90. <view class="menu-box">
  91. <view class="menu" @click="loginNavTo('/pages_user/patient')">
  92. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/encounter_mgmt_icon.png"></image>
  93. <view class="title">就诊管理</view>
  94. </view>
  95. <view class="menu" @click="loginNavTo('/pages_user/address')">
  96. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/address_management_icon.png"></image>
  97. <view class="title">地址管理</view>
  98. </view>
  99. <view class="menu" @click="loginNavTo('/pages_user/healthRecords/index')">
  100. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/health_records_icon.png"></image>
  101. <view class="title">健康档案</view>
  102. </view>
  103. <view class="menu" @click="loginNavTo('/pages_user/tongue/tongueList')">
  104. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/tongue_icon.png"></image>
  105. <view class="title">舌苔报告</view>
  106. </view>
  107. <view class="menu" @click="loginNavTo('/pages_user/addHealthButler')">
  108. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/health_butler_icon.png"></image>
  109. <view class="title">健康管家</view>
  110. </view>
  111. <view class="menu" @click="loginNavTo('/pages_user/myCouponList')">
  112. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/my_coupon_icon.png"></image>
  113. <view class="title">我的优惠卷</view>
  114. </view>
  115. <view class="menu" @click="loginNavTo('/pages_company/couponList?couponType=6')">
  116. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/coupon_collection_center_icon.png"></image>
  117. <view class="title">领券中心</view>
  118. </view>
  119. <!-- <view class="menu" @click="loginNavTo('/pages_order/invoice/invoiceList')">
  120. <image class="min-image" src=""></image>
  121. <view class="title">开票历史</view>
  122. </view> -->
  123. <view class="menu" @click="loginNavTo('/pages_user/cert')">
  124. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/qualifications_icon.png"></image>
  125. <view class="title">资质证书</view>
  126. </view>
  127. <view class="menu" @click="loginNavTo('/pages_user/price')">
  128. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/price_announcement_icon.png"></image>
  129. <view class="title">价格公示</view>
  130. </view>
  131. <view class="menu" >
  132. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/service_center_icon.png"></image>
  133. <view class="title">客服中心</view>
  134. <button class='contact-btn' open-type="contact">
  135. </button>
  136. </view>
  137. <!-- <view class="menu" @click="loginNavTo('/pages_user/feedback')">
  138. <image class="min-image" src=""></image>
  139. <view class="title">投诉建议</view>
  140. </view> -->
  141. <view class="menu" @click="navTo('/pages_user/about')">
  142. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/about_us_icon.png"></image>
  143. <view class="title">关于我们</view>
  144. </view>
  145. </view>
  146. </view>
  147. <view class="menus">
  148. <view class="title-box">
  149. <view class="line"></view>
  150. <view class="title">管理端</view>
  151. </view>
  152. <view class="menu-box">
  153. <view class="menu" @click="loginNavTo('/pages_user/registerDoctor?type=1')">
  154. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/doctor_entrance_icon.png"></image>
  155. <view class="title">医生入驻</view>
  156. </view>
  157. <view class="menu" @click="loginNavTo('/pages_user/registerDoctor?type=2')">
  158. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/pharmacist_entrance_icon.png"></image>
  159. <view class="title">药师入驻</view>
  160. </view>
  161. <view class="menu" @click="toCompany()">
  162. <image class="min-image" src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/customer_service_login_icon.png"></image>
  163. <view class="title">客服登录</view>
  164. </view>
  165. </view>
  166. </view>
  167. <view class="btn-box" v-if="isLogin">
  168. <view class="sub-btn" @click="showLogout()">退出登录</view>
  169. </view>
  170. <view class="tip" >
  171. <!-- <view class="title">技术支持 重庆云联融智科技有限公司 </view> -->
  172. <!-- <view class="tel">联系电话 18696558100 </view> -->
  173. </view>
  174. </view>
  175. </view>
  176. <u-popup bgColor="#f6f6f6" :safeAreaInsetBottom="false" :round="15" mode="bottom" :show="wxShow" @close="wxAuthClose" @open="wxAuthOpen">
  177. <view class="wxAuth">
  178. <view class="title">编辑头像和昵称</view>
  179. <wx-auth class="wx-box" @updateUser="updateUser()" ref="wxauth" ></wx-auth>
  180. </view>
  181. </u-popup>
  182. <u-modal :show="show" title="提示" :showCancelButton="true" @cancel="hideLogout()" @confirm="logout()" content='确认退出吗?'></u-modal>
  183. </view>
  184. </template>
  185. <script>
  186. import {getUserInfo} from '@/api/user.js'
  187. import store from "@/store";
  188. import {wxAuth} from '../components/wxAuth.vue';
  189. import {startDrugReport,getUserFollowDoctor} from '@/api/drugReport';
  190. import {navigateToDesignatedConversation,setConversation} from "@/pages_im/util/imCommon";
  191. import IMSDK, {SessionType} from "openim-uniapp-polyfill";
  192. export default {
  193. components:{
  194. wxAuth
  195. },
  196. data() {
  197. return {
  198. baseUrl:uni.getStorageSync('requestPath'),
  199. wxShow:false,
  200. isLogin:false,
  201. show:false,
  202. statusBarHeight: uni.getStorageSync('menuInfo').statusBarHeight,
  203. user:{
  204. nickName:"登录/注册",
  205. phone:"",
  206. integral:0,
  207. balance:0.00
  208. }
  209. }
  210. },
  211. onLoad() {
  212. var that=this;
  213. this.getUserInfoCheck(true);
  214. uni.$on('loginOut', function() {
  215. //uni.removeStorage({key: "IMUserID"});
  216. //uni.setStorageSync("AppToken",null);
  217. // uni.removeStorage({ key: 'IMToken' });
  218. // uni.removeStorageSync("imUnread",null);
  219. that.show=true;
  220. that.logout();
  221. });
  222. },
  223. onShow() {
  224. var that=this;
  225. this.getUserInfoCheck(false);
  226. },
  227. onReachBottom() {
  228. },
  229. onPageScroll(e){
  230. },
  231. methods: {
  232. getUserInfoCheck(needIm){
  233. this.$isLogin().then(res => {
  234. if(res){
  235. if(needIm){
  236. uni.$emit('refreshIM')
  237. }else{
  238. this.getUserInfo();
  239. }
  240. }
  241. },
  242. rej => {}
  243. );
  244. },
  245. updateUser(){
  246. this.wxShow=false;
  247. this.getUserInfo()
  248. },
  249. wxAuthOpen(){
  250. this.wxShow=true;
  251. var that=this;
  252. setTimeout(function(){
  253. that.$refs.wxauth.getUserInfo();
  254. })
  255. },
  256. wxAuthClose(){
  257. this.wxShow=false;
  258. },
  259. doIM(){
  260. var that=this;
  261. const userInfo = uni.getStorageSync('userInfo');
  262. uni.showLoading({
  263. title:"处理中..."
  264. });
  265. getUserFollowDoctor().then(res => {
  266. if(res.code==200){
  267. if(res.data!=null){
  268. var data=res.data;
  269. var param={followId:res.data.followId};
  270. startDrugReport(param).then(res => {
  271. uni.hideLoading();
  272. var user = JSON.parse(userInfo);
  273. var uid = 'U' + user.userId;
  274. var did='D' + data.followDoctorId;
  275. var conversationID=`si_${did}_${uid}`;
  276. this.$store.commit("timStore/setOrderId",data.orderId);
  277. this.$store.commit("timStore/setFollowId",data.followId);
  278. this.$store.commit("timStore/setImType", 2);
  279. this.$store.commit("timStore/setConversationID", conversationID);
  280. navigateToDesignatedConversation(did,SessionType.Single,false).then((res) => {
  281. // setConversation(conversationID,JSON.stringify(ex)).then(() => {
  282. // console.log("qxj setConversation ex:"+JSON.stringify(ex));
  283. // }).catch(() => {});
  284. }).catch(() => uni.$u.toast("操作失败") );
  285. },
  286. rej => {}
  287. );
  288. }
  289. else{
  290. uni.hideLoading()
  291. uni.showToast({
  292. icon:'none',
  293. title: "当前没有药师为您服务",
  294. });
  295. }
  296. }else{
  297. uni.hideLoading()
  298. uni.showToast({
  299. icon:'none',
  300. title: "请求失败",
  301. });
  302. }
  303. },
  304. rej => {}
  305. );
  306. },
  307. toIM(){
  308. var that=this;
  309. this.$isLogin().then(res => {
  310. if(res){
  311. that.doIM();
  312. }
  313. else{
  314. uni.navigateTo({
  315. url:'/pages/auth/login'
  316. })
  317. }
  318. }
  319. );
  320. },
  321. callPhone(){
  322. uni.makePhoneCall({
  323. phoneNumber: "18696558100"
  324. })
  325. },
  326. toCompany(){
  327. this.$isLogin().then(
  328. res => {
  329. console.log(res)
  330. if(res){
  331. var token = uni.getStorageSync('CompanyUserToken');
  332. if (token ) {
  333. uni.navigateTo({
  334. url: '/pages_company/index'
  335. })
  336. } else {
  337. uni.navigateTo({
  338. url: '/pages_company/login'
  339. })
  340. }
  341. }
  342. else{
  343. uni.navigateTo({
  344. url:'/pages/auth/login'
  345. })
  346. }
  347. }
  348. );
  349. },
  350. showLogout(){
  351. this.show=true;
  352. },
  353. hideLogout(){
  354. this.show=false;
  355. },
  356. logout(){
  357. this.$logout();
  358. IMSDK.asyncApi(IMSDK.IMMethods.Logout, IMSDK.uuid()).then(() => {
  359. callingModule?.endCall();
  360. meetingModule?.endCall();
  361. uni.removeStorage({key: "IMToken",});
  362. uni.removeStorage({key: "IMUserID",});
  363. uni.removeStorage({key: "IMHasLogin"});
  364. }).catch((err) => console.log(err))
  365. .finally(() => {
  366. });
  367. uni.reLaunch({
  368. url: '/pages/index/index',
  369. animationType: 'pop-in',
  370. animationDuration: 100
  371. })
  372. this.isLogin=false;
  373. },
  374. getUserInfo(){
  375. getUserInfo().then(res => {
  376. if(res.code==200){
  377. if(res.user!=null){
  378. this.isLogin=true;
  379. this.user=res.user;
  380. uni.setStorageSync('userInfo',JSON.stringify(res.user));
  381. console.log(this.user.nickName.substr(0,4));
  382. if(this.user.isWeixinAuth==0){
  383. this.wxAuthOpen()
  384. }
  385. }
  386. }else{
  387. uni.showToast({
  388. icon:'none',
  389. title: "请求失败",
  390. });
  391. }
  392. },
  393. rej => {}
  394. );
  395. },
  396. navTo(url){
  397. uni.navigateTo({
  398. url: url
  399. })
  400. },
  401. loginNavTo(url){
  402. this.$isLogin().then(
  403. res => {
  404. console.log(res)
  405. if(res){
  406. uni.navigateTo({
  407. url: url
  408. })
  409. }
  410. else{
  411. uni.navigateTo({
  412. url:'/pages/auth/login'
  413. })
  414. }
  415. }
  416. );
  417. }
  418. }
  419. }
  420. </script>
  421. <style scoped lang="scss">
  422. .content{
  423. height: 100%;
  424. .cont{
  425. position: relative;
  426. width: 100%;
  427. display: flex;
  428. flex-direction: column;
  429. .bg{
  430. width: 100%;
  431. height:450rpx;
  432. // background-color: #2BC7B9;
  433. // background: linear-gradient(#2BC7B9, #88e2da);
  434. position: fixed;
  435. image{
  436. border-radius: 0rpx 0rpx 50rpx 50rpx;
  437. width: 100%;
  438. height:100%;
  439. }
  440. }
  441. .cont-box{
  442. z-index: 1000;
  443. .top-title{
  444. height: 88upx;
  445. line-height: 88upx;
  446. }
  447. .user{
  448. margin: 0rpx 30rpx 30rpx;
  449. z-index: 101;
  450. display: flex;
  451. align-items: flex-start;
  452. justify-content: flex-start;
  453. .left{
  454. image{
  455. width:100rpx;
  456. height:100rpx;
  457. border-radius: 50%;
  458. }
  459. }
  460. .right{
  461. flex: 1;
  462. margin-left: 30rpx;
  463. display: flex;
  464. flex-direction: column;
  465. align-items: flex-start;
  466. justify-content: flex-start;
  467. .name-box{
  468. width: 100%;
  469. display: flex;
  470. align-items: center;
  471. justify-content: space-between;
  472. .name{
  473. font-size: 38rpx;
  474. font-family: PingFang SC;
  475. font-weight: bold;
  476. color: #111111;
  477. }
  478. .btns{
  479. image{
  480. width: 50rpx;
  481. height:50rpx;
  482. }
  483. }
  484. }
  485. .phone{
  486. margin-top:10rpx ;
  487. font-size: 32rpx;
  488. font-family: PingFang SC;
  489. color: #111111;
  490. }
  491. .counts{
  492. margin-top:10rpx ;
  493. display: flex;
  494. align-items: center;
  495. justify-content: flex-start;
  496. .count{
  497. margin-right: 10rpx;
  498. background: linear-gradient( 90deg, #F26F00 0%, #FF9D1F 100%);
  499. padding: 5rpx 15rpx;
  500. border-radius: 20rpx;
  501. font-size: 24rpx;
  502. font-family: PingFang SC;
  503. color: #ffffff;
  504. }
  505. .lv_icon {
  506. height: 20rpx;
  507. width: 20rpx;
  508. flex-shrink: 0;
  509. margin-right: 8rpx;
  510. }
  511. }
  512. }
  513. }
  514. .menus{
  515. z-index: 101;
  516. margin: 0rpx 30rpx 20rpx;
  517. padding: 32rpx;
  518. display: flex;
  519. flex-direction: column;
  520. box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
  521. background-color: #fff;
  522. border-radius: 15rpx;
  523. .title-box{
  524. display: flex;
  525. flex-direction: row;
  526. align-items: center;
  527. justify-content: flex-start;
  528. .title{
  529. margin-bottom: 20rpx;
  530. font-size: 32upx;
  531. font-family: PingFang SC;
  532. font-weight: bold;
  533. color: #111111;
  534. }
  535. .line{
  536. // margin-right: 15rpx;
  537. // height: 30rpx;
  538. // width: 6rpx;
  539. // background-color: #078C9D;
  540. }
  541. }
  542. .menu-box{
  543. display: flex;
  544. align-items: center;
  545. justify-content: flex-start;
  546. flex-wrap: wrap;
  547. .menu{
  548. padding: 14rpx;
  549. width:25%;
  550. min-width: 25%;
  551. display: flex;
  552. flex-direction: column;
  553. align-items: center;
  554. justify-content: center;
  555. position: relative;
  556. image{
  557. width:48rpx;
  558. height:48rpx;
  559. }
  560. .min-image{
  561. width:48rpx;
  562. height:48rpx;
  563. }
  564. .title{
  565. margin-top: 10rpx;
  566. font-size: 24upx;
  567. font-family: PingFang SC;
  568. font-weight: 500;
  569. color: #111111;
  570. }
  571. .contact-btn {
  572. position: absolute;
  573. width:80rpx;
  574. height:80rpx;
  575. display: flex;
  576. opacity: 0;
  577. }
  578. }
  579. }
  580. }
  581. .btn-box{
  582. margin: 30rpx;
  583. display: flex;
  584. align-items: center;
  585. justify-content: center;
  586. .sub-btn{
  587. // box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
  588. border: 1rpx solid #f8f8f8;
  589. background: #FFFFFF;
  590. width: 100%;
  591. height: 88upx;
  592. line-height: 88upx;
  593. text-align: center;
  594. font-size: 30upx;
  595. font-family: PingFang SC;
  596. color: #111;
  597. }
  598. }
  599. }
  600. }
  601. }
  602. .tip{
  603. margin: 30rpx 0rpx;
  604. display: flex;
  605. flex-direction: column;
  606. align-items: center;
  607. justify-content: center;
  608. .title{
  609. font-size: 24rpx;
  610. color: #b5b5b5;
  611. font-weight: bold;
  612. }
  613. .tel{
  614. margin-top: 15rpx;
  615. font-size: 24rpx;
  616. color: #b5b5b5;
  617. }
  618. }
  619. .wxAuth{
  620. border-radius: 30rpx;
  621. width: 100%;
  622. padding: 15rpx;
  623. display: flex;
  624. flex-direction: column;
  625. align-items: center;
  626. justify-content: center;
  627. background-color: #FFFFFF;
  628. .title{
  629. font-size: 32rpx;
  630. margin: 10rpx 0rpx;
  631. font-weight: bold;
  632. text-align: center;
  633. }
  634. .wx-box{
  635. width: 100%;
  636. padding: 0rpx 30rpx;
  637. }
  638. }
  639. </style>