Commit 6a651df2 by 陈玉桐

fix

parent a2af4889
...@@ -198,13 +198,13 @@ export default { ...@@ -198,13 +198,13 @@ export default {
methods: { methods: {
create() { create() {
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
} }
if(!this.uploadPic){ if(!this.uploadPic){
......
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