paymentMethod.vue 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. <!--
  2. * @Description: 支付方式选择 微信or快捷支付or聚合支付
  3. * @Author: 空白格
  4. * @Date: 2022-08-01 11:45:20
  5. * @LastEditors: 空白格
  6. * @LastEditTime: 2023-01-03 10:21:16
  7. * @FilePath: \parking_h5\pages\choosePayment\choosePayment.vue
  8. * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
  9. -->
  10. <template>
  11. <view>
  12. <u-modal v-model="payWayPop" :title-style="{ color: '#404040' }" title="缴费方式" width="660rpx"
  13. :show-confirm-button="false" :show-cancel-button="false">
  14. <view class="slot-content">
  15. <view class="pay-way-new">
  16. <!-- <view class="pay-way-item pay-way-item-hy" @click="gyBankPay">
  17. <image src="../../static/img/guiyang-bank-icon.png" mode=""></image>
  18. <view class="title">贵州银行</view>
  19. <view class="subtitle">前三个月每天首次一分钱<br/>长期八折优惠</view>
  20. </view>
  21. <view class="pay-way-item pay-way-item-jh" @click="wechatPay">
  22. <image src="../../static/img/juhe-icon.png" mode=""></image>
  23. <view class="title">微信/支付宝</view>
  24. </view> -->
  25. <view class="pay-way-item pay-way-item-hy"
  26. @click="$u.debounce(gyBankPay, 1000, (immediate = true))">
  27. <image src="/static/img/gyyh-icon.svg" mode=""></image>
  28. <view class="title">贵州银行</view>
  29. </view>
  30. <!-- #ifdef H5 || MP-WEIXIN -->
  31. <view class="pay-way-item pay-way-item-wx" @click="$u.debounce(wechatPay, 1000, (immediate = true))"
  32. v-if="wxEnv">
  33. <image src="/static/img/weixin-icon.svg" mode=""></image>
  34. <view class="title">微信支付</view>
  35. </view>
  36. <!-- #endif -->
  37. <view class="pay-way-item pay-way-item-jh" @click="$u.debounce(juhePay, 1000, (immediate = true))">
  38. <image src="/static/img/juhe-icon.svg" mode=""></image>
  39. <view class="title">聚合支付</view>
  40. </view>
  41. </view>
  42. <view class="pay-way-subtitle">
  43. <view class="pay-way-subtitle-item">前三个月每天首次一分钱,长期八折优惠</view>
  44. <!-- #ifdef H5 || MP-WEIXIN -->
  45. <view class="pay-way-subtitle-item" v-if="wxEnv">&nbsp;</view>
  46. <!-- #endif -->
  47. <view class="pay-way-subtitle-item">&nbsp;</view>
  48. </view>
  49. <button class="pay-way-close-btn" @click="closePaymentMethod">关闭</button>
  50. </view>
  51. </u-modal>
  52. <u-toast ref="uToast" />
  53. </view>
  54. </template>
  55. <script>
  56. import {
  57. getEnvIsWx
  58. } from '@/utils/judgEnvironment.js';
  59. import $wxPay from '@/utils/wxPay.js';
  60. export default {
  61. props: {
  62. // 弹框显示
  63. payWayPop: {
  64. type: Boolean,
  65. default: false
  66. },
  67. // 订单数组
  68. curOrderList: {
  69. type: Array,
  70. default: null
  71. },
  72. // 设备编号
  73. deviceNo: {
  74. type: String,
  75. default: null
  76. },
  77. // 地磁支付需要字段
  78. payeeId: {
  79. type: String,
  80. default: undefined
  81. },
  82. // 地磁支付需要字段
  83. payeeName: {
  84. type: String,
  85. default: undefined
  86. },
  87. // 扫码支付需要字段
  88. sanPay: {
  89. type: Boolean,
  90. default: false
  91. },
  92. // 追缴类型
  93. pursueType: {
  94. type: String,
  95. default: undefined
  96. },
  97. // 车牌号
  98. vehicleNo: {
  99. type: String,
  100. default: undefined
  101. },
  102. // 跳转页面
  103. jumpUrl: {
  104. type: String,
  105. default: null
  106. },
  107. // 出口扫码 接口不一样
  108. exportFlag: {
  109. type: Boolean,
  110. default: false
  111. },
  112. // 其他参数
  113. otherParams: {
  114. type: Object,
  115. default: () => {}
  116. }
  117. },
  118. data() {
  119. return {
  120. wxEnv: true
  121. };
  122. },
  123. created() {
  124. this.wxEnv = getEnvIsWx();
  125. },
  126. methods: {
  127. /**
  128. * 贵阳银行支付
  129. * @param {Array} orderList 需要支付的订单号组成的数组
  130. * @param {String} deviceNo 设备编号(只有车位锁部分有)
  131. * */
  132. gyBankPay() {
  133. const params = {
  134. orderList: this.curOrderList,
  135. deviceNo: this.deviceNo,
  136. jumpUrl: this.jumpUrl,
  137. payeeId: this.payeeId,
  138. payeeName: this.payeeName,
  139. pursueType: this.pursueType,
  140. vehicleNo: this.vehicleNo,
  141. sanPay: this.sanPay
  142. };
  143. if (this.exportFlag == true) {
  144. this.$u.api
  145. .quickPayExportApi(params)
  146. .then((res) => {
  147. if (res.data.needPay) {
  148. let payUrl = res.data.url;
  149. location.href = payUrl;
  150. } else {
  151. this.$refs.uToast.show({
  152. title: '无需支付',
  153. type: 'info'
  154. });
  155. setTimeout(() => {
  156. uni.hideLoading();
  157. location.reload();
  158. }, 1000);
  159. }
  160. })
  161. .catch((err) => {
  162. this.$refs.uToast.show({
  163. title: err.msg,
  164. type: 'error'
  165. });
  166. });
  167. } else {
  168. this.$u.api
  169. .payGzbank(params)
  170. .then((res) => {
  171. if (res.data.needPay) {
  172. let payUrl = res.data.url;
  173. location.href = payUrl;
  174. } else {
  175. this.$refs.uToast.show({
  176. title: '无需支付',
  177. type: 'info'
  178. });
  179. setTimeout(() => {
  180. uni.hideLoading();
  181. location.reload();
  182. }, 1000);
  183. }
  184. })
  185. .catch((err) => {
  186. this.$refs.uToast.show({
  187. title: err.msg,
  188. type: 'error'
  189. });
  190. });
  191. }
  192. },
  193. /**
  194. * 聚合支付
  195. * */
  196. juhePay() {
  197. this.getWXPayByJava(this.curOrderList, this.deviceNo);
  198. },
  199. /**
  200. * 微信支付
  201. */
  202. wechatPay() {
  203. const params = {
  204. orderList: this.curOrderList,
  205. openid: this.vuex_wxinfo.openId,
  206. deviceNo: this.deviceNo || undefined,
  207. payeeId: this.payeeId || undefined,
  208. payeeName: this.payeeName || undefined,
  209. vehicleNo: this.vehicleNo,
  210. sanPay: this.sanPay,
  211. ...this.otherParams
  212. };
  213. if (this.exportFlag) {
  214. this.$u.api.parkingWechatPayApi(params).then((res) => {
  215. if (res.code === 200) {
  216. if (res.data.needPay) {
  217. $wxPay.weixinPay(res.data.wx).then((r) => {
  218. switch (Number(r.code)) {
  219. case 0: // 成功
  220. //#ifdef H5
  221. window.location.reload();
  222. //#endif
  223. break;
  224. case 1: // 取消
  225. this.$u.api.updateCouponStatusApi({
  226. orderList: this.curOrderList
  227. }).then(res => {
  228. if (res.code === 200) {
  229. this.$refs.uToast.show({
  230. title: '已取消支付',
  231. type: 'info'
  232. });
  233. window.location.reload();
  234. }
  235. })
  236. break;
  237. case 2: // 支付失败
  238. this.$refs.uToast.show({
  239. title: '支付失败,请检查!',
  240. type: 'error'
  241. });
  242. break;
  243. }
  244. });
  245. } else {
  246. this.$refs.uToast.show({
  247. title: '无需支付',
  248. type: 'info'
  249. });
  250. setTimeout(() => {
  251. uni.hideLoading();
  252. location.reload();
  253. }, 1000);
  254. }
  255. }
  256. });
  257. } else {
  258. this.$u.api.wechatPayApi(params).then((res) => {
  259. if (res.code === 200) {
  260. if (res.data.needPay) {
  261. $wxPay.weixinPay(res.data.wx).then((r) => {
  262. switch (Number(r.code)) {
  263. case 0: // 成功
  264. //#ifdef H5
  265. window.location.reload();
  266. //#endif
  267. break;
  268. case 1: // 取消
  269. this.$u.api.updateCouponStatusApi({
  270. orderList: this.curOrderList
  271. }).then(res => {
  272. if (res.code === 200) {
  273. this.$refs.uToast.show({
  274. title: '已取消支付',
  275. type: 'info'
  276. });
  277. window.location.reload();
  278. }
  279. })
  280. break;
  281. case 2: // 支付失败
  282. this.$refs.uToast.show({
  283. title: '支付失败,请检查!',
  284. type: 'error'
  285. });
  286. break;
  287. }
  288. });
  289. } else {
  290. this.$refs.uToast.show({
  291. title: '无需支付',
  292. type: 'info'
  293. });
  294. setTimeout(() => {
  295. uni.hideLoading();
  296. location.reload();
  297. }, 1000);
  298. }
  299. }
  300. });
  301. }
  302. },
  303. /**
  304. * 直接通过后台获取贵阳银行微信支付地址
  305. * @param {Array} list 需要支付的订单组合数组
  306. * @param {Number} deviceNo 设备编号(在停车锁部分需要)
  307. * */
  308. getWXPayByJava(orderList, deviceNo) {
  309. let params = {
  310. orderList: orderList,
  311. openid: this.vuex_wxinfo.openId,
  312. jumpUrl: this.jumpUrl,
  313. deviceNo: deviceNo ? deviceNo : null,
  314. payeeId: this.payeeId,
  315. payeeName: this.payeeName,
  316. pursueType: this.pursueType,
  317. vehicleNo: this.vehicleNo,
  318. sanPay: this.sanPay
  319. };
  320. if (this.exportFlag) {
  321. this.$u.api
  322. .polyPayExportApi(params)
  323. .then((res) => {
  324. if (res.code === 200) {
  325. if (res.data.needPay) {
  326. localStorage.setItem('jumpUrl', this.jumpUrl);
  327. location.href = res.data.qrCodeUrl;
  328. } else {
  329. this.$refs.uToast.show({
  330. title: '无需支付',
  331. type: 'info'
  332. });
  333. setTimeout(() => {
  334. uni.hideLoading();
  335. location.href = this.jumpUrl;
  336. }, 1000);
  337. }
  338. } else {
  339. uni.hideLoading();
  340. }
  341. })
  342. .catch((err) => {
  343. this.$refs.uToast.show({
  344. title: '无法调起微信支付!',
  345. type: 'error'
  346. });
  347. });
  348. } else {
  349. this.$u.api
  350. .ordinaryWxPay(params)
  351. .then((res) => {
  352. if (res.code === 200) {
  353. if (res.data.needPay) {
  354. localStorage.setItem('jumpUrl', this.jumpUrl);
  355. location.href = res.data.qrCodeUrl;
  356. } else {
  357. this.$refs.uToast.show({
  358. title: '无需支付',
  359. type: 'info'
  360. });
  361. setTimeout(() => {
  362. uni.hideLoading();
  363. location.href = this.jumpUrl;
  364. }, 1000);
  365. }
  366. } else {
  367. uni.hideLoading();
  368. }
  369. })
  370. .catch((err) => {
  371. this.$refs.uToast.show({
  372. title: '无法调起微信支付!',
  373. type: 'error'
  374. });
  375. });
  376. }
  377. },
  378. /**
  379. * 关闭弹框
  380. * */
  381. closePaymentMethod() {
  382. this.$emit('closePaymentMethod');
  383. }
  384. }
  385. };
  386. </script>
  387. <style lang="scss" scoped>
  388. @import './paymentMethod.scss';
  389. </style>