跳转:
this.$router.push({name: 'mvo-myWalletBalance',params:{buyer_id:this.buyer_id, account_name:this.account_name}});
接收:
let account_name=this.$route.params.account_name;
let buyer_id=this.$route.params.buyer_id;
this.$router.push({name: 'mvo-myWalletBalance',params:{buyer_id:this.buyer_id, account_name:this.account_name}});
let account_name=this.$route.params.account_name;
let buyer_id=this.$route.params.buyer_id;