yuanyiming 2 years ago
parent
commit
4e603f3293
2 changed files with 4 additions and 3 deletions
  1. 2 1
      src/views/fundManage/makerfund.vue
  2. 2 2
      src/views/fundManage/newMarkerfundApply.vue

+ 2 - 1
src/views/fundManage/makerfund.vue

@@ -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}`)
           }
         }

+ 2 - 2
src/views/fundManage/newMarkerfundApply.vue

@@ -242,8 +242,8 @@ export default {
                 // console.log(res.data[1][0]);
                 console.log(res.data[1])
 
-                if (res.data[1]){
-                    console.log(111);
+                if (res.data[1].length>0){
+                    // console.log(111);
                     this.tit=res.data[1][0].intro
                     res['data'][1].filter(e=>{
                         if (e.actualuse==null) {