Commit 13553239 by 陈玉桐

fix

parent ed66e637
...@@ -254,6 +254,10 @@ export default { ...@@ -254,6 +254,10 @@ export default {
}) })
wx.error(function(res){}) 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 this.loadingShow = true
...@@ -279,7 +283,6 @@ export default { ...@@ -279,7 +283,6 @@ export default {
methods: { methods: {
create() { create() {
// 使input失去焦点 // 使input失去焦点
this.loadingShow = true
document.getElementById("currentDayInput").blur() document.getElementById("currentDayInput").blur()
if(this.enrollStatus==1){//已报名 if(this.enrollStatus==1){//已报名
if(this.status==2){ if(this.status==2){
...@@ -303,6 +306,7 @@ export default { ...@@ -303,6 +306,7 @@ export default {
return return
} }
document.documentElement.scrollTop = document.body.scrollTop = 0 document.documentElement.scrollTop = document.body.scrollTop = 0
this.loadingShow = true
let me = this let me = this
setTimeout(function(){ setTimeout(function(){
html2canvas(document.getElementById('posterOut'), { 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