Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈玉桐
marketing
Commits
13553239
Commit
13553239
authored
Nov 27, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ed66e637
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
tool.vue
src/views/tool.vue
+5
-1
No files found.
src/views/tool.vue
View file @
13553239
...
@@ -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'
),
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment