|
@@ -418,14 +418,16 @@
|
|
|
// console.log(result);
|
|
|
let data = result['data'][1]
|
|
|
let total = Number(result['data'][0][0]['fund']);
|
|
|
- this.wordData['college'] = result['data'][0][0]['classid'];
|
|
|
- console.log("====================")
|
|
|
- console.log(this.wordData)
|
|
|
- this.wordData['tel'] = result['data'][0][0]['phone'];
|
|
|
- this.wordData['pro_leader'] = result['data'][0][0]['pro_leader'];
|
|
|
+
|
|
|
+ if(!this.wordData['acId']){
|
|
|
+ this.wordData['college'] = result['data'][0][0]['classid'];
|
|
|
+ this.wordData['tel'] = result['data'][0][0]['phone'];
|
|
|
+ this.wordData['pro_leader'] = result['data'][0][0]['pro_leader'];
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
let isUse = 0;
|
|
|
let myFund = 0;
|
|
|
- console.log(data)
|
|
|
// let istrue=false;
|
|
|
let arr= data.filter(e=>{ //活动未完结
|
|
|
return (e.state!=3)
|