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
9d824ac1
Commit
9d824ac1
authored
Jul 29, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
ca155433
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
10 deletions
+3
-10
audio-size.vue
components/dialog/audio/audio-size.vue
+1
-1
index.vue
components/dialog/audio/index.vue
+0
-7
tab.vue
components/dialog/user-dialog/tab.vue
+1
-1
login.vue
pages/login.vue
+1
-1
No files found.
components/dialog/audio/audio-size.vue
View file @
9d824ac1
...
...
@@ -2,7 +2,7 @@
<div
class=
"audio-size"
>
<div
class=
"title"
>
{{
title
}}
</div>
<div
class=
"slider"
>
<el-slider
v-model=
"data"
/>
<el-slider
v-model=
"data"
:show-tooltip=
"false"
/>
</div>
</div>
</
template
>
...
...
components/dialog/audio/index.vue
View file @
9d824ac1
...
...
@@ -56,12 +56,8 @@ export default {
this
.
$refs
.
dialog
.
close
()
}
},
volumeMachine
(
value
)
{
console
.
log
(
'watch volumeMachine'
,
value
)
},
},
created
()
{
console
.
log
(
'test volumeMachine'
,
this
.
volumeMachine
)
},
methods
:
{
...
mapMutations
(
'audio'
,
[
...
...
@@ -79,17 +75,14 @@ export default {
return
{
// 设置机器声音
changeAudioMachine
:
(
value
)
=>
{
console
.
log
(
'设置机器声音'
,
value
)
this
.
SetVolumeMachine
(
value
)
},
// 设置背景音
changeAudioBg
:
(
value
)
=>
{
console
.
log
(
'设置背景音'
,
value
)
this
.
SetVolumeBg
(
value
)
},
// 设置按键音
changeAudioButton
:
(
value
)
=>
{
console
.
log
(
'设置按键音'
,
value
)
this
.
SetVolumeButton
(
value
)
},
}
...
...
components/dialog/user-dialog/tab.vue
View file @
9d824ac1
...
...
@@ -5,7 +5,7 @@
<img
v-if=
"tabIndex === index"
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/Rounded%20Rectangle%2019.png"
alt=
""
>
<img
v-else
class=
"tab-img"
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/last_game%20%E6%8B%B7%E8%B4%9D%202.png"
alt=
""
>
<div
class=
"text"
>
{{
text
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.00
4
`
}}
</div>
<div
v-if=
"index === 0"
class=
"version"
>
{{
`1.0.00
5
`
}}
</div>
</div>
</div>
</div>
...
...
pages/login.vue
View file @
9d824ac1
...
...
@@ -4,7 +4,7 @@
<input
v-model=
"form.password"
type=
"text"
>
<button
v-audio
@
click=
"click().login()"
>
登录
</button>
<button
v-audio
>
音乐
</button>
<
div
style=
"color: white;"
>
version: 1.0.002
</div
>
<
!--
<div
style=
"color: white;"
>
version: 1.0.002
</div>
--
>
</div>
</
template
>
...
...
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