@@ -387,6 +387,7 @@ var task = new Vue({
$.ajax({
url: '/publicapply/activity/day/info',
type: 'post',
+ async: false,
data: {
id: this.activityId
},
@@ -332,6 +332,7 @@ var task = new Vue({