Commit b3b129d112e2a14dfe55912b92af55e8d503edfc

Authored by 刘淇
1 parent 94776a51

江阴通道码 入口

index.html
... ... @@ -4,6 +4,9 @@
4 4 <meta charset="utf-8">
5 5 <meta name="google" content="notranslate">
6 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 10 <title>扫码支付</title>
8 11 </head>
9 12 <body>
... ...
src/components/parkEnter.vue
... ... @@ -42,7 +42,7 @@ export default {
42 42 this.query.sign = 4
43 43 this.query.token = '666'
44 44  
45   - this.query.carNumber = this.phone+'111'
  45 + this.query.carNumber = this.phone
46 46 this.query.terminalSource = "7";//增加字段:1:任你听 3:微信公共号 4:云平台 7:H5
47 47 noCarQRcodeInOutPark(this.query).then(res => {
48 48 if (res.code == 0) {
... ...
src/components/plateNumber.vue
... ... @@ -501,7 +501,7 @@ export default {
501 501  
502 502 return
503 503 }
504   - this.carNum = this.carNum+'111'
  504 + this.carNum = this.carNum
505 505 }
506 506 //
507 507 // this.$emit('getPlateLicense', plateLicense)
... ...