feat(支付):防止用户多次点击
pay/scanpay.vue @@ -637,6 +637,7 @@ this.aliPay(res.paymentUrl) } } catch (e) { this.payLoading = false //TODO handle the exception console.error(e); }