diff --git a/src/components/plateNumber.vue b/src/components/plateNumber.vue index 342b54b..b78f192 100644 --- a/src/components/plateNumber.vue +++ b/src/components/plateNumber.vue @@ -326,6 +326,15 @@ export default { submitConfirmText: '' } }, + created(){ + console.log(this.$utils.clientBrowsePayType()) + if(this.$utils.clientBrowsePayType() == 5){ + window.location.href = 'https://park.ijiangyin.com' + } + // if(this.$utils.clientBrowsePayType() == 5){ + // 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 + // } + }, mounted () { // if (this.$utils.clientBrowser() == "微信") {