Commit da73a33d by 陈玉桐

fix

parent 633d5099
......@@ -264,26 +264,26 @@ export default {
},
methods: {
create() {
// if(this.status==2){
// this.tipDialogText = '活动已结束'
// this.tipDialogShow = true
// return
// }
// if(this.status==3){
// this.tipDialogText = '活动暂未开始'
// this.tipDialogShow = true
// return
// }
// if(!this.uploadPic){
// this.tipDialogText = '您还未上传照片'
// this.tipDialogShow = true
// return
// }
// if(!this.currentDay){
// this.tipDialogText = '您还未输入打卡天数'
// this.tipDialogShow = true
// return
// }
if(this.status==2){
this.tipDialogText = '活动已结束'
this.tipDialogShow = true
return
}
if(this.status==3){
this.tipDialogText = '活动暂未开始'
this.tipDialogShow = true
return
}
if(!this.uploadPic){
this.tipDialogText = '您还未上传照片'
this.tipDialogShow = true
return
}
if(!this.currentDay){
this.tipDialogText = '您还未输入打卡天数'
this.tipDialogShow = true
return
}
if(this.enrollStatus==1){//已报名
html2canvas(document.getElementById('posterOut'), {
useCORS: true,
......@@ -623,17 +623,17 @@ export default {
}
input::-webkit-input-placeholder {
font-size: 12px;
line-height: 36px;
line-height: 60px;
color: #fff;
}
input::-moz-input-placeholder {
font-size: 12px;
line-height: 36px;
line-height: 60px;
color: #fff;
}
input::-ms-input-placeholder {
font-size: 12px;
line-height: 36px;
line-height: 60px;
color: #fff;
}
}
......
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