Commit bee6941967f17cc7b6c9763c9e1bc60effd69bef
1 parent
01a35d04
键盘优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/parkEnter.vue
@@ -42,7 +42,7 @@ export default { | @@ -42,7 +42,7 @@ export default { | ||
42 | this.query.sign = 4 | 42 | this.query.sign = 4 |
43 | this.query.token = '666' | 43 | this.query.token = '666' |
44 | 44 | ||
45 | - this.query.carNumber = this.phone+'111' | 45 | + this.query.carNumber = this.phone |
46 | this.query.terminalSource = "7";//增加字段:1:任你听 3:微信公共号 4:云平台 7:H5 | 46 | this.query.terminalSource = "7";//增加字段:1:任你听 3:微信公共号 4:云平台 7:H5 |
47 | noCarQRcodeInOutPark(this.query).then(res => { | 47 | noCarQRcodeInOutPark(this.query).then(res => { |
48 | if (res.code == 0) { | 48 | if (res.code == 0) { |