|
@@ -359,6 +359,7 @@ var task = new Vue({
|
|
}
|
|
}
|
|
},
|
|
},
|
|
ajaxActiveStatus: function () {
|
|
ajaxActiveStatus: function () {
|
|
|
|
+ var _this = this
|
|
$.ajax({
|
|
$.ajax({
|
|
type: 'POST',
|
|
type: 'POST',
|
|
url: '/jyActivity/bidderPlan/period',
|
|
url: '/jyActivity/bidderPlan/period',
|
|
@@ -370,7 +371,7 @@ var task = new Vue({
|
|
if (now >= start && now <= end) {
|
|
if (now >= start && now <= end) {
|
|
console.log('活动进行中')
|
|
console.log('活动进行中')
|
|
} else {
|
|
} else {
|
|
- this.dialogShow('over', true)
|
|
|
|
|
|
+ _this.dialogShow('over', true)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|