fugou.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812
  1. <template>
  2. <view>
  3. <!-- 商品列表 -->
  4. <view class="g-item">
  5. <image :src="shopList.image"></image>
  6. <view class="right">
  7. <text class="title clamp">{{ shopList.store_name }}</text>
  8. <text class="spec">{{ '默认' }}</text>
  9. <view class="price-box">
  10. <text class="price">¥{{ moneyAll }}</text>
  11. </view>
  12. </view>
  13. </view>
  14. <!-- 金额明细 -->
  15. <view class="yt-list">
  16. <view class="yt-list-cell b-b">
  17. <text class="cell-tit clamp">积分抵扣{{ '(当前积分:' + integralAll + ')' }}</text>
  18. <view class="cell-tip"><radio @click="checkedPoints = !checkedPoints" color=" #5dbc7c" :checked="checkedPoints" /></view>
  19. </view>
  20. </view>
  21. <view class="yt-list">
  22. <view class="yt-list-cell b-b">
  23. <text class="cell-tit clamp">商品总价</text>
  24. <text class="cell-tip">¥{{ moneyAll }}</text>
  25. </view>
  26. </view>
  27. <!-- 底部 -->
  28. <view class="footer">
  29. <view class="price-content">
  30. <text>实付款</text>
  31. <text class="price-tip">¥</text>
  32. <text class="price">{{ payAllMoney }}</text>
  33. </view>
  34. <text class="submit" :class="{ submitNo: !payType }" @click="payType ? submit() : ''">提交订单</text>
  35. </view>
  36. <uni-popup ref="popupPay" type="bottom">
  37. <view class="popup-box">
  38. <view class="popup-pay">
  39. <view class="paybox-top flex">
  40. <view class="type">选择支付方式</view>
  41. <view class="image" @click="close"><image src="../../static/img/x.png" mode="aspectFill"></image></view>
  42. </view>
  43. <view class="paybox-main flex">
  44. <view class="zftype flex">
  45. <image src="../../static/img/weixin.png" mode="aspectFill"></image>
  46. <view class="zf">微信支付</view>
  47. </view>
  48. <label class="radio1" @click="changePayType(1)"><radio style="transform:scale(0.7)" value="" :checked="payType == 1" color="#5dbc7c"></radio></label>
  49. </view>
  50. <view class="paybox-main flex">
  51. <view class="zftype flex">
  52. <image src="../../static/img/zifubao.png" mode="aspectFill"></image>
  53. <view class="zf">支付宝支付</view>
  54. </view>
  55. <label class="radio1" @click="changePayType(4)"><radio style="transform:scale(0.7)" value="" :checked="payType == 4" color="#5dbc7c"></radio></label>
  56. </view>
  57. <view class="paybox-main flex">
  58. <view class="zftype flex">
  59. <image src="../../static/img/yue.png" mode="aspectFill"></image>
  60. <view class="zf">余额支付</view>
  61. </view>
  62. <label class="radio" @click="changePayType(2)">
  63. <radio style="transform:scale(0.7)" class="rad" value="" :checked="payType == 2" color="#5dbc7c"></radio>
  64. </label>
  65. </view>
  66. <view class="paybox-main flex">
  67. <view class="zftype flex">
  68. <image src="../../static/img/yong.png" mode="aspectFill"></image>
  69. <view class="zf">佣金支付</view>
  70. </view>
  71. <label class="radio1" @click="changePayType(3)"><radio style="transform:scale(0.7)" value="" :checked="payType == 3" color="#5dbc7c"></radio></label>
  72. </view>
  73. </view>
  74. <view class="buttom flex">
  75. <view class="heji">
  76. 合计:
  77. <text>
  78. <text class="money">{{ payAllMoney }}</text>
  79. </text>
  80. </view>
  81. <view class="zhifu" @click="pay">立即支付</view>
  82. </view>
  83. </view>
  84. </uni-popup>
  85. </view>
  86. </template>
  87. <script>
  88. import { fugou } from '@/api/order.js';
  89. import { getUserInfo } from '@/api/user.js';
  90. import { loadIndexs } from '@/api/index.js';
  91. import { extractCash, extractBank, aliInfo, bankInfo,userBalance } from '@/api/wallet.js';
  92. export default {
  93. data() {
  94. return {
  95. addressImg:
  96. 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu4AAAAFCAYAAAAaAWmiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk3RjkzMjM2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk3RjkzMjQ2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTdGOTMyMTY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTdGOTMyMjY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrEOZlQAAAiuSURBVHjazJp7bFvV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',
  97. // 当前选中的支付方式
  98. tabCurrentIndex: 0,
  99. navList: [
  100. {
  101. state: 0,
  102. text: '快递配送'
  103. }
  104. // {
  105. // state: 1,
  106. // text: '到店自提'
  107. // }
  108. ],
  109. desc: '', //备注
  110. payType: 2, //1微信 2余额 2佣金
  111. payName:'yue',
  112. // 商品列表
  113. shopList: '',
  114. // 购物车id
  115. cartId: '',
  116. froms: '',
  117. payLoding: false, //判断是否支付中
  118. //购物金额详情
  119. moneyAll: '',
  120. now_money: '', // 当前余额
  121. payPrice: 0, //总支付金额
  122. payAllMoney: 0, //实际支付金额
  123. checkedPoints: false, //判断是否积分抵扣
  124. integralAll: 0, //可使用的积分
  125. integralMoney: 0 //积分抵扣金额
  126. };
  127. },
  128. onLoad(option) {
  129. userBalance({}).then(({ data }) => {
  130. console.log(data,'账号信息')
  131. this.now_money = data.now_money
  132. });
  133. this.loadData();
  134. this.userinfo();
  135. },
  136. watch: {
  137. checkedPoints(newValue, oldValue) {
  138. if (this.checkedPoints) {
  139. if (+this.moneyAll - +this.integralAll < 0) {
  140. this.payAllMoney = 0;
  141. } else {
  142. this.payAllMoney = +this.moneyAll - +this.integralAll;
  143. }
  144. } else {
  145. this.payAllMoney = +this.moneyAll;
  146. }
  147. },
  148. },
  149. computed: {
  150. Postage() {
  151. let money = +this.moneyAll.storePostage;
  152. if (money == 0) {
  153. return '免运费';
  154. } else {
  155. return '¥' + money;
  156. }
  157. }
  158. },
  159. methods: {
  160. // 加载用户基础信息
  161. userinfo() {
  162. getUserInfo({}).then(({ data }) => {
  163. this.integralAll = data.integral;
  164. });
  165. },
  166. close() {
  167. this.$refs.popupPay.close();
  168. },
  169. // 是否使用积分
  170. checkedIntegral() {
  171. this.checkedPoints = !this.checkedPoints;
  172. },
  173. loadData() {
  174. let obj = this;
  175. loadIndexs({}).then(({ data }) => {
  176. obj.shopList = data.register_order; //商品列表
  177. console.log(obj.shopList);
  178. obj.moneyAll = data.register_price; //金额数据
  179. obj.payAllMoney = data.register_price; //金额数据
  180. });
  181. },
  182. // 修改支付方式
  183. changePayType(type) {
  184. this.payType = type;
  185. if (this.payType == 1) {
  186. this.payName = 'weixin';
  187. console.log('weixin', this.payName);
  188. }
  189. if (this.payType == 2) {
  190. this.payName = 'yue';
  191. console.log('yue', this.payName);
  192. }
  193. if (this.payType == 3) {
  194. this.payName = 'brokerage';
  195. console.log('brokerage', this.payName);
  196. }
  197. if (this.payType == 4) {
  198. this.payName = 'ali';
  199. console.log('ali', this.payName);
  200. }
  201. },
  202. // 提交订单
  203. submit() {
  204. this.$refs.popupPay.open();
  205. },
  206. pay() {
  207. console.log('点击');
  208. try {
  209. let obj = this;
  210. // 判断是否余额不足
  211. if (obj.payName == 'yue' && +obj.now_money < obj.payAllMoney) {
  212. uni.showModal({
  213. title: '提示',
  214. content: '账户余额不足!',
  215. showCancel: false,
  216. success: res => {},
  217. fail: () => {},
  218. complete: () => {}
  219. });
  220. return;
  221. }
  222. // 支付中
  223. console.log(this.payName,'支付方式')
  224. obj.payLoding = true;
  225. // #ifdef H5
  226. // 获取当前是否为微信浏览器
  227. obj.froms = uni.getStorageSync('weichatBrowser') || '';
  228. // #endif
  229. uni.showLoading({
  230. title: '支付中',
  231. mask: true
  232. });
  233. let use_integral = ''
  234. if(obj.checkedPoints) {
  235. use_integral = 1
  236. }else {
  237. use_integral = 0
  238. }
  239. let data = {
  240. use_integral: use_integral,
  241. pay_type: this.payName,
  242. // #ifdef H5
  243. // from: obj.froms ? 'weixin' : 'H5', //来源
  244. from: 'app' //来源
  245. // #endif
  246. // #ifdef MP-WEIXIN
  247. from: 'routine', //来源
  248. // #endif
  249. // #ifdef APP-PLUS
  250. from: 'app' //来源
  251. // #endif
  252. };
  253. fugou(data).then(({ data }) => {
  254. console.log('fufei', data);
  255. uni.hideLoading();
  256. if (data.status == 'PAY_DEFICIENCY') {
  257. console.log(data);
  258. this.$api.msg('支付失败')
  259. }
  260. if (data.status == 'SUCCESS') {
  261. this.$refs.popupPay.close();
  262. uni.showModal({
  263. title: '提示',
  264. content: '支付成功!',
  265. showCancel: false,
  266. success: res => {
  267. uni.switchTab({
  268. url: '/pages/index/index'
  269. });
  270. },
  271. fail: () => {},
  272. complete: () => {}
  273. });
  274. }
  275. console.log('-----', data);
  276. let da = data.result.jsConfig;
  277. // #ifdef MP-WEIXIN
  278. if (obj.payName == 'weixin' || obj.payName == 'routine') {
  279. // let da = data.result.jsConfig;
  280. console.log('--da--', da);
  281. let data = {
  282. // #ifdef H5
  283. timestamp: da.timestamp,
  284. // #endif
  285. // #ifdef MP
  286. timeStamp: da.timestamp,
  287. // #endif
  288. nonceStr: da.nonceStr,
  289. package: da.package,
  290. signType: da.signType,
  291. paySign: da.paySign
  292. };
  293. console.log('--data--', data);
  294. wx.requestPayment(data);
  295. }
  296. // #endif
  297. // #ifdef APP-PLUS
  298. if (obj.payName == 'weixin' || obj.payName == 'routine') {
  299. // let da = data.result.jsConfig;
  300. console.log('--weixinda--', da);
  301. let data = {
  302. appid:da.appid,
  303. noncestr: da.noncestr,
  304. package: da.package,
  305. partnerid:da.partnerid,
  306. prepayid:da.prepayid,
  307. timestamp: da.timestamp,
  308. sign:da.sign
  309. };
  310. console.log('--data--', data);
  311. uni.requestPayment({
  312. provider: 'wxpay',
  313. orderInfo: data,
  314. success(res) {
  315. console.log(res)
  316. },
  317. fail(res) {
  318. console.log("微信掉起失败")
  319. console.log(res,'失败')
  320. }
  321. })
  322. }
  323. if (obj.payName == 'ali') {
  324. const url = data.result.jsConfig;
  325. console.log(url, 'url');
  326. uni.requestPayment({
  327. provider: 'alipay',
  328. orderInfo: url,
  329. success: res => {
  330. console.log(res);
  331. uni.showToast({
  332. title: '支付成功',
  333. duration: 2000
  334. });
  335. },
  336. fail: e => {
  337. console.log(e);
  338. },
  339. complete: () => {}
  340. });
  341. obj.payLoding = false;
  342. }
  343. // #endif
  344. uni.hideLoading();
  345. // #ifdef H5
  346. if (data.status == 'PAY_DEFICIENCY') {
  347. console.log(data);
  348. this.$api.msg('支付失败')
  349. }
  350. if (data.status == 'SUCCESS') {
  351. this.$refs.popupPay.close();
  352. uni.showModal({
  353. title: '提示',
  354. content: '支付成功!',
  355. showCancel: false,
  356. success: res => {
  357. uni.switchTab({
  358. url: '/pages/index/index'
  359. });
  360. },
  361. fail: () => {},
  362. complete: () => {}
  363. });
  364. }
  365. // #endif
  366. });
  367. } catch (e) {
  368. console.log('fufiecw', e);
  369. //TODO handle the exception
  370. }
  371. },
  372. }
  373. };
  374. </script>
  375. <style lang="scss">
  376. page {
  377. background: $page-color-base;
  378. padding-bottom: 100rpx;
  379. }
  380. .navbar {
  381. display: flex;
  382. height: 80rpx;
  383. padding: 0 5px;
  384. background: #fff;
  385. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.06);
  386. position: relative;
  387. z-index: 10;
  388. .nav-item {
  389. flex: 1;
  390. display: flex;
  391. justify-content: center;
  392. align-items: center;
  393. height: 100%;
  394. font-size: $font-lg + 4rpx;
  395. color: $font-color-dark;
  396. position: relative;
  397. &.current {
  398. color: $base-color;
  399. &:after {
  400. content: '';
  401. position: absolute;
  402. left: 50%;
  403. bottom: 0;
  404. transform: translateX(-50%);
  405. width: 140rpx;
  406. height: 0;
  407. border-bottom: 2px solid $base-color;
  408. }
  409. }
  410. }
  411. }
  412. .address-section {
  413. padding: 30rpx 0;
  414. background: #fff;
  415. position: relative;
  416. border-top: 1px solid $border-color-light;
  417. .order-content {
  418. min-height: 100rpx;
  419. display: flex;
  420. align-items: center;
  421. .addAddress {
  422. text-align: center;
  423. width: 100%;
  424. display: flex;
  425. justify-content: center;
  426. align-items: center;
  427. .iconaddition {
  428. font-size: 55rpx;
  429. line-height: 1;
  430. border-radius: 100rpx;
  431. margin-right: 20rpx;
  432. }
  433. }
  434. }
  435. .iconlocation {
  436. flex-shrink: 0;
  437. display: flex;
  438. align-items: center;
  439. justify-content: center;
  440. width: 90rpx;
  441. color: #888;
  442. font-size: 44rpx;
  443. }
  444. .cen {
  445. display: flex;
  446. flex-direction: column;
  447. flex: 1;
  448. font-size: 28rpx;
  449. color: $font-color-dark;
  450. }
  451. .name {
  452. font-size: 34rpx;
  453. margin-right: 24rpx;
  454. }
  455. .address {
  456. margin-top: 16rpx;
  457. margin-right: 20rpx;
  458. color: $font-color-light;
  459. }
  460. .icon-you {
  461. font-size: 32rpx;
  462. color: $font-color-light;
  463. margin-right: 30rpx;
  464. }
  465. .a-bg {
  466. position: absolute;
  467. left: 0;
  468. bottom: 0;
  469. display: block;
  470. width: 100%;
  471. height: 5rpx;
  472. }
  473. }
  474. .goods-section {
  475. margin-top: 16rpx;
  476. background: #fff;
  477. padding-bottom: 1px;
  478. .g-header {
  479. display: flex;
  480. align-items: center;
  481. height: 84rpx;
  482. padding: 0 30rpx;
  483. position: relative;
  484. }
  485. .logo {
  486. display: block;
  487. width: 50rpx;
  488. height: 50rpx;
  489. border-radius: 100px;
  490. }
  491. .name {
  492. font-size: 30rpx;
  493. color: $font-color-base;
  494. margin-left: 24rpx;
  495. }
  496. }
  497. .g-item {
  498. display: flex;
  499. padding-top: 20rpx;
  500. margin: 0 30rpx;
  501. image {
  502. flex-shrink: 0;
  503. display: block;
  504. width: 140rpx;
  505. height: 140rpx;
  506. border-radius: 4rpx;
  507. }
  508. .right {
  509. flex: 1;
  510. padding-left: 24rpx;
  511. overflow: hidden;
  512. }
  513. .title {
  514. font-size: 30rpx;
  515. color: $font-color-dark;
  516. }
  517. .spec {
  518. font-size: 26rpx;
  519. color: $font-color-light;
  520. }
  521. .price-box {
  522. display: flex;
  523. align-items: center;
  524. font-size: 32rpx;
  525. color: $font-color-dark;
  526. padding-top: 10rpx;
  527. .price {
  528. margin-bottom: 4rpx;
  529. color: $color-red;
  530. }
  531. .number {
  532. font-size: 26rpx;
  533. color: $font-color-base;
  534. margin-left: 20rpx;
  535. }
  536. }
  537. .step-box {
  538. position: relative;
  539. }
  540. }
  541. .yt-list {
  542. margin-top: 16rpx;
  543. background: #fff;
  544. }
  545. .yt-list-cell {
  546. display: flex;
  547. align-items: center;
  548. padding: 10rpx 30rpx 10rpx 40rpx;
  549. line-height: 70rpx;
  550. position: relative;
  551. &.cell-hover {
  552. background: #fafafa;
  553. }
  554. &.b-b:after {
  555. left: 30rpx;
  556. }
  557. .cell-icon {
  558. height: 32rpx;
  559. width: 32rpx;
  560. font-size: 22rpx;
  561. color: #fff;
  562. text-align: center;
  563. line-height: 32rpx;
  564. background: #f85e52;
  565. border-radius: 4rpx;
  566. margin-right: 12rpx;
  567. &.hb {
  568. background: #ffaa0e;
  569. }
  570. &.lpk {
  571. background: #3ab54a;
  572. }
  573. }
  574. .cell-more {
  575. align-self: center;
  576. font-size: 24rpx;
  577. color: $font-color-light;
  578. margin-left: 8rpx;
  579. margin-right: -10rpx;
  580. }
  581. .cell-tit {
  582. flex: 1;
  583. font-size: 26rpx;
  584. color: $font-color-light;
  585. margin-right: 10rpx;
  586. }
  587. .cell-tip {
  588. font-size: 26rpx;
  589. color: $font-color-dark;
  590. &.disabled {
  591. color: $font-color-light;
  592. }
  593. &.active {
  594. color: $base-color;
  595. }
  596. &.red {
  597. color: $base-color;
  598. }
  599. }
  600. &.desc-cell {
  601. .cell-tit {
  602. max-width: 90rpx;
  603. }
  604. }
  605. .desc {
  606. flex: 1;
  607. text-align: right;
  608. font-size: $font-base;
  609. color: $font-color-dark;
  610. }
  611. }
  612. /* 支付列表 */
  613. .pay-list {
  614. padding-left: 40rpx;
  615. margin-top: 16rpx;
  616. background: #fff;
  617. .pay-item {
  618. display: flex;
  619. align-items: center;
  620. padding-right: 20rpx;
  621. line-height: 1;
  622. height: 110rpx;
  623. position: relative;
  624. }
  625. .icon-weixinzhifu {
  626. width: 80rpx;
  627. font-size: 40rpx;
  628. color: #6bcc03;
  629. }
  630. .icon-alipay {
  631. width: 80rpx;
  632. font-size: 40rpx;
  633. color: #06b4fd;
  634. }
  635. .icon-xuanzhong2 {
  636. display: flex;
  637. align-items: center;
  638. justify-content: center;
  639. width: 60rpx;
  640. height: 60rpx;
  641. font-size: 40rpx;
  642. color: $base-color;
  643. }
  644. .tit {
  645. font-size: 32rpx;
  646. color: $font-color-dark;
  647. flex: 1;
  648. }
  649. }
  650. .footer {
  651. position: absolute;
  652. left: 0;
  653. bottom: 0;
  654. z-index: 10;
  655. display: flex;
  656. align-items: center;
  657. width: 100%;
  658. height: 90rpx;
  659. justify-content: space-between;
  660. font-size: 30rpx;
  661. background-color: #fff;
  662. color: $font-color-base;
  663. box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  664. .price-content {
  665. padding-left: 30rpx;
  666. }
  667. .price-tip {
  668. color: $font-color-base;
  669. margin-left: 8rpx;
  670. }
  671. .price {
  672. font-size: 36rpx;
  673. color: $font-color-base;
  674. }
  675. .submit {
  676. display: flex;
  677. align-items: center;
  678. justify-content: center;
  679. width: 280rpx;
  680. height: 100%;
  681. color: #fff;
  682. font-size: 32rpx;
  683. background-color: $base-color;
  684. &.submitNo {
  685. background-color: $font-color-disabled;
  686. }
  687. }
  688. }
  689. .popup-box {
  690. position: relative;
  691. z-index: 100;
  692. width: 100%;
  693. height: auto;
  694. background: #ffffff;
  695. .popup-pay {
  696. position: relative;
  697. justify-content: space-between;
  698. padding: 0rpx 25rpx 32rpx 25rpx;
  699. .paybox-top {
  700. padding-top: 38rpx;
  701. width: 100%;
  702. .type {
  703. font-size: 28rpx;
  704. font-family: PingFang SC;
  705. font-weight: bold;
  706. color: #333333;
  707. }
  708. .image {
  709. padding-right: 24rpx;
  710. padding-bottom: 10rpx;
  711. image {
  712. width: 16rpx;
  713. height: 16rpx;
  714. }
  715. }
  716. }
  717. .paybox-main {
  718. width: 100%;
  719. margin-top: 54rpx;
  720. .zftype {
  721. padding-left: 5rpx;
  722. image {
  723. width: 38rpx;
  724. height: 40rpx;
  725. }
  726. .zf {
  727. padding-left: 18rpx;
  728. font-size: 28rpx;
  729. font-family: PingFang SC;
  730. font-weight: 400;
  731. color: #3f454b;
  732. }
  733. }
  734. }
  735. }
  736. .buttom {
  737. position: relative;
  738. z-index: 100;
  739. width: 100%;
  740. height: 113rpx;
  741. padding-top: 20rpx;
  742. align-items: center;
  743. .heji {
  744. height: 100%;
  745. width: 50%;
  746. padding-left: 23rpx;
  747. padding-top: 20rpx;
  748. font-size: 28rpx;
  749. font-family: PingFang SC;
  750. font-weight: 400;
  751. color: #3f454b;
  752. text {
  753. font-size: 24rpx;
  754. font-family: PingFang SC;
  755. font-weight: bold;
  756. color: #ff0000;
  757. .money {
  758. font-size: 36rpx;
  759. }
  760. }
  761. }
  762. .zhifu {
  763. width: 50%;
  764. height: 92rpx;
  765. background: #5dbc7c;
  766. text-align: center;
  767. line-height: 92rpx;
  768. font-size: 32rpx;
  769. font-family: PingFang SC;
  770. font-weight: bold;
  771. color: #ffffff;
  772. }
  773. }
  774. }
  775. </style>