Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
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
穆启卓
walk_daka_h5
Commits
b1688dfc
Commit
b1688dfc
authored
Jun 26, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户协议
parent
68bfe8e7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
router.js
src/router.js
+7
-1
PartakeChallenge.vue
src/views/PartakeChallenge.vue
+3
-3
userProtocol.vue
src/views/userProtocol.vue
+0
-0
No files found.
src/router.js
View file @
b1688dfc
...
...
@@ -19,7 +19,8 @@ import AmountDetail from './views/AmountDetail.vue'
import
PartakeChallenge
from
'./views/PartakeChallenge.vue'
import
ChallengeDetail
from
'./views/ChallengeDetail.vue'
import
HaveJoinedGame
from
'./views/HaveJoinedGame.vue'
import
GoXCX
from
'./views/GoXCX.vue'
import
userProtocol
from
'./views/userProtocol.vue'
// import GoXCX from './views/GoXCX.vue'
Vue
.
use
(
Router
)
...
...
@@ -99,6 +100,11 @@ export default new Router({
name
:
'HaveJoinedGame'
,
component
:
HaveJoinedGame
},
{
path
:
'/userProtocol'
,
name
:
'userProtocol'
,
component
:
userProtocol
},
// {
// path: '/GoXCX',
// name: 'GoXCX',
...
...
src/views/PartakeChallenge.vue
View file @
b1688dfc
...
...
@@ -37,8 +37,8 @@
<div
class=
"game-auth-container"
@
click=
"bindArgeement()"
>
<img
class=
"auth-checked"
src=
"../images/PartakeChallenge/ic_choose.png"
v-if=
"argeement"
>
<div
class=
"auth-uncheck"
v-else
></div>
<div
class=
"text1"
>
我
同意
</div>
<div
class=
"text2"
@
click
.
stop=
"goOtherPage('
Rule')"
>
《步数打卡的挑战规则
协议》
</div>
<div
class=
"text1"
>
参与即代表你
同意
</div>
<div
class=
"text2"
@
click
.
stop=
"goOtherPage('
userProtocol')"
>
《用户
协议》
</div>
</div>
</div>
<!-- 3步赚取运动奖励金 -->
...
...
@@ -202,7 +202,7 @@ export default {
return
}
if
(
!
this
.
argeement
)
{
return
this
.
showModal
(
"温馨提示"
,
"
请先同意协议
"
);
return
this
.
showModal
(
"温馨提示"
,
"
勾选同意《用户协议》方可报名~
"
);
}
let
nextGame
=
0
;
if
(
this
.
$route
.
query
.
nextGame
)
{
...
...
src/views/userProtocol.vue
0 → 100644
View file @
b1688dfc
This diff is collapsed.
Click to expand it.
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