Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
eslotsys-game-nuxt
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
毛线
eslotsys-game-nuxt
Commits
9b619682
Commit
9b619682
authored
Jul 06, 2023
by
毛线
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 121.41.35.202:maoxian/eslotsys-game-nuxt
parents
5a690f5e
b96deec9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
0 deletions
+40
-0
index.vue
components/common/header/index.vue
+4
-0
index.vue
components/dialog/user-dialog/index.vue
+34
-0
test.vue
pages/test.vue
+2
-0
No files found.
components/common/header/index.vue
View file @
9b619682
...
...
@@ -51,6 +51,8 @@
title=
"退出游戏"
message=
"机器中所有剩余的积分将自动转回您的钱包。"
@
confirm=
"() => quitGame()"
/>
<!-- 个人中心弹窗 -->
<UserDialog/>
</div>
</template>
...
...
@@ -60,6 +62,7 @@ import dayjs from 'dayjs'
import
screenfull
from
'screenfull'
import
{
mapState
}
from
'vuex'
import
Confirm
from
'@/components/dialog/confirm'
import
UserDialog
from
'@/components/dialog/user-dialog/index'
export
default
{
filters
:
{
filterData
(
time
)
{
...
...
@@ -71,6 +74,7 @@ export default {
},
components
:
{
Confirm
,
UserDialog
,
},
data
()
{
// 卡片
...
...
components/dialog/user-dialog/index.vue
0 → 100644
View file @
9b619682
<
template
>
<div>
<div
class=
"mark"
/>
<div>
个人中心
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
const
imagesList
=
[
'https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/big-sel.png'
,
'https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/small-nor.png'
,
'https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/big-nor.png'
,
'https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/Rounded%20Rectangle%2018.png'
,
// 滑块
]
return
{}
},
}
</
script
>
<
style
scoped
>
.mark
{
position
:
fixed
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background
:
black
;
opacity
:
0.3
;
}
</
style
>
pages/test.vue
View file @
9b619682
...
...
@@ -44,5 +44,7 @@ export default {
}
.img
{
display
:
inline-block
;
max-height
:
100px
;
max-width
:
100px
;
}
</
style
>
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