Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

order_payment.vue 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. <template>
  2. <navBar title="订单支付" :scrollTop="scrollTop" :orderId="state.orderId" navbgClass="nav-bgXin" fontColor='#fff'>
  3. </navBar>
  4. <navBgCar :activeNum='5'></navBgCar>
  5. <view class="content-value">
  6. <view class="t-card">
  7. <view @click="savaHandle(item)" class="ul-item" v-for="(item, index) in state.dataArray" :key="index">
  8. <image style="width: 100%; height: 146rpx;" :src="`${$imgUrl}issuance/equity-bg.png`"
  9. mode='scaleToFill'>
  10. </image>
  11. <view class="item-value">
  12. <view class="money">
  13. <text class='unit'>¥</text>
  14. <text>{{ item.fee * 0.01 }}</text>
  15. </view>
  16. <view class="content">
  17. <view class="title">
  18. {{ item.payName }}
  19. </view>
  20. </view>
  21. <view class="r-btn">
  22. {{ item.payStatusName }}
  23. </view>
  24. </view>
  25. </view>
  26. </view>
  27. </view>
  28. </template>
  29. <script setup lang="ts">
  30. import { onLoad, onPageScroll } from "@dcloudio/uni-app";
  31. import { reactive, ref } from "vue";
  32. import {
  33. PAYMENTORDERAPPLY,
  34. aliPayConfigIdTwo,
  35. obtainUserId,
  36. getOpenId, payApply, payQuery
  37. } from "@/utils/network/api.js";
  38. import { request, requestNew } from "@/utils/network/request.js";
  39. import { stringToJson } from "@/utils/network/encryption";
  40. import { fileURL } from "@/datas/fileURL.js";
  41. import navBgCar from "./components/nav-bg-car1";
  42. import navBar from "@/components/nav-bar/nav-bar2.vue";
  43. const imgURL = `${fileURL}image/`;
  44. import { confirm, navTo } from "@/utils/utils";
  45. const tools = require("../../static/etcUtil/tools.js");
  46. let imageUrl = ""
  47. let logo
  48. const scrollTop = ref(0); //滚动距离
  49. var counter = 0;
  50. function myFunc() {
  51. counter++;
  52. console.log("====")
  53. if (counter == 2) {
  54. clearInterval(intervalId);
  55. state.isclick = true
  56. console.log("改为true");
  57. }
  58. }
  59. var intervalId = setInterval(myFunc, 2000);
  60. const savaHandle = (val) => {
  61. console.log("val", val, state.isclick)
  62. if (state.isclick) {
  63. if (val.payStatus == "SUCCESS") {
  64. return;
  65. }
  66. state.isclick = false
  67. console.log("state.isclick", state.isclick, val.payStatus)
  68. uni.getLocation({
  69. type: 'gcj02',
  70. success: function (res) {
  71. console.log("经纬福", res)
  72. state.longitude = res.longitude;
  73. state.latitude = res.latitude;
  74. if (val.payStatus === 'UNPAY') {
  75. myFunc()
  76. // #ifdef MP-ALIPAY
  77. my.getAuthCode({
  78. scopes: 'auth_base',
  79. success: res => {
  80. const optionsUser = {
  81. type: 2,
  82. data: {
  83. payConfigId: aliPayConfigIdTwo,
  84. code: res.authCode
  85. },
  86. method: "POST",
  87. showLoading: true,
  88. };
  89. console.log('支付宝用户编号请求:', optionsUser)
  90. requestNew(obtainUserId, optionsUser).then((res) => {
  91. console.log('支付宝用户编号返回:', res)
  92. const data = res;
  93. const optionsali = {
  94. type: 2,
  95. data: {
  96. orderId: state.orderId,
  97. wxOpenid: data.openId ? data.openId : data.alipayUserId,
  98. payType: val.payType
  99. },
  100. method: "POST",
  101. showLoading: true,
  102. };
  103. console.log('支付下单请求:', optionsali)
  104. requestNew(PAYMENTORDERAPPLY, optionsali).then((res) => {
  105. const data = res;
  106. console.log('支付下单返回:', data)
  107. my.tradePay({
  108. // 调用统一收单交易创建接口(alipay.trade.create),获得返回字段支付宝交易号 trade_no
  109. tradeNO: data.tranPackage,
  110. success: res => {
  111. console.log("支付成功", res);
  112. refresh();
  113. },
  114. fail: res => {
  115. console.log("支付失败", res);
  116. },
  117. });
  118. },
  119. (err) => {
  120. state.isclick = true
  121. console.log("err")
  122. }
  123. );
  124. });
  125. },
  126. fail: err => {
  127. console.log('my.getAuthCode 调用失败', err)
  128. state.isclick = true
  129. }
  130. });
  131. // #endif
  132. // #ifdef MP-WEIXIN
  133. const options = {
  134. type: 2,
  135. data: {
  136. orderId: state.orderId,
  137. wxOpenId: state.openidData.openid,
  138. payType: val.payType,
  139. longitude: state.longitude, //经度
  140. latitude: state.latitude //纬度
  141. },
  142. method: "POST",
  143. showLoading: true,
  144. };
  145. requestNew(payApply, options).then((res) => {
  146. const data = res;
  147. console.log("data======111", data)
  148. if (data) {
  149. console.log("进来了")
  150. uni.requestPayment({
  151. provider: "wxpay",
  152. orderInfo: "",
  153. timeStamp: data.timestamp,
  154. nonceStr: data.noncestr,
  155. package: data.wxPackage ? data.wxPackage : "",
  156. signType: data.signType,
  157. paySign: data.sign,
  158. success: function (e) {
  159. console.log("支付成功", res);
  160. refresh();
  161. },
  162. fail: function (err) {
  163. state.isclick = true
  164. confirm(err, () => { }, "支付失败", false);
  165. },
  166. });
  167. } else {
  168. state.isclick = true
  169. console.log("state.isclick", state.isclick)
  170. }
  171. },
  172. (err) => {
  173. state.isclick = true
  174. console.log("err")
  175. }
  176. );
  177. // #endif
  178. }
  179. },
  180. })
  181. }
  182. };
  183. const refresh = () => {
  184. state.isclick = true
  185. let source = ""
  186. // #ifdef MP-ALIPAY
  187. source = "ALI"
  188. // #endif
  189. // #ifdef MP-WEIXIN
  190. source = "WECHAT"
  191. // #endif
  192. var data = {
  193. orderId: state.orderId,
  194. wxOpenId: state.openidData.openid,
  195. };
  196. const options = {
  197. type: 2,
  198. data: data,
  199. method: "POST",
  200. showLoading: true,
  201. };
  202. console.log("输出内容", options);
  203. requestNew(payQuery, options).then((res) => {
  204. console.log("res====", res)
  205. const data = res;
  206. console.log(data);
  207. if (data.paymentStatus == 'ALLSUCCESS') {
  208. gotoEditUserOrUnitInfo()
  209. }
  210. state.dataArray = data.datas;
  211. for (let i = 0; i < state.dataArray.length; i++) {
  212. if (state.dataArray[i].payType === 'HANDLE') {
  213. state.dataArray[i].payName = '权益金'
  214. } else if (state.dataArray[i].payType === 'MARGIN') {
  215. state.dataArray[i].payName = '保证金'
  216. } else if (state.dataArray[i].payType === 'PRESTORE') {
  217. state.dataArray[i].payName = '预存金'
  218. } else if (state.dataArray[i].payType === 'EQUITY') {
  219. state.dataArray[i].payName = '权益费'
  220. } else if (state.dataArray[i].payType === 'REPAIROBU') {
  221. state.dataArray[i].payName = '增补obu'
  222. } else if (state.dataArray[i].payType === 'CHANGECARD') {
  223. state.dataArray[i].payName = '更换卡'
  224. } else if (state.dataArray[i].payType === 'CHANGEOBU') {
  225. state.dataArray[i].payName = '更换签'
  226. } else if (state.dataArray[i].payType === 'CHANGEALL') {
  227. state.dataArray[i].payName = '更换卡签'
  228. } else {
  229. state.dataArray[i].payName = '未知费'
  230. }
  231. if (state.dataArray[i].payStatus === 'SUCCESS') {
  232. state.dataArray[i].payStatusName = '已支付'
  233. } else if (state.dataArray[i].payStatus === 'PAYING') {
  234. state.dataArray[i].payStatusName = '支付中'
  235. } else if (state.dataArray[i].payStatus === 'FAILED') {
  236. state.dataArray[i].payStatusName = '支付失败'
  237. } else if (state.dataArray[i].payStatus === 'UNPAY') {
  238. state.dataArray[i].payStatusName = '未支付'
  239. } else if (state.dataArray[i].payStatus === 'CLOSED') {
  240. state.dataArray[i].payStatusName = '已关闭'
  241. } else if (state.dataArray[i].payStatus === 'CANCELED') {
  242. state.dataArray[i].payStatusName = '已撤销'
  243. } else if (state.dataArray[i].payStatus === 'REFUND') {
  244. state.dataArray[i].payStatusName = '转入退费'
  245. } else {
  246. state.dataArray[i].payStatusName = '未知'
  247. }
  248. }
  249. console.log("state.dataArray", state.dataArray)
  250. });
  251. }
  252. onLoad((option : any) => {
  253. console.log("传递过来的到支付页面", option)
  254. state.orderId = option.orderId;
  255. state.isValueCard = option.isValueCard;
  256. state.vehicleId = option.vehicleId;
  257. state.orderQuery = option.orderQuery;
  258. state.qdSignUrl = option.qdSignUrl;
  259. state.qdSignAppId = option.qdSignAppId;
  260. state.qtSign = option.qtSign;
  261. // #ifdef MP-WEIXIN
  262. uni.login({
  263. provider: "weixin",
  264. success: function (e) {
  265. const options1 = {
  266. type: 2,
  267. data: {
  268. "jsCode": e.code
  269. },
  270. method: "POST",
  271. showLoading: true,
  272. };
  273. requestNew(getOpenId, options1).then((res) => {
  274. const result = res;
  275. state.openidData = stringToJson(result.data);
  276. refreshFirst()
  277. })
  278. },
  279. })
  280. // #endif
  281. // #ifdef MP-ALIPAY
  282. refreshFirst()
  283. // #endif
  284. });
  285. const refreshFirst = () => {
  286. let source = ""
  287. // #ifdef MP-ALIPAY
  288. imageUrl = imgURL + "applyCard/alibaba.png";
  289. source = "ALI"
  290. // #endif
  291. // #ifdef MP-WEIXIN
  292. imageUrl = imgURL + "applyCard/wechat.png";
  293. source = "WECHAT"
  294. // #endif
  295. var data = {
  296. orderId: state.orderId,
  297. wxOpenId: state.openidData.openid,
  298. };
  299. const options = {
  300. type: 2,
  301. data: data,
  302. method: "POST",
  303. showLoading: true,
  304. };
  305. console.log("输出内容", options);
  306. requestNew(payQuery, options).then((res) => {
  307. const data = res;
  308. console.log(data);
  309. if (data.paymentStatus == 'ALLSUCCESS') {
  310. // isValueCard 1 储值卡 2 记账卡
  311. if (state.orderQuery == '1') {
  312. console.log("state.qtSign",state.qtSign,state.qtSign=='0')
  313. if(state.qtSign=='0'){
  314. if(state.qdSignAppId){
  315. uni.navigateToMiniProgram({
  316. appId: state.qdSignAppId,
  317. path: state.qdSignUrl,
  318. extraData: {},
  319. envVersion:'trial',
  320. success(res) {
  321. console.log(res);
  322. },
  323. complete(res) {
  324. console.log(res);
  325. },
  326. fail(res) {
  327. console.log(res);
  328. // 未成功跳转到车主小程序
  329. },
  330. });
  331. }else{
  332. const params = encodeURIComponent(JSON.stringify(state.qdSignUrl))
  333. tools.toUrl(`/subpackage/personal-center/webview?url=` + params)
  334. }
  335. }else{
  336. uni.navigateBack()
  337. }
  338. }else{
  339. if (state.isValueCard == 1) {
  340. // 不签约
  341. uni.switchTab({
  342. url: "/pages/order/order"
  343. })
  344. } else {
  345. // 签约
  346. navTo(
  347. `/subpackage/orders/release-products?orderId=${state.orderId}&orderQuery=${state.orderQuery}`,
  348. );
  349. }
  350. }
  351. }
  352. state.dataArray = data.datas;
  353. for (let i = 0; i < state.dataArray.length; i++) {
  354. if (state.dataArray[i].payType === 'HANDLE') {
  355. state.dataArray[i].payName = '权益金'
  356. } else if (state.dataArray[i].payType === 'MARGIN') {
  357. state.dataArray[i].payName = '保证金'
  358. } else if (state.dataArray[i].payType === 'PRESTORE') {
  359. state.dataArray[i].payName = '预存金'
  360. } else if (state.dataArray[i].payType === 'EQUITY') {
  361. state.dataArray[i].payName = '权益费'
  362. } else if (state.dataArray[i].payType === 'REPAIROBU') {
  363. state.dataArray[i].payName = '增补obu'
  364. } else if (state.dataArray[i].payType === 'CHANGECARD') {
  365. state.dataArray[i].payName = '更换卡'
  366. } else if (state.dataArray[i].payType === 'CHANGEOBU') {
  367. state.dataArray[i].payName = '更换签'
  368. } else if (state.dataArray[i].payType === 'CHANGEALL') {
  369. state.dataArray[i].payName = '更换卡签'
  370. } else {
  371. state.dataArray[i].payName = '未知费'
  372. }
  373. if (state.dataArray[i].payStatus === 'SUCCESS') {
  374. state.dataArray[i].payStatusName = '已支付'
  375. } else if (state.dataArray[i].payStatus === 'PAYING') {
  376. state.dataArray[i].payStatusName = '支付中'
  377. } else if (state.dataArray[i].payStatus === 'FAILED') {
  378. state.dataArray[i].payStatusName = '支付失败'
  379. } else if (state.dataArray[i].payStatus === 'UNPAY') {
  380. state.dataArray[i].payStatusName = '未支付'
  381. } else if (state.dataArray[i].payStatus === 'CLOSED') {
  382. state.dataArray[i].payStatusName = '已关闭'
  383. } else if (state.dataArray[i].payStatus === 'CANCELED') {
  384. state.dataArray[i].payStatusName = '已撤销'
  385. } else if (state.dataArray[i].payStatus === 'REFUND') {
  386. state.dataArray[i].payStatusName = '转入退费'
  387. } else {
  388. state.dataArray[i].payStatusName = '未知'
  389. }
  390. }
  391. console.log("state.dataArray", state.dataArray)
  392. });
  393. }
  394. //解析URL获取参数
  395. const getRequest = (urlStr) => {
  396. if (typeof urlStr == "undefined") {
  397. // 获取url中"?"符后的字符串
  398. var url = decodeURI(location.search);
  399. } else {
  400. var url = "?" + urlStr.split("?")[1];
  401. }
  402. var theRequest = new Object();
  403. if (url.indexOf("?") != -1) {
  404. var str = url.substr(1);
  405. var strs = str.split("&");
  406. for (var i = 0; i < strs.length; i++) {
  407. theRequest[strs[i].split("=")[0]] = decodeURI(strs[i].split("=")[1]);
  408. }
  409. }
  410. return theRequest;
  411. };
  412. //监听页面滚动
  413. onPageScroll((e) => {
  414. scrollTop.value = e.scrollTop;
  415. });
  416. // isValueCard 1 储值卡 2 记账卡
  417. const gotoEditUserOrUnitInfo = () => {
  418. if (state.orderQuery == '1') {
  419. if(state.qtSign=='0'){
  420. if(state.qdSignAppId){
  421. uni.navigateToMiniProgram({
  422. appId: state.qdSignAppId,
  423. path: state.qdSignUrl,
  424. extraData: {},
  425. envVersion:'trial',
  426. success(res) {
  427. console.log(res);
  428. },
  429. complete(res) {
  430. console.log(res);
  431. },
  432. fail(res) {
  433. console.log(res);
  434. // 未成功跳转到车主小程序
  435. },
  436. });
  437. }else{
  438. const params = encodeURIComponent(JSON.stringify(state.qdSignUrl))
  439. tools.toUrl(`/subpackage/personal-center/webview?url=` + params)
  440. }
  441. }else{
  442. uni.navigateBack()
  443. }
  444. }else{
  445. if (state.isValueCard == 1) {
  446. // 不签约
  447. uni.switchTab({
  448. url: "/pages/order/order"
  449. })
  450. } else {
  451. // 签约
  452. navTo(
  453. `/subpackage/orders/release-products?orderId=${state.orderId}&orderQuery=${state.orderQuery}`,
  454. );
  455. }
  456. }
  457. }
  458. const state = reactive({
  459. isValueCard: 1, //卡的类型
  460. radiolist1: [], //选择卡的数据列表
  461. choiceCardShow: false, //选择卡的弹出框
  462. isSign: '',
  463. id: "",
  464. orderId: "",
  465. userType: 1, //1 个人 2单位
  466. type: 0, //0 客车 1货车
  467. vehiclePlateColor: "",
  468. data: {
  469. show: false,
  470. src: imgURL + "applyCard/edit.png",
  471. },
  472. dataArray: [],
  473. list: [
  474. {
  475. bg: imgURL + "applyCard/product-bg.png",
  476. icon: imgURL + "applyCard/wechat.png",
  477. title: "【货车】微信车主服务",
  478. tip: "绑定微信支付,无需绑定银行卡",
  479. },
  480. ],
  481. openid: "",
  482. isclick: true,//防止重复点击
  483. vehicleId: "",
  484. orderQuery: "0",
  485. longitude: "",
  486. latitude: "",
  487. openidData: {},
  488. qdSignUrl:"",
  489. qdSignAppId:"",
  490. qtSign:""
  491. });
  492. </script>
  493. <style lang="scss" scoped>
  494. ::v-deep .u-radio {
  495. display: flex !important;
  496. align-items: center !important;
  497. float: none !important;
  498. }
  499. ::v-deep .u-icon__icon {
  500. top: -4px !important;
  501. }
  502. .bottomTip {
  503. margin-top: 100rpx;
  504. text-align: center;
  505. font-size: 28rpx;
  506. font-family: Microsoft YaHei;
  507. font-weight: 400;
  508. color: #b3b3b3;
  509. }
  510. .content-value {
  511. position: absolute;
  512. top: 370rpx;
  513. width: 100%;
  514. min-height: calc(100% - 370rpx);
  515. box-sizing: border-box;
  516. padding: 0 30rpx 210rpx;
  517. .t-card {
  518. background-color: #fff;
  519. padding: 40rpx 30rpx;
  520. border-radius: 12rpx;
  521. }
  522. .img-pos {
  523. position: absolute;
  524. left: 500rpx;
  525. top: -38rpx;
  526. right: 50rpx;
  527. .img-flex {
  528. display: flex;
  529. justify-content: space-between;
  530. align-items: center;
  531. .car-img {
  532. width: 86rpx;
  533. height: 42rpx;
  534. }
  535. .flag-img {
  536. width: 30rpx;
  537. height: 35rpx;
  538. }
  539. }
  540. }
  541. }
  542. .flex {
  543. display: flex;
  544. align-items: center;
  545. }
  546. .action {
  547. margin-top: 30rpx;
  548. padding-left: 20rpx;
  549. padding-right: 20rpx;
  550. padding-bottom: 30rpx;
  551. .button {
  552. height: 80rpx;
  553. background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%);
  554. border-radius: 40rpx;
  555. font-size: 32rpx;
  556. font-weight: 400;
  557. color: #ffffff;
  558. line-height: 80rpx;
  559. }
  560. }
  561. .action-btn {
  562. margin-left: 45rpx;
  563. width: 121rpx;
  564. height: 61rpx;
  565. border: 1px solid rgba(255, 255, 255, 1);
  566. border-radius: 30rpx;
  567. background: rgba(255, 255, 255, 0.2);
  568. text-align: center;
  569. font-size: 30rpx;
  570. font-family: Microsoft YaHei;
  571. font-weight: 400;
  572. color: #ffffff;
  573. line-height: 61rpx;
  574. }
  575. .tag1 {
  576. padding: 5rpx;
  577. background: rgba(0, 179, 139, 0.5);
  578. border-radius: 6rpx;
  579. font-size: 22rpx;
  580. font-family: Microsoft YaHei;
  581. font-weight: 400;
  582. color: #ffffff;
  583. }
  584. .tag3 {
  585. padding: 5rpx;
  586. background: rgba(139, 112, 228, 0.5);
  587. border-radius: 6rpx;
  588. font-size: 22rpx;
  589. font-family: Microsoft YaHei;
  590. font-weight: 400;
  591. color: #ffffff;
  592. }
  593. .tag2 {
  594. padding: 5rpx;
  595. background: rgba(249, 97, 60, 0.5);
  596. border-radius: 6rpx;
  597. font-size: 22rpx;
  598. font-family: Microsoft YaHei;
  599. font-weight: 400;
  600. color: #ffffff;
  601. }
  602. .ul-item {
  603. display: flex;
  604. align-items: center;
  605. &:nth-child(n+2) {
  606. margin-top: 30rpx;
  607. }
  608. .item-value {
  609. padding: 20rpx;
  610. position: absolute;
  611. display: flex;
  612. align-items: center;
  613. width: 100%;
  614. box-sizing: border-box;
  615. height: 146rpx;
  616. .money {
  617. color: #fff;
  618. font-size: 46rpx;
  619. font-family: SourceHanSansCN, SourceHanSansCN;
  620. font-weight: 400;
  621. margin-right: 43rpx;
  622. .unit {
  623. font-size: 29rpx;
  624. margin-right: 2rpx;
  625. }
  626. }
  627. .content {
  628. margin-left: 33rpx;
  629. .title {
  630. font-weight: 400;
  631. font-family: SourceHanSansCN, SourceHanSansCN;
  632. font-size: 36rpx;
  633. color: #2C3246;
  634. }
  635. }
  636. .r-btn {
  637. margin-left: 137rpx;
  638. width: 139rpx;
  639. height: 65rpx;
  640. background: radial-gradient(at 0% 0%, #C6B077 0%, #DFCC96 100%);
  641. border-radius: 33rpx;
  642. font-family: SourceHanSansCN, SourceHanSansCN;
  643. font-weight: 400;
  644. font-size: 26rpx;
  645. color: #FFFFFF;
  646. line-height: 65rpx;
  647. text-align: center;
  648. }
  649. }
  650. .icon-tip {
  651. width: 100rpx;
  652. height: 100rpx;
  653. }
  654. }
  655. ::v-deep .u-mode-center-box {
  656. border-radius: 10rpx;
  657. }
  658. .squire {
  659. padding: 30rpx 30rpx 50rpx 50rpx;
  660. }
  661. .mask-close {
  662. text-align: right;
  663. }
  664. .icon-closed {
  665. width: 48rpx;
  666. height: 48rpx;
  667. }
  668. .mask-title {
  669. text-align: center;
  670. font-size: 32rpx;
  671. color: $uni-text-color-black;
  672. margin-bottom: 50rpx;
  673. }
  674. </style>