Commit e17a6f53 by 陈玉桐

fix

parent 6a651df2
...@@ -234,13 +234,13 @@ export default { ...@@ -234,13 +234,13 @@ export default {
upload() { upload() {
if(this.enrollStatus==1){//已报名 if(this.enrollStatus==1){//已报名
if(this.status==2){ if(this.status==2){
me.tipDialogText = '活动已结束' this.tipDialogText = '活动已结束'
me.tipDialogShow = true this.tipDialogShow = true
return return
} }
if(this.status==3){ if(this.status==3){
me.tipDialogText = '活动暂未开始' this.tipDialogText = '活动暂未开始'
me.tipDialogShow = true this.tipDialogShow = true
return return
} }
let me = this 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