Commit 5f36fa61 by 陈玉桐

fix

parent 4110c8c5
......@@ -169,9 +169,9 @@ export default {
this.tipDialogText2='报名活动的人数已满'
this.tipDialogBtn='关闭'
this.tipDialogShow = true
}else if(this.status == 1){//1:活动已经开始
this.tipDialogText1='来晚了'
this.tipDialogText2='报名已结束'
}else if(this.status == 1){//1:活动已经开始
this.tipDialogText1='活动已开始'
this.tipDialogText2='无法报名'
this.tipDialogBtn='关闭'
this.tipDialogShow = true
}else if(this.status == 2){//2:活动已结束;
......
......@@ -126,7 +126,7 @@
</div>
</div>
</div>
<div id="poster" v-show="showPoster">
<div id="poster" v-show="showPoster" @touchmove.prevent>
<img :src="posterUrl">
<img id="posterClose" @click="close" src="../assets/icon_close.png">
</div>
......@@ -290,7 +290,7 @@ export default {
backgroundColor:null,
}).then(canvas => {
this.posterUrl = canvas.toDataURL('image/png')
document.body.scrollTop == 0
document.documentElement.scrollTop = document.body.scrollTop == 0
this.showPoster = true
this.createDialogShow = true
})
......
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