From 65e0211e6693633ed8359583a3a2c456e90b5961 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Fri, 19 Jan 2024 10:23:07 +0800 Subject: [PATCH] 新能源查询 --- src/components/plateNumber.vue | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) 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() == "微信") { -- libgit2 0.21.4