From 08e0d9c8cf3a9b1b33124cb203ef45538f622738 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Wed, 8 Jun 2022 17:11:32 +0800 Subject: [PATCH] 卡券购买回到上一页面刷新页面 --- common/common.js | 2 +- pages/moneyRecharge/moneyRecharge.vue | 2 +- pages/rechargeDetail/outDetail.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/common.js b/common/common.js index bc6c88f..30c9277 100644 --- a/common/common.js +++ b/common/common.js @@ -82,7 +82,7 @@ const requestSign = function (inputData) { jsonList.app_id = "0eca8f5373ca4866aec2f8e9d9367104"; jsonList.deviceInfo = "BC0703A4-AFB0-4B51-9089-9B7487C0CC6E"; jsonList.salt = getSalt(); - jsonList.terminalSource = "11"; + jsonList.terminalSource = "16"; // jsonList.token = getGlobalUser("globalUser").token; jsonList.token = getGlobalUser("globalUser").token; // jsonList.token = 'e2c1e43722dd43a5b7e268001b39e6f0'; diff --git a/pages/moneyRecharge/moneyRecharge.vue b/pages/moneyRecharge/moneyRecharge.vue index 4c09eed..e0767ca 100644 --- a/pages/moneyRecharge/moneyRecharge.vue +++ b/pages/moneyRecharge/moneyRecharge.vue @@ -175,7 +175,7 @@ export default { rechargeType: '2', acctType: '1', paySrcType: '204', - payType: '12', + payType: '16', realPayMoney: payMoney.toString(), rechargeFee: payMoney.toString(), }; diff --git a/pages/rechargeDetail/outDetail.vue b/pages/rechargeDetail/outDetail.vue index 0af9502..75a7d97 100644 --- a/pages/rechargeDetail/outDetail.vue +++ b/pages/rechargeDetail/outDetail.vue @@ -49,7 +49,7 @@ - 卡规则名称 + 规则名称 {{cardRuleName | tranNull}} -- libgit2 0.21.4