diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue index 8ff22aa..8233b38 100644 --- a/src/views/money/pay/index.vue +++ b/src/views/money/pay/index.vue @@ -42,7 +42,7 @@ export default { amountVal: '', disabled: false, // 同步跳转页面地址 - returnUrl:'http://localhost:8090/#/entertainment/payment', + returnUrl: 'http://172.13.1.1/money/money', //充值参数 rechargeParams: { "totalAmt": '', //金额 @@ -75,7 +75,7 @@ export default { } else if (this.rechargeParams.paymentType === '1') { let praem = { - // 生成一个随你的订单号 方便测试 + // 生成一个随的订单号 方便测试 outTradeNo: this.getProjectNum() + Math.floor(Math.random() * 10000), // 传递支付金额 totalAmount: this.rechargeParams.totalAmt,