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
3a186f1f
Commit
3a186f1f
authored
Apr 09, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
往回改 和 bug
parent
9d623af2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+0
-0
PartakeChallenge.vue
src/views/PartakeChallenge.vue
+6
-5
SignUp.vue
src/views/SignUp.vue
+6
-4
No files found.
src/views/HaveJoinedGame.vue
View file @
3a186f1f
This diff is collapsed.
Click to expand it.
src/views/PartakeChallenge.vue
View file @
3a186f1f
...
@@ -79,10 +79,10 @@
...
@@ -79,10 +79,10 @@
<!-- 没有关注公众号弹窗 -->
<!-- 没有关注公众号弹窗 -->
<div
class=
"game-auth-popup"
v-if=
"needFollow"
>
<div
class=
"game-auth-popup"
v-if=
"needFollow"
>
<div
class=
"game-auth-container"
>
<div
class=
"game-auth-container"
>
<img
class=
"bg-img"
src=
"../images/common/focus_gzh.png"
>
<img
class=
"close-btn"
src=
"../images/common/pop_ic_close.png"
@
click=
"closePopup()"
>
<img
class=
"close-btn"
src=
"../images/common/pop_ic_close.png"
@
click=
"closePopup()"
>
</div>
</div>
</div>
</div>
<img
:src=
"followInfo.img_url"
alt=
""
style=
"display: none"
>
</div>
</div>
</
template
>
</
template
>
...
@@ -495,16 +495,17 @@ export default {
...
@@ -495,16 +495,17 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
.game-auth-container
{
.game-auth-container
{
width
:
6.4rem
;
height
:
7.08rem
;
background
:
url(../images/common/focus_gzh.png)
no-repeat
center
center
;
background-size
:
cover
;
border-radius
:
0.08rem
;
border-radius
:
0.08rem
;
padding-bottom
:
0.4rem
;
padding-bottom
:
0.4rem
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
position
:
relative
;
position
:
relative
;
.bg-img
{
width
:
6.4rem
;
height
:
7.08rem
;
display
:
block
;
}
.close-btn
{
.close-btn
{
width
:
0.58rem
;
width
:
0.58rem
;
height
:
0.58rem
;
height
:
0.58rem
;
...
...
src/views/SignUp.vue
View file @
3a186f1f
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
<!-- 没有关注公众号弹窗 -->
<!-- 没有关注公众号弹窗 -->
<div
class=
"game-auth-popup"
v-if=
"needFollow"
>
<div
class=
"game-auth-popup"
v-if=
"needFollow"
>
<div
class=
"game-auth-container"
>
<div
class=
"game-auth-container"
>
<img
class=
"bg-img"
src=
"../images/common/focus_gzh.png"
>
<img
class=
"close-btn"
src=
"../images/common/pop_ic_close.png"
@
click=
"closePopup()"
>
<img
class=
"close-btn"
src=
"../images/common/pop_ic_close.png"
@
click=
"closePopup()"
>
</div>
</div>
</div>
</div>
...
@@ -439,16 +440,17 @@ export default {
...
@@ -439,16 +440,17 @@ export default {
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
.game-auth-container
{
.game-auth-container
{
width
:
6.4rem
;
height
:
7.08rem
;
background
:
url(../images/common/focus_gzh.png)
no-repeat
center
center
;
background-size
:
cover
;
border-radius
:
0.08rem
;
border-radius
:
0.08rem
;
padding-bottom
:
0.4rem
;
padding-bottom
:
0.4rem
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
position
:
relative
;
position
:
relative
;
.bg-img
{
width
:
6.4rem
;
height
:
7.08rem
;
display
:
block
;
}
.close-btn
{
.close-btn
{
width
:
0.58rem
;
width
:
0.58rem
;
height
:
0.58rem
;
height
:
0.58rem
;
...
...
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