member-pay.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  1. <template>
  2. <view class="container cashier">
  3. <view class="container-cash clearfix">
  4. <view class="container-wrapper">
  5. <view class="pay-content">
  6. <view class="pay-p"><text>待付金额</text></view>
  7. <view class="pay-money">
  8. <text class="pay-sm">¥</text> <text class="pay-bg">{{ handelPayMsg.price | NumFormat }}</text>
  9. </view>
  10. <view class="pay-mouth">套餐:{{ handelPayMsg.duration }}个月</view>
  11. </view>
  12. <view class="pay-check">
  13. <view class="pay-checked">
  14. <view class="pay-card-main" v-if="cardsList.length > 0">
  15. <view class="pay-item-cell" @click="tabClick(3)">
  16. <view class="item-icon">
  17. <image
  18. :src="
  19. 'https://static.caimei365.com/app/img/pay/icon_' +
  20. defaultCards.bankCode +
  21. '_@2x.png'
  22. "
  23. ></image>
  24. </view>
  25. <view class="item-texts"
  26. >{{ defaultCards.bankName }}(
  27. {{ defaultCards.quickPayBankNumber | bankNumeberFilter }} )</view
  28. >
  29. <view class="item-checked">
  30. <text
  31. class="iconfont"
  32. :class="[tabCurrentIndex === 3 ? 'icon-yixuanze3' : 'icon-weixuanze']"
  33. ></text>
  34. </view>
  35. </view>
  36. <view class="pay-item-cell add" @click="hanldeShowPopup(1)">
  37. <view class="item-texts add"><text>查看全部银行卡 / 添加新卡支付</text></view>
  38. <view class="item-checked"> <text class="iconfont icon-xiayibu"></text> </view>
  39. </view>
  40. </view>
  41. <view class="pay-item" @click="handleAddCard(2)" v-else>
  42. <view class="pay-item-cell">
  43. <view class="item-texts add"><text>添加银行卡快捷付款</text></view>
  44. <view class="item-checked"> <text class="iconfont icon-xiayibu"></text> </view>
  45. </view>
  46. </view>
  47. <view class="pay-item" @click="tabClick(0)">
  48. <view class="pay-item-cell">
  49. <view class="item-icon"><text class="iconfont icon-weixinzhifu"></text></view>
  50. <view class="item-texts"><text>微信支付</text></view>
  51. <view class="item-checked">
  52. <text
  53. class="iconfont"
  54. :class="[tabCurrentIndex === 0 ? 'icon-yixuanze3' : 'icon-weixuanze']"
  55. ></text>
  56. </view>
  57. </view>
  58. </view>
  59. <view class="pay-item" @click="tabClick(1)">
  60. <view class="pay-item-cell">
  61. <view class="item-icon"><text class="iconfont icon-qiyewangyinzhifu"></text></view>
  62. <view class="item-texts"><text>企业网银支付</text></view>
  63. <view class="item-checked">
  64. <text
  65. class="iconfont"
  66. :class="[tabCurrentIndex === 1 ? 'icon-yixuanze3' : 'icon-weixuanze']"
  67. ></text>
  68. </view>
  69. </view>
  70. </view>
  71. <view class="pay-item" @click="tabClick(2)">
  72. <view class="pay-item-cell">
  73. <view class="item-icon"><text class="iconfont icon-gerenwangyinzhifu"></text></view>
  74. <view class="item-texts"><text>个人网银支付</text></view>
  75. <view class="item-checked">
  76. <text
  77. class="iconfont"
  78. :class="[tabCurrentIndex === 2 ? 'icon-yixuanze3' : 'icon-weixuanze']"
  79. ></text>
  80. </view>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. <view class="pay-button" :style="{ paddingBottom: isIphoneX ? '68rpx' : '24rpx' }">
  87. <view class="btn" @click.stop="buttonSubMit" :style="{ background: btnColor }">{{ buttonText }}</view>
  88. </view>
  89. </view>
  90. <!-- 选择快捷支付银行 -->
  91. <cm-cards :show="popupShow1" :list="cardsList" @handleChoiceaCards="handleChoiceaCards" v-if="popupShow1"></cm-cards>
  92. <!-- 网银链接说明弹窗 -->
  93. <view class="alert spec" :class="specClass" v-if="isShowTip">
  94. <view class="payun-alert" @tap="hideTips">
  95. <view class="content">
  96. <view class="title">
  97. <text>支付链接</text> <text class="iconfont icon-iconfontguanbi" @click.stop="hideTips"></text>
  98. </view>
  99. <view class="text-content">
  100. <view class="text"
  101. >请复制以下链接,并发送至电脑端,在浏览器访问该链接并选择银行尽快完成支付</view
  102. >
  103. <view class="text-p">{{ payHttpUrl }}</view> <view class="text-b">链接有效期为72小时</view>
  104. </view>
  105. <view class="text-button" @click.stop="clipboard(payHttpUrl)">复制链接</view>
  106. </view>
  107. </view>
  108. </view>
  109. </view>
  110. </template>
  111. <script>
  112. import authorize from '@/common/config/authorize.js'
  113. const thorui = require('@/components/clipboard/clipboard.thorui.js')
  114. import payMixins from '@/mixins/payMixins.js'
  115. import cardMixins from '../pay/mixins/cardMixins.js'
  116. import cmCards from '../pay/components/cm-cards-popup'
  117. export default {
  118. mixins: [payMixins, cardMixins],
  119. components: {
  120. cmCards
  121. },
  122. data() {
  123. return {
  124. isIphoneX: this.$store.state.isIphoneX,
  125. CustomBar: this.CustomBar, // 顶部导航栏高度
  126. isShowTip: false,
  127. handelPayMsg: {},
  128. payType: 0,
  129. isPaySwitch: true,
  130. payParams: {
  131. payType: 'XCX',
  132. code: 0,
  133. vipRecordId: 0
  134. },
  135. payHttpUrl: 'https://www.caimei365.com',
  136. popupShow1: false,
  137. quickParams: {
  138. userId: 0, //机构UserId
  139. quickPayBankNumber: '', //快捷支付用户银行卡号/信用卡号
  140. quickPayMobile: '', //快捷支付银行卡绑定手机号
  141. quickPayBankExpireTime: '', //快捷支付信用卡过期时间,只包含年月,格式yy-MM
  142. quickPayUserName: '', //快捷支付用户姓名
  143. idCard: '', //身份证号
  144. cvvCode: '', //信用卡安全码
  145. quickPayFlag: 2,
  146. vipRecordId: 0,
  147. },
  148. }
  149. },
  150. onLoad(option) {
  151. this.initGetStotage(option)
  152. },
  153. filters: {
  154. NumFormat(value) {
  155. if (!value) return '0.00'
  156. /*原来用的是Number(value).toFixed(0),这样取整时有问题,例如0.51取整之后为1,感谢Nils指正*/
  157. /*后来改成了 Number(value)|0,但是输入超过十一位就为负数了,具体见评论 */
  158. var intPart = Number(value) - (Number(value) % 1) //获取整数部分(这里是windy93的方法)
  159. var intPartFormat = intPart.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,') //将整数部分逢三一断
  160. var floatPart = '.00' //预定义小数部分
  161. var value2Array = value.toString().split('.')
  162. //=2表示数据有小数位
  163. if (value2Array.length == 2) {
  164. floatPart = value2Array[1].toString() //拿到小数部分
  165. if (floatPart.length == 1) {
  166. //补0,实际上用不着
  167. return intPartFormat + '.' + floatPart + '0'
  168. } else {
  169. return intPartFormat + '.' + floatPart
  170. }
  171. } else {
  172. return intPartFormat + floatPart
  173. }
  174. }
  175. },
  176. methods: {
  177. async initGetStotage(option) {
  178. let data = JSON.parse(option.data)
  179. this.payParams.vipRecordId = this.quickParams.vipRecordId = data.vipRecordId
  180. this.handelPayMsg = data
  181. this.PayOrderOnLineSwitch()
  182. this.GetUserClubBanks()
  183. console.log(this.handelPayMsg)
  184. },
  185. PayOrderOnLineSwitch() {
  186. // 线上支付开关
  187. this.PayService.PayOrderOnLineSwitch()
  188. .then(response => {
  189. if (response.data === 0) {
  190. this.isPaySwitch = true
  191. } else {
  192. this.isPaySwitch = false
  193. }
  194. })
  195. .catch(error => {
  196. console.log('线上支付开关异常')
  197. })
  198. },
  199. async GetUserClubBanks() {
  200. //获取列表
  201. try {
  202. const user = await this.$api.getStorage()
  203. const res = await this.UserService.userClubBanks({ userId:user.userId })
  204. this.cardsList = res.data
  205. this.defaultCards = this.cardsList[0]
  206. this.quickParams.userId = user.userId
  207. this.quickParams.quickPayBankNumber = this.defaultCards.quickPayBankNumber
  208. this.quickParams.quickPayMobile = this.defaultCards.quickPayMobile
  209. this.quickParams.quickPayBankExpireTime = this.defaultCards.quickPayBankExpireTime ? this.defaultCards.quickPayBankExpireTime : ''
  210. this.quickParams.quickPayUserName = this.defaultCards.quickPayUserName
  211. this.quickParams.idCard = this.defaultCards.idCard
  212. this.quickParams.cvvCode = this.defaultCards.cvvCode ? this.defaultCards.cvvCode : ''
  213. } catch (error) {
  214. console.log(error)
  215. }
  216. },
  217. handleAddCard(index) {
  218. //跳转添加卡号支付
  219. //quickPayFlag 2超级会员,vipRecordId :会员购买记录Id
  220. const data = {
  221. payData: {
  222. quickPayFlag: 2,
  223. vipRecordId: this.payParams.vipRecordId
  224. },
  225. payAmount: this.handelPayMsg.price
  226. }
  227. this.$api.navigateTo(`/pages/user/pay/card-comfirm?type=${index}&data=${JSON.stringify(data)}`)
  228. },
  229. buttonSubMit() {
  230. // 友盟埋点收集选择支付方式
  231. if (process.env.NODE_ENV != 'development') {
  232. this.$uma.trackEvent('Um_Event_userClubMemberChooseWechatPay', {
  233. Um_Key_PageName: '支付超级会员',
  234. Um_Key_SourcePage: '支付超级会员',
  235. Um_Key_PayName: `${this.buttonText}`,
  236. Um_Key_Month: `${this.handelPayMsg.duration}个月`
  237. })
  238. }
  239. if (this.isPaySwitch) {
  240. this.$util.msg('支付系统遇到点小问题,请稍后重试')
  241. return
  242. }
  243. switch (this.tabCurrentIndex) {
  244. case 0: // 微信小程序支付
  245. this.MiniWxPayFor()
  246. break
  247. case 1: // 生成企业网银链接
  248. this.handlePayOrderPayLink()
  249. break
  250. case 2: // 生成个人网银链接
  251. this.handlePayOrderPayLink()
  252. break
  253. case 3: // 快捷支付
  254. this.orderPayQuickPay()
  255. break
  256. }
  257. },
  258. async orderPayQuickPay() {
  259. //快捷支付
  260. try {
  261. const res = await this.PayService.orderPayQuickPay(this.quickParams)
  262. const data = {
  263. params: this.quickParams,
  264. payData: res.data,
  265. payAmount: this.handelPayMsg.price
  266. }
  267. this.$api.navigateTo(
  268. `/pages/user/pay/card-comfirm-sub?type=3&data=${JSON.stringify(data)}`
  269. )
  270. } catch (error) {
  271. this.$util.msg(error.msg, 2000)
  272. }
  273. },
  274. async handlePayOrderPayLink() {
  275. // 生成网银支付链接
  276. try {
  277. const linkParams = {
  278. vipRecordId: this.payParams.vipRecordId,
  279. payType: this.payType
  280. }
  281. const res = await this.PayService.PayOrderPayLink(linkParams)
  282. this.payHttpUrl = res.data
  283. this.isShowTip = true
  284. console.log('isShowTip',this.isShowTip)
  285. } catch (error) {
  286. console.log(error)
  287. }
  288. },
  289. async MiniWxPayFor() {
  290. // 使用微信支付
  291. this.payParams.code = await authorize.getCode('weixin')
  292. this.weChatMiniVipWxPay(this.payParams)
  293. },
  294. WxRequestPayment(data) {
  295. // 微信支付Api
  296. let self = this
  297. console.log('data', data)
  298. wx.requestPayment({
  299. timeStamp: data.timeStamp,
  300. nonceStr: data.nonceStr,
  301. package: data.package,
  302. signType: data.signType,
  303. paySign: data.paySign,
  304. success: function(res) {
  305. wx.reLaunch({ url: '/pages/tabBar/user/user' })
  306. },
  307. fail: function(res) {
  308. self.$util.msg('用户取消支付~')
  309. },
  310. complete: function(res) {}
  311. })
  312. },
  313. hideTips() {
  314. //隐藏弹窗
  315. this.isShowTip = false
  316. },
  317. clipboard(data) {
  318. thorui.getClipboardData(data, res => {
  319. if (res) {
  320. this.isShowTip = false
  321. this.$util.msg('复制成功', 2000, true, 'success')
  322. // // 友盟埋点收集复制网银链接
  323. // if(process.env.NODE_ENV != 'development'){
  324. // this.$uma.trackEvent('Um_Event_CopyUnionPay', {
  325. // Um_Key_PageName: '网银支付',
  326. // Um_Key_SourcePage: '线上支付',
  327. // Um_Key_PayName:`${this.buttonText}`,
  328. // Um_Key_PayOrderID:`${this.orderId}`
  329. // })
  330. // }
  331. } else {
  332. this.$util.msg('复制失败', 2000, true, 'none')
  333. }
  334. })
  335. }
  336. },
  337. onShow() {}
  338. }
  339. </script>
  340. <style lang="scss">
  341. page {
  342. height: auto !important;
  343. background-color: #ffffff;
  344. }
  345. .container-cash {
  346. width: 100%;
  347. margin-top: 40rpx;
  348. .container-wrapper {
  349. width: 100%;
  350. box-sizing: border-box;
  351. padding: 0 24rpx;
  352. .pay-content {
  353. width: 100%;
  354. height: 254rpx;
  355. padding: 92rpx 40rpx 16rpx 40rpx;
  356. box-sizing: border-box;
  357. background: url(https://static.caimei365.com/app/img/icon/icon-member-pay@2x.png) no-repeat;
  358. background-size: cover;
  359. float: left;
  360. position: relative;
  361. .pay-p {
  362. font-size: $font-size-26;
  363. color: #4e4539;
  364. line-height: 36rpx;
  365. }
  366. .pay-money {
  367. color: #4e4539;
  368. line-height: 84rpx;
  369. font-weight: bold;
  370. .pay-sm {
  371. font-size: $font-size-26;
  372. }
  373. .pay-bg {
  374. font-size: 50rpx;
  375. }
  376. }
  377. .pay-mouth {
  378. position: absolute;
  379. right: 40rpx;
  380. bottom: 16rpx;
  381. line-height: 36rpx;
  382. font-size: $font-size-26;
  383. color: #4e4539;
  384. }
  385. }
  386. .pay-check {
  387. width: 100%;
  388. height: auto;
  389. float: left;
  390. margin-top: 40rpx;
  391. .check-title {
  392. width: 622rpx;
  393. height: 40rpx;
  394. line-height: 40rpx;
  395. padding: 0 20rpx;
  396. margin-top: 24rpx;
  397. .text {
  398. font-size: $font-size-28;
  399. color: $text-color;
  400. text-align: left;
  401. float: left;
  402. }
  403. .icon {
  404. width: 40rpx;
  405. height: 40rpx;
  406. border-radius: 50%;
  407. line-height: 40rpx;
  408. text-align: center;
  409. color: #ffffff;
  410. font-size: $font-size-24;
  411. background: radial-gradient(
  412. circle,
  413. rgba(225, 86, 22, 1) 0%,
  414. rgba(255, 170, 0, 1) 67%,
  415. rgba(249, 185, 156, 1) 100%
  416. );
  417. float: right;
  418. }
  419. }
  420. .pay-checked {
  421. width: 100%;
  422. height: auto;
  423. .pay-card-main {
  424. width: 100%;
  425. height: auto;
  426. float: left;
  427. border-top: 12px solid #f7f7f7;
  428. border-bottom: 12px solid #f7f7f7;
  429. box-sizing: border-box;
  430. padding: 0 32rpx;
  431. .pay-item-cell {
  432. height: 100rpx;
  433. box-sizing: border-box;
  434. padding: 26rpx 0;
  435. background-color: #ffffff;
  436. border-bottom: 1px solid #e1e1e1;
  437. &.add {
  438. border-bottom: none;
  439. padding-left: 66rpx;
  440. }
  441. .item-icon {
  442. width: 48rpx;
  443. height: 48rpx;
  444. margin-right: 20rpx;
  445. float: left;
  446. image {
  447. width: 48rpx;
  448. height: 48rpx;
  449. display: block;
  450. }
  451. }
  452. .item-texts {
  453. line-height: 48rpx;
  454. font-size: $font-size-28;
  455. color: $text-color;
  456. float: left;
  457. &.add {
  458. font-weight: bold;
  459. }
  460. }
  461. .item-checked {
  462. width: 48rpx;
  463. height: 48rpx;
  464. float: right;
  465. text-align: center;
  466. line-height: 48rpx;
  467. font-size: $font-size-40;
  468. color: #ffffff;
  469. .icon-weixuanze {
  470. color: #b2b2b2;
  471. }
  472. .icon-yixuanze3 {
  473. color: #ff5b00;
  474. }
  475. .icon-xiayibu {
  476. color: #b2b2b2;
  477. }
  478. }
  479. }
  480. }
  481. .pay-item {
  482. width: 100%;
  483. height: auto;
  484. box-sizing: border-box;
  485. float: left;
  486. padding: 0 32rpx;
  487. .pay-item-cell {
  488. height: 100rpx;
  489. box-sizing: border-box;
  490. padding: 26rpx 0;
  491. background-color: #ffffff;
  492. border-bottom: 1px solid #e1e1e1;
  493. .item-icon {
  494. width: 48rpx;
  495. height: 48rpx;
  496. float: left;
  497. text-align: center;
  498. line-height: 48rpx;
  499. margin-right: 20rpx;
  500. .iconfont {
  501. font-size: 48rpx;
  502. }
  503. .icon-weixinzhifu {
  504. color: #0abc64;
  505. }
  506. .icon-gerenwangyinzhifu {
  507. color: #16afe8;
  508. }
  509. .icon-qiyewangyinzhifu {
  510. color: #007acc;
  511. }
  512. }
  513. .item-texts {
  514. line-height: 48rpx;
  515. font-size: $font-size-28;
  516. color: $text-color;
  517. float: left;
  518. &.add {
  519. font-weight: bold;
  520. }
  521. }
  522. .item-checked {
  523. width: 48rpx;
  524. height: 48rpx;
  525. float: right;
  526. text-align: center;
  527. line-height: 48rpx;
  528. font-size: $font-size-40;
  529. color: #ffffff;
  530. .icon-weixuanze {
  531. color: #b2b2b2;
  532. }
  533. .icon-yixuanze3 {
  534. color: #ff5b00;
  535. }
  536. .icon-xiayibu {
  537. color: #b2b2b2;
  538. }
  539. }
  540. }
  541. }
  542. }
  543. }
  544. }
  545. .pay-button {
  546. width: 600rpx;
  547. background-color: #ffffff;
  548. position: fixed;
  549. height: 88rpx;
  550. padding: 24rpx 75rpx 0 75rpx;
  551. bottom: 0;
  552. .btn {
  553. width: 100%;
  554. height: 88rpx;
  555. border-radius: 44rpx;
  556. font-size: $font-size-28;
  557. line-height: 88rpx;
  558. color: #ffffff;
  559. margin: 0 auto;
  560. text-align: center;
  561. background: $btn-confirm;
  562. }
  563. }
  564. .pay-bring-wrapper {
  565. width: 100%;
  566. padding: 24rpx 0;
  567. background-color: #ffffff;
  568. display: flex;
  569. align-items: center;
  570. flex-direction: column;
  571. .pay-bring-content {
  572. width: 654rpx;
  573. height: auto;
  574. padding: 0 24rpx;
  575. .text {
  576. font-size: $font-size-24;
  577. color: #666;
  578. line-height: 44rpx;
  579. text-align: center;
  580. &.bg-color {
  581. color: $color-system;
  582. line-height: 88rpx;
  583. }
  584. }
  585. .text-v {
  586. font-size: $font-size-28;
  587. color: #999;
  588. line-height: 70rpx;
  589. text-align: left;
  590. &.title {
  591. font-size: $font-size-28;
  592. color: #666666;
  593. }
  594. &.bg-color {
  595. line-height: 44rpx;
  596. color: $color-system;
  597. }
  598. .clipboard {
  599. width: 84rpx;
  600. height: 36rpx;
  601. background: linear-gradient(34deg, rgba(255, 41, 41, 1) 0%, rgba(255, 109, 27, 1) 100%);
  602. text-align: center;
  603. font-size: $font-size-24;
  604. color: #ffffff;
  605. border-radius: 4rpx;
  606. line-height: 36rpx;
  607. display: inline-block;
  608. margin-left: 10rpx;
  609. }
  610. }
  611. }
  612. }
  613. }
  614. .payun-alert {
  615. width: 100%;
  616. height: 100%;
  617. background: rgba(0, 0, 0, 0.5);
  618. position: fixed;
  619. top: 0;
  620. left: 0;
  621. z-index: 8888;
  622. transition: all 0.4s;
  623. &.none {
  624. display: none;
  625. }
  626. &.show {
  627. display: block;
  628. }
  629. .content {
  630. width: 422rpx;
  631. height: 434rpx;
  632. position: absolute;
  633. background: $bg-color;
  634. left: 0;
  635. right: 0;
  636. bottom: 0;
  637. top: 0;
  638. margin: auto;
  639. padding: 20rpx 32rpx;
  640. border-radius: 12rpx;
  641. .title {
  642. width: 100%;
  643. height: 68rpx;
  644. line-height: 68rpx;
  645. font-size: $font-size-28;
  646. color: $text-color;
  647. text-align: center;
  648. position: relative;
  649. .icon-iconfontguanbi {
  650. width: 68rpx;
  651. height: 68rpx;
  652. text-align: center;
  653. line-height: 68rpx;
  654. position: absolute;
  655. right: 0;
  656. top: 0;
  657. font-size: $font-size-36;
  658. color: #999999;
  659. }
  660. }
  661. .text-content {
  662. width: 100%;
  663. height: auto;
  664. .text {
  665. padding: 20rpx 0 0 0;
  666. line-height: 44rpx;
  667. font-size: $font-size-26;
  668. color: #666666;
  669. text-align: justify;
  670. }
  671. .text-p {
  672. width: 100%;
  673. line-height: 44rpx;
  674. font-size: $font-size-26;
  675. color: $color-system;
  676. text-align: left;
  677. text-overflow: ellipsis;
  678. display: -webkit-box;
  679. word-break: break-all;
  680. -webkit-box-orient: vertical;
  681. -webkit-line-clamp: 1;
  682. overflow: hidden;
  683. }
  684. .text-b {
  685. line-height: 44rpx;
  686. font-size: $font-size-24;
  687. color: #999999;
  688. text-align: left;
  689. }
  690. }
  691. .text-button {
  692. width: 100%;
  693. height: 88rpx;
  694. line-height: 88rpx;
  695. background: $btn-confirm;
  696. font-size: $font-size-28;
  697. border-radius: 44rpx;
  698. color: #ffffff;
  699. text-align: center;
  700. margin-top: 20rpx;
  701. }
  702. }
  703. }
  704. </style>