|
@@ -576,8 +576,9 @@
|
|
|
details(Id,at,pt,paid){ //跳转详情页面
|
|
|
// return console.log(Id,at,pt,paid);
|
|
|
if (at!=null){
|
|
|
- this.$router.push(`/makerfundDetails?Id=${Id}&tit=${at}&paid=${paid}`)
|
|
|
+ return this.$router.push(`/makerfundDetails?Id=${Id}&tit=${at}&paid=${paid}`)
|
|
|
}else{
|
|
|
+ console.log(111);
|
|
|
this.$router.push(`/makerfundDetails?Id=${Id}&tit=${pt}&paid=${paid}`)
|
|
|
}
|
|
|
}
|