Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
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
华国豪
Athena
Commits
b111c554
Commit
b111c554
authored
Apr 09, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增抽奖活动
parent
94133101
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
496 additions
and
1 deletion
+496
-1
active_bg_s.png
src/assets/img/active/active_bg_s.png
+0
-0
active_tittle.png
src/assets/img/active/active_tittle.png
+0
-0
box_bg.png
src/assets/img/active/box_bg.png
+0
-0
cj_bg.png
src/assets/img/active/cj_bg.png
+0
-0
jt2.png
src/assets/img/active/jt2.png
+0
-0
jt_2.png
src/assets/img/active/jt_2.png
+0
-0
active_bg.png
src/assets/img/active_bg.png
+0
-0
ActivityCenter.vue
src/components/ActivityCenter/ActivityCenter.vue
+28
-0
TurnaroundDraw.vue
src/components/ActivityCenter/TurnaroundDraw.vue
+450
-0
router.js
src/router.js
+18
-1
No files found.
src/assets/img/active/active_bg_s.png
0 → 100644
View file @
b111c554
354 KB
src/assets/img/active/active_tittle.png
0 → 100644
View file @
b111c554
45.7 KB
src/assets/img/active/box_bg.png
0 → 100644
View file @
b111c554
23.9 KB
src/assets/img/active/cj_bg.png
0 → 100644
View file @
b111c554
23.8 KB
src/assets/img/active/jt2.png
0 → 100644
View file @
b111c554
122 KB
src/assets/img/active/jt_2.png
0 → 100644
View file @
b111c554
11.2 KB
src/assets/img/active_bg.png
0 → 100644
View file @
b111c554
126 KB
src/components/ActivityCenter/ActivityCenter.vue
0 → 100644
View file @
b111c554
<
style
scoped
>
</
style
>
<
template
>
<el-row
class=
"page_ActivityCenter"
>
<el-col
:span=
"20"
:offset=
"2"
>
<p
@
click=
"goUrl('TurnaroundDraw')"
>
抽奖
</p>
</el-col>
</el-row>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
},
mounted
()
{
},
methods
:
{
goUrl
:
function
(
path
)
{
this
.
$router
.
push
({
name
:
path
});
}
}
}
</
script
>
src/components/ActivityCenter/TurnaroundDraw.vue
0 → 100644
View file @
b111c554
This diff is collapsed.
Click to expand it.
src/router.js
View file @
b111c554
...
...
@@ -195,7 +195,24 @@ export default new Router({
title
:
"机票订单"
}
},
{
path
:
"/TurnaroundDraw"
,
name
:
"TurnaroundDraw"
,
component
:
resolve
=>
require
([
"@/components/ActivityCenter/TurnaroundDraw"
],
resolve
),
meta
:
{
title
:
"转盘抽奖"
}
},
{
path
:
"/ActivityCenter"
,
name
:
"ActivityCenter"
,
component
:
resolve
=>
require
([
"@/components/ActivityCenter/ActivityCenter"
],
resolve
),
meta
:
{
title
:
"活动中心"
}
},
]
},
{
...
...
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