Commit 4909bd9bae6ed5326be5e99b6d01fe665b28027a

Authored by chenbiao
1 parent 38abc23f

add 8月需求

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