diff --git a/common/common.js b/common/common.js index e2c4620..c834625 100644 --- a/common/common.js +++ b/common/common.js @@ -10,7 +10,7 @@ const hs_wxPay_appId = 'wxfdc1af620d3ab750'; // 江阴慧停车orgId const public_orgId = '10107'; const appName = '江阴慧停车'; -const ACompany = '©江阴慧停车管理有限公司'; +const ACompany = '©江阴慧停车管理有限公司';fa const BCompany = '由中兴智能交通股份有限公司提供技术支持'; const appVerson = '1.0.0'; const SetToken = uni.getStorageSync("globalUser").token; diff --git a/pages/parkPay/parkPay.vue b/pages/parkPay/parkPay.vue index d0293d5..3f86bea 100644 --- a/pages/parkPay/parkPay.vue +++ b/pages/parkPay/parkPay.vue @@ -86,8 +86,8 @@ orderFee: '', // appOrderTimeout:'0', totalFee: '', //应收 - rechargeNum: '', - maxlength: 6 //默认一个长度 + // rechargeNum: '', + // maxlength: 6 //默认一个长度 } }, onLoad(params) { @@ -126,7 +126,7 @@ payType: '35', paySrcType: '101', orderId: that.orderId, - payFee: (payFee * 100).toString(), + payFee: (orderFee * 100).toString(), } // 获取 接口 that.$myRequest({