|
@@ -953,9 +953,8 @@ var task = new Vue({
|
|
|
}
|
|
|
},
|
|
|
onClickReceive: function (type, item) {
|
|
|
- if (this.activeState !== 'activating') {
|
|
|
+ if (this.activeState === 'waiting' || this.activeState === 'yureing') {
|
|
|
// this.$toast('活动尚未开始,敬请期待')
|
|
|
- trackClick('点击福利二-'+ (item.name || item.id) +'-敬请期待')
|
|
|
return this.activeNotStartToast()
|
|
|
}
|
|
|
if (item.className === 'received') return
|