@@ -23,7 +23,7 @@
</tr>
<tr id="four">
<td colspan="4">活动时间</td>
- <td colspan="5" v-text="wordData['activityTime'][0]+' 至 '+wordData['activityTime'][1]"></td>
+ <td colspan="5" v-text="wordData['activityTime'][0].split(' ')[0]+' 至 '+wordData['activityTime'][1].split(' ')[0]"></td>
<td colspan="3">参与学生人数</td><td colspan="5" v-text="wordData['student']"></td>
@@ -61,6 +61,7 @@
acid:this.AidShow,
}
this.ajax.get(this.$store.state.api+"/getActivityWordData",pram).then(result=>{
+ console.log(result)
let data = result['data'][0][0]
this.wordData['applicationDate'] = data['applicationDate'];
this.wordData['associatedProjects'] = data['pid'];