Commit 08e0d9c8cf3a9b1b33124cb203ef45538f622738
1 parent
5fe46b70
卡券购买回到上一页面刷新页面
Showing
3 changed files
with
3 additions
and
3 deletions
common/common.js
| @@ -82,7 +82,7 @@ const requestSign = function (inputData) { | @@ -82,7 +82,7 @@ const requestSign = function (inputData) { | ||
| 82 | jsonList.app_id = "0eca8f5373ca4866aec2f8e9d9367104"; | 82 | jsonList.app_id = "0eca8f5373ca4866aec2f8e9d9367104"; |
| 83 | jsonList.deviceInfo = "BC0703A4-AFB0-4B51-9089-9B7487C0CC6E"; | 83 | jsonList.deviceInfo = "BC0703A4-AFB0-4B51-9089-9B7487C0CC6E"; |
| 84 | jsonList.salt = getSalt(); | 84 | jsonList.salt = getSalt(); |
| 85 | - jsonList.terminalSource = "11"; | 85 | + jsonList.terminalSource = "16"; |
| 86 | // jsonList.token = getGlobalUser("globalUser").token; | 86 | // jsonList.token = getGlobalUser("globalUser").token; |
| 87 | jsonList.token = getGlobalUser("globalUser").token; | 87 | jsonList.token = getGlobalUser("globalUser").token; |
| 88 | // jsonList.token = 'e2c1e43722dd43a5b7e268001b39e6f0'; | 88 | // jsonList.token = 'e2c1e43722dd43a5b7e268001b39e6f0'; |
pages/moneyRecharge/moneyRecharge.vue
| @@ -175,7 +175,7 @@ export default { | @@ -175,7 +175,7 @@ export default { | ||
| 175 | rechargeType: '2', | 175 | rechargeType: '2', |
| 176 | acctType: '1', | 176 | acctType: '1', |
| 177 | paySrcType: '204', | 177 | paySrcType: '204', |
| 178 | - payType: '12', | 178 | + payType: '16', |
| 179 | realPayMoney: payMoney.toString(), | 179 | realPayMoney: payMoney.toString(), |
| 180 | rechargeFee: payMoney.toString(), | 180 | rechargeFee: payMoney.toString(), |
| 181 | }; | 181 | }; |
pages/rechargeDetail/outDetail.vue
| @@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
| 49 | </view> | 49 | </view> |
| 50 | <view class="uni-list-cell paddingTopBottom"> | 50 | <view class="uni-list-cell paddingTopBottom"> |
| 51 | <view class="uni-list-cell-left"> | 51 | <view class="uni-list-cell-left"> |
| 52 | - 卡规则名称 | 52 | + 规则名称 |
| 53 | </view> | 53 | </view> |
| 54 | <view class="uni-list-cell-db"> | 54 | <view class="uni-list-cell-db"> |
| 55 | {{cardRuleName | tranNull}} | 55 | {{cardRuleName | tranNull}} |