Commit 69642ad0 authored by 王悦's avatar 王悦

no message

parent a347c842
...@@ -1210,9 +1210,6 @@ export default { ...@@ -1210,9 +1210,6 @@ export default {
if(this.$route.query.InPay) if(this.$route.query.InPay)
{ {
this.msg.Type=this.$route.query.InPay; this.msg.Type=this.$route.query.InPay;
}else
{
this.msg.Type=this.$route.query.Type;
} }
}else{ }else{
this.loading=false; this.loading=false;
......
...@@ -1356,9 +1356,6 @@ export default { ...@@ -1356,9 +1356,6 @@ export default {
if(this.$route.query.InPay) if(this.$route.query.InPay)
{ {
this.msg.Type=this.$route.query.InPay; this.msg.Type=this.$route.query.InPay;
}else
{
this.msg.Type=this.$route.query.Type;
} }
}else{ }else{
this.loading=false; this.loading=false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment