Commit da73a33d by 陈玉桐

fix

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