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
71c6e064
Commit
71c6e064
authored
Mar 05, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3e87b381
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
SignItemSkin.exml
egret/resource/skins/SignItemSkin.exml
+1
-1
SignPanel.ts
egret/src/panels/SignPanel.ts
+2
-1
getSignConfig.json
mock/happyclear/getSignConfig.json
+2
-2
No files found.
egret/resource/skins/SignItemSkin.exml
View file @
71c6e064
...
...
@@ -13,7 +13,7 @@
<e:Image
id=
"steps"
source=
"signicon5_png"
x=
"104"
y=
"57"
visible=
"false"
/>
<e:Image
id=
"blood"
x=
"98.04"
y=
"60.35"
source=
"signicon_blood_png"
visible=
"false"
/>
<e:Image
id=
"random"
x=
"98.73"
y=
"50.4"
source=
"signicon6_png"
visible=
"false"
/>
<e:Image
id=
"quan"
x=
"95.42"
y=
"5
4.76"
anchorOffsetX=
"0"
anchorOffsetY=
"0"
height=
"79.34"
source=
""
width=
"76"
visible=
"false
"
/>
<e:Image
id=
"quan"
x=
"95.42"
y=
"5
3.76"
anchorOffsetX=
"0"
anchorOffsetY=
"0"
height=
"79.34"
source=
""
width=
"76
"
/>
<e:Image
id=
"quan10"
x=
"95"
y=
"56"
anchorOffsetX=
"0"
anchorOffsetY=
"0"
height=
"79.34"
source=
"sign_quan10_png"
visible=
"false"
/>
<e:Image
id=
"quan23"
x=
"95"
y=
"56"
anchorOffsetX=
"0"
anchorOffsetY=
"0"
height=
"79.34"
source=
"sign_quan23_png"
visible=
"false"
/>
<e:Image
id=
"quan36"
x=
"95"
y=
"56"
anchorOffsetX=
"0"
anchorOffsetY=
"0"
height=
"79.34"
source=
"sign_quan36_png"
visible=
"false"
/>
...
...
egret/src/panels/SignPanel.ts
View file @
71c6e064
...
...
@@ -148,7 +148,8 @@ export default class SignPanel extends Panel {
resultItem
.
type
=
'blood'
;
}
else
if
(
option
.
categoryType
==
3
)
{
resultItem
.
nums
=
`*
${
option
.
num
}
`
;
resultItem
.
nums
=
`*1`
;
// resultItem.nums = `*${option.num}`;
resultItem
.
type
=
this
.
getPropType
(
option
.
propType
);
}
else
if
(
option
.
categoryType
==
4
)
{
...
...
mock/happyclear/getSignConfig.json
View file @
71c6e064
...
...
@@ -21,7 +21,7 @@
"img"
:
"//yun.dui88.com/images/202003/n3exi2tenh.png"
,
"smallImg"
:
"//yun.dui88.com/images/202003/cfay38i1rl.jpg"
,
"appItemId"
:
10361
,
"name"
:
null
,
"name"
:
"111"
,
"value"
:
"963"
},
{
...
...
@@ -121,7 +121,7 @@
"day"
:
null
,
"categoryType"
:
2
,
"title"
:
"1"
,
"rate"
:
"1
1
"
,
"rate"
:
"1
00
"
,
"minValue"
:
null
,
"maxValue"
:
null
,
"coinType"
:
null
,
...
...
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