Commit 13553239 by 陈玉桐

fix

parent ed66e637
......@@ -254,6 +254,10 @@ export default {
})
wx.error(function(res){})
wx.hideMenuItems({
menuList: ["menuItem:share:qq","menuItem:share:weiboApp","menuItem:share:facebook","menuItem:share:QZone","menuItem:copyUrl","menuItem:openWithQQBrowser","menuItem:openWithSafari"] // 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮
});
})
this.loadingShow = true
......@@ -279,7 +283,6 @@ export default {
methods: {
create() {
// 使input失去焦点
this.loadingShow = true
document.getElementById("currentDayInput").blur()
if(this.enrollStatus==1){//已报名
if(this.status==2){
......@@ -303,6 +306,7 @@ export default {
return
}
document.documentElement.scrollTop = document.body.scrollTop = 0
this.loadingShow = true
let me = this
setTimeout(function(){
html2canvas(document.getElementById('posterOut'), {
......
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