Commit 65e0211e6693633ed8359583a3a2c456e90b5961
1 parent
50fc4aff
新能源查询
Showing
1 changed file
with
9 additions
and
0 deletions
src/components/plateNumber.vue
| @@ -326,6 +326,15 @@ export default { | @@ -326,6 +326,15 @@ export default { | ||
| 326 | submitConfirmText: '' | 326 | submitConfirmText: '' |
| 327 | } | 327 | } |
| 328 | }, | 328 | }, |
| 329 | + created(){ | ||
| 330 | + console.log(this.$utils.clientBrowsePayType()) | ||
| 331 | + if(this.$utils.clientBrowsePayType() == 5){ | ||
| 332 | + window.location.href = 'https://park.ijiangyin.com' | ||
| 333 | + } | ||
| 334 | + // if(this.$utils.clientBrowsePayType() == 5){ | ||
| 335 | + // window.location.href = 'https://park.ijiangyin.com?carNumber='+this.carNumber+'&carType='+this.$route.query.carType+'&carNumberColor='+this.$route.query.carNumberColor+'&orgId='+this.$route.query.orgId+'&codeType='+this.$route.query.codeType | ||
| 336 | + // } | ||
| 337 | + }, | ||
| 329 | mounted () { | 338 | mounted () { |
| 330 | 339 | ||
| 331 | // if (this.$utils.clientBrowser() == "微信") { | 340 | // if (this.$utils.clientBrowser() == "微信") { |