Commit bdbd7d531c7a4af6ed7aeaca116851a77d6cc83e
1 parent
cfc645f5
跳转 最江阴app
Showing
1 changed file
with
3 additions
and
1 deletions
src/components/plateNumber.vue
| 1 | 1 | <template> |
| 2 | - <div id="page"> | |
| 2 | + <div id="page" v-show="showCon"> | |
| 3 | 3 | <div class="wrap"> |
| 4 | 4 | <!--<p style="margin-bottom: 18px;margin-top: 18px;">请选择车牌颜色</p>--> |
| 5 | 5 | |
| ... | ... | @@ -309,6 +309,7 @@ export default { |
| 309 | 309 | submitConfirmText: '', |
| 310 | 310 | carNum:'', |
| 311 | 311 | tip:'车牌号', |
| 312 | + showCon:false, | |
| 312 | 313 | } |
| 313 | 314 | }, |
| 314 | 315 | mounted() { |
| ... | ... | @@ -331,6 +332,7 @@ export default { |
| 331 | 332 | if(this.$utils.IsWeixinOrAlipay() == 5){ |
| 332 | 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 | 334 | }else{ |
| 335 | + this.showCon = true | |
| 334 | 336 | let params = this.$route.query |
| 335 | 337 | if (Object.keys(params).length == 0) { |
| 336 | 338 | ... | ... |