Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
6c7f4446
Commit
6c7f4446
authored
Oct 14, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
3f0d4e6d
09534945
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
PrizePanel.ts
egret/libs/new_wx/components/PrizePanel.ts
+1
-1
BoxPanel.ts
egret/src/panels/BoxPanel.ts
+1
-3
SignPrizePanel.ts
egret/src/panels/SignPrizePanel.ts
+1
-1
No files found.
egret/libs/new_wx/components/PrizePanel.ts
View file @
6c7f4446
...
...
@@ -20,7 +20,7 @@ export default class PrizePanel extends Panel {
setGray
(
this
[
'picc'
]);
this
.
_level
=
parseInt
(
data
.
level
+
''
);
const
itemid
=
DataManager
.
ins
.
getData
(
'getPlugOrderStatus'
).
lottery
.
itemId
;
this
.
data
.
img
=
`http://yun.duiba.com.cn/db_games/101
4
/
${
itemid
}
.png`
;
this
.
data
.
img
=
`http://yun.duiba.com.cn/db_games/101
5
/
${
itemid
}
.png`
;
this
[
'shareBtn'
].
addEventListener
(
egret
.
TouchEvent
.
TOUCH_TAP
,
()
=>
{
NetManager
.
ins
.
clickLog
(
getlogItem
(
15
));
...
...
egret/src/panels/BoxPanel.ts
View file @
6c7f4446
...
...
@@ -15,9 +15,7 @@ export default class BoxPanel extends Panel {
// this.data.img = DataManager.ins.getData('getPlugOrderStatus').lottery.imgurl;
const
itemid
=
DataManager
.
ins
.
getData
(
'getPlugOrderStatus'
).
lottery
.
itemId
;
this
.
data
.
img
=
`http://yun.duiba.com.cn/db_games/09302/
${
itemid
}
.png`
;
addAdComp
(
84
,
739
,
this
)
this
.
data
.
img
=
`http://yun.duiba.com.cn/db_games/1015/
${
itemid
}
.png`
;
}
showlog
()
{
NetManager
.
ins
.
showLog
(
getlogItem
(
17
));
...
...
egret/src/panels/SignPrizePanel.ts
View file @
6c7f4446
...
...
@@ -18,7 +18,7 @@ export default class SignPrizePanel extends Panel {
this
[
'numsgroup'
].
visible
=
false
;
}
else
{
if
(
customInfo
.
itemId
)
this
[
'img'
].
source
=
`http://yun.duiba.com.cn/db_games/101
4
/
${
customInfo
.
itemId
}
.png`
;
this
[
'img'
].
source
=
`http://yun.duiba.com.cn/db_games/101
5
/
${
customInfo
.
itemId
}
.png`
;
}
this
[
'nums'
].
text
=
'x'
+
customInfo
.
prizeCount
;
...
...
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