Commit f7065e27 by sunchao

isActive是1公告佣不跳转bug修复

parent 22277de7
......@@ -60,11 +60,9 @@ export class ProductDataComponent implements OnInit {
setTimeout(() => {
ToastService.hide();
}, 3000);
return;
}
if(this.isActive == 2){
this.router.navigate(['/commission'],{queryParams:{productId:this.productId,planId:this.planId,isActive:this.isActive}});
}
}
}
......
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