Commit bdbd7d531c7a4af6ed7aeaca116851a77d6cc83e

Authored by 刘淇
1 parent cfc645f5

跳转 最江阴app

src/components/plateNumber.vue
1 <template> 1 <template>
2 - <div id="page"> 2 + <div id="page" v-show="showCon">
3 <div class="wrap"> 3 <div class="wrap">
4 <!--<p style="margin-bottom: 18px;margin-top: 18px;">请选择车牌颜色</p>--> 4 <!--<p style="margin-bottom: 18px;margin-top: 18px;">请选择车牌颜色</p>-->
5 5
@@ -309,6 +309,7 @@ export default { @@ -309,6 +309,7 @@ export default {
309 submitConfirmText: '', 309 submitConfirmText: '',
310 carNum:'', 310 carNum:'',
311 tip:'车牌号', 311 tip:'车牌号',
  312 + showCon:false,
312 } 313 }
313 }, 314 },
314 mounted() { 315 mounted() {
@@ -331,6 +332,7 @@ export default { @@ -331,6 +332,7 @@ export default {
331 if(this.$utils.IsWeixinOrAlipay() == 5){ 332 if(this.$utils.IsWeixinOrAlipay() == 5){
332 window.location.href = 'https://park.ijiangyin.com?plNo='+this.$route.query.plNo+'&parkingId='+this.$route.query.parkingId+'&channelId='+this.$route.query.channelId+'&direction='+this.$route.query.direction+'&codeType='+this.$route.query.codeType 333 window.location.href = 'https://park.ijiangyin.com?plNo='+this.$route.query.plNo+'&parkingId='+this.$route.query.parkingId+'&channelId='+this.$route.query.channelId+'&direction='+this.$route.query.direction+'&codeType='+this.$route.query.codeType
333 }else{ 334 }else{
  335 + this.showCon = true
334 let params = this.$route.query 336 let params = this.$route.query
335 if (Object.keys(params).length == 0) { 337 if (Object.keys(params).length == 0) {
336 338