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
5f36fa61
Commit
5f36fa61
authored
Nov 18, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4110c8c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
activityDetail.vue
src/views/activityDetail.vue
+3
-3
tool.vue
src/views/tool.vue
+2
-2
No files found.
src/views/activityDetail.vue
View file @
5f36fa61
...
@@ -169,9 +169,9 @@ export default {
...
@@ -169,9 +169,9 @@ export default {
this
.
tipDialogText2
=
'报名活动的人数已满'
this
.
tipDialogText2
=
'报名活动的人数已满'
this
.
tipDialogBtn
=
'关闭'
this
.
tipDialogBtn
=
'关闭'
this
.
tipDialogShow
=
true
this
.
tipDialogShow
=
true
}
else
if
(
this
.
status
==
1
){
//1:活动已经开始
;
}
else
if
(
this
.
status
==
1
){
//1:活动已经开始
this
.
tipDialogText1
=
'
来晚了
'
this
.
tipDialogText1
=
'
活动已开始
'
this
.
tipDialogText2
=
'
报名已结束
'
this
.
tipDialogText2
=
'
无法报名
'
this
.
tipDialogBtn
=
'关闭'
this
.
tipDialogBtn
=
'关闭'
this
.
tipDialogShow
=
true
this
.
tipDialogShow
=
true
}
else
if
(
this
.
status
==
2
){
//2:活动已结束;
}
else
if
(
this
.
status
==
2
){
//2:活动已结束;
...
...
src/views/tool.vue
View file @
5f36fa61
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
id=
"poster"
v-show=
"showPoster"
>
<div
id=
"poster"
v-show=
"showPoster"
@
touchmove
.
prevent
>
<img
:src=
"posterUrl"
>
<img
:src=
"posterUrl"
>
<img
id=
"posterClose"
@
click=
"close"
src=
"../assets/icon_close.png"
>
<img
id=
"posterClose"
@
click=
"close"
src=
"../assets/icon_close.png"
>
</div>
</div>
...
@@ -290,7 +290,7 @@ export default {
...
@@ -290,7 +290,7 @@ export default {
backgroundColor
:
null
,
backgroundColor
:
null
,
}).
then
(
canvas
=>
{
}).
then
(
canvas
=>
{
this
.
posterUrl
=
canvas
.
toDataURL
(
'image/png'
)
this
.
posterUrl
=
canvas
.
toDataURL
(
'image/png'
)
document
.
body
.
scrollTop
==
0
document
.
documentElement
.
scrollTop
=
document
.
body
.
scrollTop
==
0
this
.
showPoster
=
true
this
.
showPoster
=
true
this
.
createDialogShow
=
true
this
.
createDialogShow
=
true
})
})
...
...
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