Commit b3b129d112e2a14dfe55912b92af55e8d503edfc
1 parent
94776a51
江阴通道码 入口
Showing
3 changed files
with
5 additions
and
2 deletions
index.html
@@ -4,6 +4,9 @@ | @@ -4,6 +4,9 @@ | ||
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <meta name="google" content="notranslate"> | 5 | <meta name="google" content="notranslate"> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 | + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||
8 | + <meta http-equiv="Pragma" content="no-cache" /> | ||
9 | + <meta http-equiv="Expires" content="0" /> | ||
7 | <title>扫码支付</title> | 10 | <title>扫码支付</title> |
8 | </head> | 11 | </head> |
9 | <body> | 12 | <body> |
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) { |
src/components/plateNumber.vue
@@ -501,7 +501,7 @@ export default { | @@ -501,7 +501,7 @@ export default { | ||
501 | 501 | ||
502 | return | 502 | return |
503 | } | 503 | } |
504 | - this.carNum = this.carNum+'111' | 504 | + this.carNum = this.carNum |
505 | } | 505 | } |
506 | // | 506 | // |
507 | // this.$emit('getPlateLicense', plateLicense) | 507 | // this.$emit('getPlateLicense', plateLicense) |