Commit 08e0d9c8cf3a9b1b33124cb203ef45538f622738

Authored by 刘淇
1 parent 5fe46b70

卡券购买回到上一页面刷新页面

common/common.js
... ... @@ -82,7 +82,7 @@ const requestSign = function (inputData) {
82 82 jsonList.app_id = "0eca8f5373ca4866aec2f8e9d9367104";
83 83 jsonList.deviceInfo = "BC0703A4-AFB0-4B51-9089-9B7487C0CC6E";
84 84 jsonList.salt = getSalt();
85   - jsonList.terminalSource = "11";
  85 + jsonList.terminalSource = "16";
86 86 // jsonList.token = getGlobalUser("globalUser").token;
87 87 jsonList.token = getGlobalUser("globalUser").token;
88 88 // jsonList.token = 'e2c1e43722dd43a5b7e268001b39e6f0';
... ...
pages/moneyRecharge/moneyRecharge.vue
... ... @@ -175,7 +175,7 @@ export default {
175 175 rechargeType: '2',
176 176 acctType: '1',
177 177 paySrcType: '204',
178   - payType: '12',
  178 + payType: '16',
179 179 realPayMoney: payMoney.toString(),
180 180 rechargeFee: payMoney.toString(),
181 181 };
... ...
pages/rechargeDetail/outDetail.vue
... ... @@ -49,7 +49,7 @@
49 49 </view>
50 50 <view class="uni-list-cell paddingTopBottom">
51 51 <view class="uni-list-cell-left">
52   - 规则名称
  52 + 规则名称
53 53 </view>
54 54 <view class="uni-list-cell-db">
55 55 {{cardRuleName | tranNull}}
... ...