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
53bb4057
Commit
53bb4057
authored
Apr 03, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug和需求
parent
8d780488
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ShareModal.vue
src/components/ShareModal.vue
+1
-1
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+5
-1
No files found.
src/components/ShareModal.vue
View file @
53bb4057
...
...
@@ -24,7 +24,7 @@ div.ShareModal {
left
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.7
);
border
:
1px
solid
transparent
;
z-index
:
1
00
;
z-index
:
200
00
;
}
.tip
{
...
...
src/views/HaveJoinedGame.vue
View file @
53bb4057
...
...
@@ -58,7 +58,8 @@
<div
class=
"swiper-pagination"
slot=
"pagination"
style=
"opacity: 0"
></div>
</swiper>
<!-- </div>-->
<div
class=
"func-btn"
@
click=
"goOtherPage('GoXCX')"
>
提交今日步数
</div>
<div
class=
"func-btn green-btn"
@
click=
"inviteFriend"
v-if=
"record_list[0].status === 0"
>
邀请好友来参赛
</div>
<div
class=
"func-btn"
@
click=
"goOtherPage('GoXCX')"
v-else
>
提交今日步数
</div>
<div
class=
"next-func-btn"
v-if=
"next_signup"
@
click=
"joinNextGame()"
>
报名下一期
</div>
<!-- 报名成功弹框 -->
...
...
@@ -658,6 +659,9 @@
text-align
:
center
;
margin-top
:
1.2rem
;
}
.green-btn
{
background
:
#1fdbb1
;
}
.next-func-btn
{
width
:
5.6rem
;
...
...
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