choosePayment.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779
  1. <template>
  2. <view>
  3. <u-modal
  4. v-model="payWayPop"
  5. :title-style="{ color: '#1E1E1E', fontSize: '34rpx' }"
  6. title="选择支付方式"
  7. width="600rpx"
  8. :show-confirm-button="false"
  9. :show-cancel-button="false"
  10. :mask-close-able="true"
  11. @input="modalClose"
  12. >
  13. <view class="pay-content">
  14. <view class="pay-list">
  15. <radio-group @change="payRadioChange">
  16. <template v-if="projectFlag !== 'zhenning'">
  17. <!-- #ifdef H5 || MP-WEIXIN -->
  18. <view class="pay-list-item" v-if="wxEnv" @click="payRadioClick('weixin')">
  19. <view class="pay-list-item-image">
  20. <image class="image" src="/static/img/wechat-icon-new.png" mode="aspectFit" />
  21. <view>微信支付</view>
  22. </view>
  23. <view class="radioBox">
  24. <radio color="#2DCF8C" value="weixin" :checked="'weixin' === radioCurrent" />
  25. </view>
  26. </view>
  27. <template v-if="!wxEnv && projectFlag === 'zhijin'">
  28. <view class="pay-list-item flex-center">暂无可用支付方式</view>
  29. </template>
  30. <!-- #endif -->
  31. </template>
  32. <template v-if="alipayEnv && projectFlag === 'puding' && projectFlag !== 'zhijin'">
  33. <view class="pay-list-item" @click="payRadioClick('juhe')">
  34. <view class="pay-list-item-image">
  35. <image class="image" src="/static/img/alipay-icon-new.png" mode="aspectFit" />
  36. <view>支付宝支付<text>随机立减最高10元</text></view>
  37. </view>
  38. <view class="radioBox">
  39. <radio color="#2DCF8C" value="juhe" :checked="'juhe' === radioCurrent" />
  40. </view>
  41. </view>
  42. </template>
  43. <view class="pay-list-item" @click="payRadioClick('gzyh')" v-if="projectFlag !== 'zhijin'">
  44. <view class="pay-list-item-image">
  45. <image class="image" src="/static/img/gy-icon-new.png" mode="aspectFit" />
  46. <view>贵州银行</view>
  47. </view>
  48. <view class="radioBox">
  49. <radio color="#2DCF8C" value="gzyh" :checked="'gzyh' === radioCurrent" />
  50. </view>
  51. </view>
  52. <template v-if="projectFlag === 'zhenning' && projectFlag !== 'zhijin'">
  53. <view class="pay-list-item" @click="payRadioClick('weixinzn')">
  54. <view class="pay-list-item-image">
  55. <image class="image" src="/static/img/wechat-icon-new.png" mode="aspectFit" />
  56. <view>微信/支付宝</view>
  57. </view>
  58. <view class="radioBox">
  59. <radio color="#2DCF8C" value="weixinzn" :checked="'weixinzn' === radioCurrent" />
  60. </view>
  61. </view>
  62. </template>
  63. <template v-if="projectFlag !== 'zhenning' && projectFlag !== 'puding' && projectFlag !== 'zhijin'">
  64. <view class="pay-list-item" @click="payRadioClick('juhe')">
  65. <view class="pay-list-item-image">
  66. <image class="image" src="/static/img/juhe-icon-new.png" mode="aspectFit" />
  67. <view>聚合支付</view>
  68. </view>
  69. <view class="radioBox">
  70. <radio color="#2DCF8C" value="juhe" :checked="'juhe' === radioCurrent" />
  71. </view>
  72. </view>
  73. </template>
  74. </radio-group>
  75. </view>
  76. <view class="pay-coupon" v-if="radioCurrent === 'weixin' && isShowCoupon">
  77. <u-cell-group :border="false">
  78. <u-cell-item
  79. icon=""
  80. title="优惠券"
  81. :value="couponPopup.currentCoupon.couponName || (couponPopup.couponList.length ? '暂未选择优惠券' : '无可用优惠券')"
  82. :border-bottom="false"
  83. @click="chooseCoupon"
  84. ></u-cell-item>
  85. </u-cell-group>
  86. </view>
  87. <view class="pay-money">
  88. <text class="discount-money" v-if="couponPopup.currentCoupon.couponContent && radioCurrent === 'weixin'"
  89. >¥ {{ getDifference(orderMoney, couponPopup.currentCoupon.couponContent).toFixed(2) }}</text
  90. >
  91. <text class="original-money" :class="couponPopup.currentCoupon.couponContent && radioCurrent === 'weixin' && 'original-discount-money'"
  92. >¥ {{ orderMoney }}</text
  93. >
  94. </view>
  95. <view class="pay-btn">
  96. <u-button type="primary" shape="circle" :disabled="!radioCurrent" @tap="$u.debounce(immediatePayment, 1500, true)">立即支付</u-button>
  97. </view>
  98. </view>
  99. </u-modal>
  100. <!-- 选择优惠券弹框 -->
  101. <u-popup v-model="couponPopup.show" mode="top" length="100%">
  102. <view class="coupon-popup">
  103. <u-navbar
  104. back-text=""
  105. title="我的优惠券"
  106. :background="couponPopup.background"
  107. title-color="#fff"
  108. back-icon-color="#fff"
  109. :custom-back="customBack"
  110. />
  111. <view class="coupon-popup-list">
  112. <template v-if="couponPopup.couponList.length">
  113. <radio-group @change="couponRadioChange">
  114. <view class="coupon-popup-list-item" v-for="(item, index) in couponPopup.couponList" :key="index">
  115. <view class="coupon-popup-list-item-top">
  116. <view class="coupon-popup-list-item-top-left">
  117. <view class="cplitl-left">
  118. <view>
  119. <text>¥</text>
  120. <text>{{ item.couponContent }}</text>
  121. </view>
  122. <view class="cplitl-left-bottom">{{ Number(item.threshold) > 0 ? `停车时长满${item.threshold}分钟` : '无门槛' }}</view>
  123. </view>
  124. <view class="cplitl-right">
  125. <view>{{ item.couponName }}</view>
  126. <view>有限期:剩余{{ calcValidity(item.startTime, item.endTime) }}</view>
  127. </view>
  128. </view>
  129. <view class="coupon-popup-list-item-top-right">
  130. <radio color="#FF6D6D" :value="item.id" :checked="item.id === couponPopup.radioCurrent" @click="couponItemClick(item)" />
  131. </view>
  132. </view>
  133. <view class="coupon-popup-list-item-bottom">
  134. 适用停车点:
  135. <template v-if="item.parkList">
  136. <template v-if="item.parkList.length > 1"> 适用多个停车点 </template>
  137. <template v-else> 仅限{{ item.parkList.map((item) => item.parkName).join('、') }} </template>
  138. <template v-if="item.parkList && item.parkList.length > 1">
  139. <view class="cplib-point">
  140. <u-read-more
  141. text-indent="0"
  142. show-height="0"
  143. :toggle="true"
  144. :shadow-style="{ backgroundImage: 'none' }"
  145. fontSize="20rpx"
  146. close-text="展开所有停车点"
  147. >
  148. <view class="cplib-point-content">{{ item.parkList.map((item) => item.parkName).join('、') }}</view>
  149. </u-read-more>
  150. </view>
  151. </template>
  152. </template>
  153. </view>
  154. </view>
  155. </radio-group>
  156. </template>
  157. <template v-else>
  158. <u-empty text="没有适合的优惠券" mode="coupon" margin-top="300"></u-empty>
  159. </template>
  160. </view>
  161. <view class="coupon-popup-btn">
  162. <u-button type="primary" shape="circle" @click="confimCoupon">确 定</u-button>
  163. </view>
  164. </view>
  165. </u-popup>
  166. <u-toast ref="uToast" />
  167. </view>
  168. </template>
  169. <script>
  170. import { getEnvIsWx, getEnvIsAlipay } from '@/utils/judgEnvironment.js';
  171. import $wxPay from '@/utils/wxPay.js';
  172. export default {
  173. props: {
  174. // 订单数组
  175. curOrderList: {
  176. type: Array,
  177. default: null
  178. },
  179. // 设备编号
  180. deviceNo: {
  181. type: String,
  182. default: null
  183. },
  184. // 地磁支付需要字段
  185. payeeId: {
  186. type: String,
  187. default: undefined
  188. },
  189. // 地磁支付需要字段
  190. payeeName: {
  191. type: String,
  192. default: undefined
  193. },
  194. // 扫码支付需要字段
  195. sanPay: {
  196. type: Boolean,
  197. default: false
  198. },
  199. // 追缴类型
  200. pursueType: {
  201. type: String,
  202. default: undefined
  203. },
  204. // 车牌号
  205. vehicleNo: {
  206. type: String,
  207. default: undefined
  208. },
  209. // 跳转页面
  210. jumpUrl: {
  211. type: String,
  212. default: null
  213. },
  214. // 出口扫码 接口不一样
  215. exportFlag: {
  216. type: Boolean,
  217. default: false
  218. },
  219. // 区分包月支付
  220. isMonthPay: {
  221. type: Boolean,
  222. default: false
  223. },
  224. // 包月id
  225. monthId: {
  226. type: String,
  227. default: null
  228. },
  229. // 室内扫码
  230. isIndoor: {
  231. type: Boolean,
  232. default: false
  233. }
  234. },
  235. data() {
  236. return {
  237. // 支付弹框显示
  238. payWayPop: false,
  239. // 是否微信环境
  240. wxEnv: true,
  241. // 支付宝环境
  242. alipayEnv: true,
  243. // 支付方式选择
  244. radioCurrent: '',
  245. // 订单金额
  246. orderMoney: '',
  247. // 显示优惠券选项
  248. isShowCoupon: false,
  249. // 是否取消优惠券标识
  250. isCancelCoupon: false,
  251. // 选择优惠券弹框
  252. couponPopup: {
  253. // 弹框标识
  254. show: false,
  255. // 优惠券列表
  256. couponList: [],
  257. // 优惠券选中项value
  258. radioCurrent: '',
  259. // navbar背景
  260. background: {
  261. backgroundColor: '#008CFF'
  262. },
  263. // 优惠券选中项
  264. currentCoupon: {}
  265. }
  266. };
  267. },
  268. methods: {
  269. /**
  270. * 打开弹框触发
  271. * @date 2023-02-17
  272. * @param {any} details
  273. * @param {any} numType single 单笔订单 multiple 多比订单 用于区分多笔订单不能使用优惠券
  274. * @param {any} orderType road 路段订单 parking 停车场订单 用于区分路段订单不使用优惠券
  275. * @returns {any}
  276. */
  277. openPopup(details, numType = 'single', orderType = 'road') {
  278. // 获取环境信息
  279. this.wxEnv = getEnvIsWx();
  280. // 判断支付宝环境
  281. this.alipayEnv = getEnvIsAlipay();
  282. if (this.projectFlag === 'zhenning') {
  283. this.radioCurrent = 'weixinzn';
  284. } else if (this.projectFlag === 'wudang') {
  285. this.radioCurrent = 'juhe';
  286. } else if (this.projectFlag === 'zhijin' && this.wxEnv) {
  287. this.radioCurrent = 'weixin';
  288. } else if (this.projectFlag !== 'zhijin' && this.wxEnv) {
  289. this.radioCurrent = 'weixin';
  290. } else if (this.projectFlag !== 'zhijin') {
  291. this.radioCurrent = 'juhe';
  292. }
  293. // 打开弹出层
  294. this.payWayPop = true;
  295. // 计算订单金额
  296. this.orderMoney = details.payAmount.toFixed(2);
  297. // 如果是单个停车订单,且是路边停车,且不是月卡支付,则显示优惠券
  298. if (numType === 'single' && orderType === 'parking' && !this.isMonthPay && this.wxEnv) {
  299. this.isShowCoupon = true;
  300. this.isCancelCoupon = true;
  301. this.getCouponList(details.id);
  302. }
  303. },
  304. /**
  305. * 获取优惠券列表
  306. * @date 2023-02-17
  307. * @param {any} orderId
  308. * @returns {any}
  309. */
  310. getCouponList(orderId) {
  311. this.$u.api.getCouponByOrderIdApi({ orderId }).then((res) => {
  312. this.couponPopup.couponList = res?.data ?? [];
  313. });
  314. },
  315. /**
  316. * 选中支付类型
  317. * @date 2023-02-17
  318. * @param {any} {detail}
  319. * @returns {any}
  320. */
  321. payRadioChange({ detail }) {
  322. this.radioCurrent = detail.value;
  323. },
  324. payRadioClick(value) {
  325. this.radioCurrent = value;
  326. },
  327. /**
  328. * 选中优惠券
  329. * @date 2023-02-17
  330. * @returns {any}
  331. */
  332. chooseCoupon() {
  333. this.couponPopup.show = true;
  334. },
  335. /**
  336. * 贵阳银行支付
  337. * @param {Array} orderList 需要支付的订单号组成的数组
  338. * @param {String} deviceNo 设备编号(只有车位锁部分有)
  339. * */
  340. async gyBankPay() {
  341. const params = {
  342. orderList: this.curOrderList,
  343. deviceNo: this.deviceNo,
  344. jumpUrl: this.jumpUrl,
  345. payeeId: this.payeeId,
  346. payeeName: this.payeeName,
  347. pursueType: this.pursueType,
  348. vehicleNo: this.vehicleNo,
  349. sanPay: this.sanPay
  350. };
  351. const apiCall = this.exportFlag ? this.$u.api.quickPayExportApi : this.$u.api.payGzbank;
  352. try {
  353. const res = await apiCall({ ...params });
  354. if (res.data.needPay) {
  355. location.href = res.data.url;
  356. } else {
  357. this.showToast('无需支付', 'info');
  358. setTimeout(() => {
  359. location.reload();
  360. }, 1000);
  361. }
  362. } catch (err) {
  363. // this.showToast(err.msg, 'error');
  364. }
  365. },
  366. /**
  367. * @description: 贵阳银行包月支付
  368. * @return {*}
  369. */
  370. async gyBankMonthPay() {
  371. try {
  372. const res = await this.$u.api.monthPay({ monthId: this.monthId, jumpUrl: this.jumpUrl });
  373. if (res.code === 200) {
  374. location.href = res?.data?.url;
  375. }
  376. } catch (err) {
  377. this.showToast('无法调起支付', 'error');
  378. }
  379. },
  380. /**
  381. * @description: 显示报错信息
  382. * @param {*} title
  383. * @param {*} type
  384. * @return {*}
  385. */
  386. showToast(title, type = 'error') {
  387. this.$refs.uToast.show({ title, type });
  388. },
  389. /**
  390. * 聚合支付
  391. * */
  392. juhePay() {
  393. this.getWXPayByJava(this.curOrderList, this.deviceNo);
  394. },
  395. /**
  396. * @description: 聚合包月支付
  397. * @return {*}
  398. */
  399. async juheMonthPay() {
  400. const params = { monthId: this.monthId, jumpUrl: this.jumpUrl };
  401. try {
  402. const res = await this.$u.api.monthlyWxPay({ ...params });
  403. if (res.code === 200) {
  404. localStorage.setItem('jumpUrl', this.jumpUrl);
  405. location.href = res.data.qrCodeUrl;
  406. }
  407. } catch (err) {
  408. // this.showToast(`无法调起${this.alipayEnv ? '支付宝' : this.wxEnv ? '微信' : '聚合'}支付!`, type: 'error');
  409. }
  410. },
  411. /**
  412. * 微信支付处理参数
  413. */
  414. wechatPay() {
  415. const params = {
  416. orderList: this.curOrderList,
  417. openid: this.vuex_wxinfo.openId,
  418. deviceNo: this.deviceNo || undefined,
  419. payeeId: this.payeeId || undefined,
  420. payeeName: this.payeeName || undefined,
  421. vehicleNo: this.vehicleNo,
  422. sanPay: this.sanPay
  423. };
  424. if (this.couponPopup.radioCurrent) {
  425. params.couponMemberId = this.couponPopup.radioCurrent;
  426. }
  427. this.handleWxPay.call(this, params);
  428. },
  429. /**
  430. * @description: 微信支付
  431. * @param {*} params
  432. * @return {*}
  433. */
  434. handleWxPay(params) {
  435. const api = this.exportFlag ? this.$u.api.parkingWechatPayApi : this.$u.api.wechatPayApi;
  436. api({ ...params }).then((res) => {
  437. if (res.code !== 200) {
  438. return;
  439. }
  440. if (!res.data.needPay) {
  441. this.showToast('无需支付', 'info');
  442. setTimeout(() => {
  443. uni.hideLoading();
  444. location.reload();
  445. }, 1000);
  446. return;
  447. }
  448. $wxPay.weixinPay(res.data.wx).then((r) => {
  449. const messageMap = {
  450. 0: '成功',
  451. 1: '已取消支付',
  452. 2: '支付失败,请检查!'
  453. };
  454. switch (Number(r.code)) {
  455. case 0: // 成功
  456. //#ifdef H5
  457. location.reload();
  458. //#endif
  459. break;
  460. case 1: // 取消
  461. if (this.isCancelCoupon) {
  462. this.cancelCoupon(messageMap[r.code]);
  463. } else {
  464. this.showToast(messageMap[r.code], 'info');
  465. }
  466. break;
  467. case 2: // 支付失败
  468. this.showToast(messageMap[r.code], 'error');
  469. break;
  470. }
  471. });
  472. });
  473. },
  474. /**
  475. * @description: 取消优惠券
  476. * @param {*} msg
  477. * @return {*}
  478. */
  479. async cancelCoupon(msg) {
  480. try {
  481. const { code } = await this.$u.api.updateCouponStatusApi({ orderList: this.curOrderList });
  482. if (code === 200) {
  483. this.showToast(msg, 'info');
  484. location.reload();
  485. }
  486. } catch (error) {}
  487. },
  488. /**
  489. * @description: 微信包月支付
  490. * @return {*}
  491. */
  492. wechatMonthPay() {
  493. this.$u.api.wechatMonthlyPayapi({ monthId: this.monthId, openid: this.vuex_wxinfo.openId }).then((response) => {
  494. if (response.code === 200) {
  495. $wxPay.weixinPay(response.data.wx).then((res) => {
  496. this.handleMonthlyPay.call(this, res);
  497. });
  498. }
  499. });
  500. },
  501. /**
  502. * @description: 微信包月支付响应处理
  503. * @param {*} response
  504. * @return {*}
  505. */
  506. handleMonthlyPay(response) {
  507. const messageMap = {
  508. 0: { title: '成功', jumpUrl: this.jumpUrl },
  509. 1: { title: '已取消支付' },
  510. 2: { title: '支付失败,请检查!', type: 'error' }
  511. };
  512. const message = messageMap[Number(response.code)];
  513. this.showToast(message.title, message.type || 'info');
  514. if (message.jumpUrl) {
  515. location.href = message.jumpUrl;
  516. }
  517. },
  518. /**
  519. * 直接通过后台获取贵阳银行微信支付地址
  520. * @param {Array} list 需要支付的订单组合数组
  521. * @param {Number} deviceNo 设备编号(在停车锁部分需要)
  522. * */
  523. async getWXPayByJava(orderList, deviceNo) {
  524. try {
  525. let params = {
  526. orderList,
  527. openid: this.vuex_wxinfo.openId,
  528. jumpUrl: this.jumpUrl,
  529. deviceNo: deviceNo ? deviceNo : null,
  530. payeeId: this.payeeId,
  531. payeeName: this.payeeName,
  532. pursueType: this.pursueType,
  533. vehicleNo: this.vehicleNo,
  534. sanPay: this.sanPay
  535. };
  536. const api = this.exportFlag ? 'polyPayExportApi' : 'ordinaryWxPay'; // 优化代码
  537. const res = await this.$u.api[api](params);
  538. if (res.code === 200) {
  539. if (res.data.needPay) {
  540. localStorage.setItem('jumpUrl', this.jumpUrl);
  541. location.href = res.data.qrCodeUrl;
  542. } else {
  543. this.showToast('无需支付', 'info');
  544. setTimeout(() => {
  545. location.href = this.jumpUrl;
  546. }, 1000);
  547. }
  548. } else {
  549. uni.hideLoading();
  550. }
  551. } catch (err) {
  552. // this.showToast(`无法调起${this.alipayEnv ? '支付宝' : this.wxEnv ? '微信' : '聚合'}支付!`, 'error');
  553. }
  554. },
  555. /**
  556. * @description: 镇宁微信支付
  557. * @param {*} orderList
  558. * @param {*} deviceNo
  559. * @return {*}
  560. */
  561. async znWechatPay() {
  562. try {
  563. const params = {
  564. orderList: this.curOrderList,
  565. openid: '',
  566. jumpUrl: this.jumpUrl,
  567. deviceNo: this.deviceNo ? this.deviceNo : null,
  568. payeeId: this.payeeId,
  569. payeeName: this.payeeName,
  570. pursueType: this.pursueType
  571. };
  572. const res = await this.$u.api.ordinaryWxPay(params);
  573. if (res.code === 200) {
  574. const { needPay, qrCodeUrl } = res.data;
  575. if (needPay) {
  576. localStorage.setItem('jumpUrl', this.jumpUrl);
  577. location.href = qrCodeUrl;
  578. } else {
  579. this.showToast('无需支付', 'info');
  580. setTimeout(() => {
  581. location.href = this.jumpUrl;
  582. }, 1000);
  583. }
  584. } else {
  585. uni.hideLoading();
  586. }
  587. } catch (err) {
  588. this.showToast('无法调起微信支付!', 'error');
  589. }
  590. },
  591. /**
  592. * @description: 镇宁聚合
  593. * @return {*}
  594. */
  595. async getWXMonthPayByJava() {
  596. const { monthId, jumpUrl } = this;
  597. try {
  598. const res = await this.$u.api.monthlyWxPay({ monthId, jumpUrl });
  599. if (res.code === 200) {
  600. localStorage.setItem('jumpUrl', jumpUrl);
  601. location.href = res.data.qrCodeUrl;
  602. }
  603. } catch (err) {
  604. // this.showToast('无法调起支付!', 'error');
  605. }
  606. },
  607. /**
  608. * 支付弹框关闭触发
  609. * @date 2023-02-17
  610. * @returns {any}
  611. */
  612. modalClose() {
  613. Object.assign(this, {
  614. payWayPop: false,
  615. wxEnv: true,
  616. alipayEnv: true,
  617. radioCurrent: '',
  618. orderMoney: '',
  619. isShowCoupon: false,
  620. isCancelCoupon: false,
  621. couponPopup: {
  622. show: false,
  623. couponList: [],
  624. radioCurrent: '',
  625. background: {
  626. backgroundColor: '#008CFF'
  627. },
  628. currentCoupon: {}
  629. }
  630. });
  631. this.$emit('closePaymentMethod');
  632. },
  633. /**
  634. * 关闭优惠券弹框
  635. * @date 2023-02-17
  636. * @returns {any}
  637. */
  638. customBack() {
  639. this.couponPopup.show = false;
  640. },
  641. /**
  642. * 优惠券单选触发
  643. * @date 2023-02-17
  644. * @param {any} val
  645. * @returns {any}
  646. */
  647. couponRadioChange(val) {
  648. // this.couponPopup.radioCurrent = val.detail.value;
  649. // this.couponPopup.currentCoupon = this.couponPopup.couponList.find((item) => item.id === this.couponPopup.radioCurrent);
  650. },
  651. couponItemClick(item) {
  652. this.couponPopup.radioCurrent = item.id === this.couponPopup.radioCurrent ? '' : item.id;
  653. },
  654. /**
  655. * 优惠券确认
  656. * @date 2023-02-17
  657. * @returns {any}
  658. */
  659. confimCoupon() {
  660. this.couponPopup.currentCoupon = this.couponPopup.radioCurrent
  661. ? this.couponPopup.couponList.find((item) => item.id === this.couponPopup.radioCurrent)
  662. : {};
  663. this.couponPopup.show = false;
  664. },
  665. /**
  666. * 立即支付
  667. * @date 2023-02-17
  668. * @returns {any}
  669. */
  670. async immediatePayment() {
  671. if (this.isIndoor) {
  672. const relationObj = {
  673. weixin: 'wechat',
  674. gzyh: 'quick',
  675. juhe: 'poly'
  676. };
  677. this.indoorPayment(relationObj[this.radioCurrent]);
  678. } else {
  679. const paymentMethods = {
  680. weixin: this.isMonthPay ? this.wechatMonthPay : this.wechatPay,
  681. gzyh: this.isMonthPay ? this.gyBankMonthPay : this.gyBankPay,
  682. juhe: this.isMonthPay ? this.juheMonthPay : this.juhePay,
  683. weixinzn: this.isMonthPay ? this.getWXMonthPayByJava : this.znWechatPay
  684. };
  685. const paymentMethod = paymentMethods[this.radioCurrent];
  686. if (paymentMethod) {
  687. await paymentMethod.call(this);
  688. }
  689. }
  690. },
  691. /**
  692. * @description: 室内支付
  693. * @param {*} payMode
  694. * @return {*}
  695. */
  696. async indoorPayment(payMode) {
  697. const { curOrderList, couponPopup, vuex_wxinfo, jumpUrl } = this;
  698. const params = {
  699. orderList: curOrderList,
  700. payMode,
  701. couponMemberId: couponPopup?.radioCurrent,
  702. openid: vuex_wxinfo?.openId,
  703. sanPay: true,
  704. jumpUrl
  705. };
  706. const { code, data } = await this.$u.api.indoorPaymentApi({ ...params });
  707. if (code === 200) {
  708. if (data?.needPay) {
  709. switch (payMode) {
  710. case 'wechat': // 微信支付
  711. $wxPay.weixinPay(data?.wechat?.wx).then((r) => {
  712. const messageMap = {
  713. 0: '成功',
  714. 1: '已取消支付',
  715. 2: '支付失败,请检查!'
  716. };
  717. switch (Number(r.code)) {
  718. case 0: // 成功
  719. //#ifdef H5
  720. this.jumpUrl ? (location.href = `${this.jumpUrl}&polyOrderId=${data.polyOrderId}`) : location.reload();
  721. //#endif
  722. break;
  723. case 1: // 取消
  724. if (this.isCancelCoupon) {
  725. this.cancelCoupon(messageMap[r.code]);
  726. } else {
  727. this.showToast(messageMap[r.code], 'info');
  728. }
  729. break;
  730. case 2: // 支付失败
  731. this.showToast(messageMap[r.code], 'error');
  732. break;
  733. }
  734. });
  735. break;
  736. case 'quick': // 快捷支付
  737. location.href = data?.quick;
  738. break;
  739. case 'poly':
  740. localStorage.setItem('jumpUrl', this.jumpUrl);
  741. location.href = data?.poly;
  742. break;
  743. }
  744. } else {
  745. this.showToast('无需支付', 'info');
  746. setTimeout(() => {
  747. this.jumpUrl ? (location.href = `${this.jumpUrl}&polyOrderId=${data.polyOrderId}`) : location.reload();
  748. }, 1000);
  749. }
  750. }
  751. },
  752. /**
  753. * 计算剩余时间
  754. * @date 2022-02-17
  755. * @param {any} datetime
  756. * @returns {any}
  757. */
  758. calcValidity(startTime, endTime) {
  759. let endTimeStr = new Date(endTime).valueOf(),
  760. nowTimeStr = new Date(startTime).valueOf() < Date.now() ? Date.now() : new Date(startTime).valueOf(),
  761. remainTimeStr = endTimeStr - nowTimeStr,
  762. day = Math.floor(remainTimeStr / (1000 * 3600 * 24)),
  763. dayOver = remainTimeStr % (1000 * 3600 * 24),
  764. hours = Math.floor(dayOver / (3600 * 1000)),
  765. hourOver = dayOver % (3600 * 1000),
  766. minutes = Math.floor(hourOver / (60 * 1000));
  767. return `${day}天${hours}小时${minutes}分`;
  768. },
  769. getDifference(a, b) {
  770. return a > b ? a - b : 0;
  771. }
  772. }
  773. };
  774. </script>
  775. <style lang="scss" scoped>
  776. @import './choosePayment.scss';
  777. </style>