yuanyiming 1 anno fa
parent
commit
ec55543ef5

+ 4 - 3
src/views/fundManage/makerfundDetails.vue

@@ -186,6 +186,7 @@ export default {
                 fid:this.$route.query['Id'],
                 aid:this.$route.query['paid'],
             }
+            console.log(param);
             this.ajax
             .get(this.$store.state.api+'/selectActivityFundDetail',param)
             .then(res=>{
@@ -388,9 +389,9 @@ export default {
     mounted(){
         this.getData()
         this.projectName=this.$route.query['tit']
-        // console.log(this.$route.query['Id']);
-        // console.log(this.$route.query['tit']);
-        // console.log(this.$route.query['paid']);
+        console.log(this.$route.query['Id']);
+        console.log(this.$route.query['tit']);
+        console.log(this.$route.query['paid']);
 
     }
 }

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

@@ -242,7 +242,8 @@ export default {
                 // console.log(res.data[1][0]);
                 console.log(res.data[1])
 
-                if (!res.data[1]) {
+                if (res.data[1]){
+                    console.log(111);
                     this.tit=res.data[1][0].intro
                     res['data'][1].filter(e=>{
                         if (e.actualuse==null) {
@@ -275,7 +276,7 @@ export default {
                 for(let k in data){
                     this.allFund+=data[k]*1
                 }
-                console.log(this.allFund);
+                // console.log(this.allFund);
             },err=>{
                 console.log(err);
             })