Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lwd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
Lwd
Commits
e52eb3db
Commit
e52eb3db
authored
Apr 02, 2021
by
Lwd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aaaa
parent
baca7ed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
item.js
play/assets/tmpGame/script/game/item.js
+1
-1
No files found.
play/assets/tmpGame/script/game/item.js
View file @
e52eb3db
...
@@ -111,8 +111,8 @@ cc.Class({
...
@@ -111,8 +111,8 @@ cc.Class({
//如果节点的Id等于当前数据的id的话
//如果节点的Id等于当前数据的id的话
if
(
this
.
itemInfo
.
typeId
==
g
.
data_mgr
.
playId
&&
this
.
itemInfo
.
positionId
==
g
.
data_mgr
.
playType
)
{
if
(
this
.
itemInfo
.
typeId
==
g
.
data_mgr
.
playId
&&
this
.
itemInfo
.
positionId
==
g
.
data_mgr
.
playType
)
{
//播放答对音效
//播放答对音效
this
.
setBtnState
(
1
);
g
.
speaker
.
inst
.
play_good
(()
=>
{
g
.
speaker
.
inst
.
play_good
(()
=>
{
this
.
setBtnState
(
1
);
//如果是上面答对的话
//如果是上面答对的话
if
(
this
.
itemInfo
.
positionId
==
1
)
{
if
(
this
.
itemInfo
.
positionId
==
1
)
{
//执行播放下排的音乐
//执行播放下排的音乐
...
...
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