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
7aa23222
Commit
7aa23222
authored
Dec 30, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add请联系客服弹窗
parent
f195ff1c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
tool.vue
src/views/tool.vue
+15
-0
No files found.
src/views/tool.vue
View file @
7aa23222
...
...
@@ -363,6 +363,11 @@ export default {
create
()
{
// 使input失去焦点
document
.
getElementById
(
"currentDayInput"
).
blur
()
if
(
this
.
enrollStatus
==
2
){
//您已完成当前活动,请联系客服
this
.
tipDialogText
=
'您已完成当前活动,请联系客服'
this
.
tipDialogShow
=
true
return
}
if
(
this
.
enrollStatus
==
1
){
//已报名
if
(
this
.
status
==
2
){
this
.
tipDialogText
=
'活动已结束'
...
...
@@ -405,6 +410,11 @@ export default {
},
upload
()
{
if
(
this
.
enrollStatus
==
2
){
//您已完成当前活动,请联系客服
this
.
tipDialogText
=
'您已完成当前活动,请联系客服'
this
.
tipDialogShow
=
true
return
}
if
(
this
.
enrollStatus
==
1
){
//已报名
if
(
this
.
status
==
2
){
this
.
tipDialogText
=
'活动已结束'
...
...
@@ -463,6 +473,11 @@ export default {
this
.
$router
.
push
({
name
:
'index'
})
},
selectPic
()
{
if
(
this
.
enrollStatus
==
2
){
//您已完成当前活动,请联系客服
this
.
tipDialogText
=
'您已完成当前活动,请联系客服'
this
.
tipDialogShow
=
true
return
}
if
(
this
.
enrollStatus
==
1
){
//已报名
if
(
this
.
status
==
2
){
this
.
tipDialogText
=
'活动已结束'
...
...
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