Commit 6a651df2 by 陈玉桐

fix

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