Commit e17a6f53 by 陈玉桐

fix

parent 6a651df2
......@@ -234,13 +234,13 @@ export default {
upload() {
if(this.enrollStatus==1){//已报名
if(this.status==2){
me.tipDialogText = '活动已结束'
me.tipDialogShow = true
this.tipDialogText = '活动已结束'
this.tipDialogShow = true
return
}
if(this.status==3){
me.tipDialogText = '活动暂未开始'
me.tipDialogShow = true
this.tipDialogText = '活动暂未开始'
this.tipDialogShow = true
return
}
let me = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment