Commit 4909bd9bae6ed5326be5e99b6d01fe665b28027a
1 parent
38abc23f
add 8月需求
Showing
2 changed files
with
4 additions
and
4 deletions
common/common.js
| ... | ... | @@ -10,7 +10,7 @@ const hs_wxPay_appId = 'wxfdc1af620d3ab750'; |
| 10 | 10 | // 江阴慧停车orgId |
| 11 | 11 | const public_orgId = '10107'; |
| 12 | 12 | const appName = '江阴慧停车'; |
| 13 | -const ACompany = '©江阴慧停车管理有限公司'; | |
| 13 | +const ACompany = '©江阴慧停车管理有限公司';fa | |
| 14 | 14 | const BCompany = '由中兴智能交通股份有限公司提供技术支持'; |
| 15 | 15 | const appVerson = '1.0.0'; |
| 16 | 16 | const SetToken = uni.getStorageSync("globalUser").token; | ... | ... |
pages/parkPay/parkPay.vue
| ... | ... | @@ -86,8 +86,8 @@ |
| 86 | 86 | orderFee: '', |
| 87 | 87 | // appOrderTimeout:'0', |
| 88 | 88 | totalFee: '', //应收 |
| 89 | - rechargeNum: '', | |
| 90 | - maxlength: 6 //默认一个长度 | |
| 89 | + // rechargeNum: '', | |
| 90 | + // maxlength: 6 //默认一个长度 | |
| 91 | 91 | } |
| 92 | 92 | }, |
| 93 | 93 | onLoad(params) { |
| ... | ... | @@ -126,7 +126,7 @@ |
| 126 | 126 | payType: '35', |
| 127 | 127 | paySrcType: '101', |
| 128 | 128 | orderId: that.orderId, |
| 129 | - payFee: (payFee * 100).toString(), | |
| 129 | + payFee: (orderFee * 100).toString(), | |
| 130 | 130 | } |
| 131 | 131 | // 获取 接口 |
| 132 | 132 | that.$myRequest({ | ... | ... |