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
3dc05944
Commit
3dc05944
authored
Apr 08, 2020
by
邱旭
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab2.dui88.com/wanghongyuan/xiaoxiaole
into dev
parents
d4d82e61
ccdd1e88
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
RulePanel.ts
egret/libs/new_wx/components/RulePanel.ts
+4
-1
NetManager.ts
egret/libs/tw/manager/NetManager.ts
+1
-0
FriendSkin.exml
egret/resource/skins/FriendSkin.exml
+2
-2
SignSkin.exml
egret/resource/skins/SignSkin.exml
+4
-4
No files found.
egret/libs/new_wx/components/RulePanel.ts
View file @
3dc05944
...
...
@@ -13,7 +13,10 @@ export default class RulePanel extends Panel {
group
:
eui
.
Group
;
private
addRule
()
{
const
text
=
'<br>'
+
DataManager
.
ins
.
ajaxElementData
.
rule
;
console
.
log
(
"游戏规则"
,
DataManager
.
ins
.
ajaxElementData
.
rule
);
var
str1
:
string
=
DataManager
.
ins
.
ajaxElementData
.
rule
;
var
str2
=
str1
.
replace
(
/ /g
,
"
\n
"
);
const
text
=
'<br>'
+
str2
;
this
.
labContent
.
textFlow
=
(
new
HtmlTextParser
).
parser
(
text
);
}
...
...
egret/libs/tw/manager/NetManager.ts
View file @
3dc05944
...
...
@@ -478,6 +478,7 @@ export class NetManager extends ABNetManager {
deviceSessionId
:
window
[
'_device_session_id'
],
score
:
score
};
console
.
log
(
"通关提交"
,
data
);
if
(
relatedTaskType
)
{
data
[
'relatedTaskType'
]
=
relatedTaskType
;
}
...
...
egret/resource/skins/FriendSkin.exml
View file @
3dc05944
<?xml version="1.0" encoding="utf-8"?>
<e:Skin
class=
"FriendSkin"
width=
"750"
height=
"1206"
xmlns:e=
"http://ns.egret.com/eui"
xmlns:w=
"http://ns.egret.com/wing"
>
<e:Image
id=
"combglight"
source=
"combglight_png"
y=
"319.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
/>
<e:Image
id=
"combglight1"
source=
"combglight_png"
y=
"319.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
/>
<e:Image
id=
"combglight"
source=
"combglight_png"
y=
"319.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
visible=
"false"
/>
<e:Image
id=
"combglight1"
source=
"combglight_png"
y=
"319.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
visible=
"false"
/>
<e:Image
source=
"friendbg_png"
y=
"48.29"
horizontalCenter=
"2"
locked=
"true"
/>
<e:Label
id=
"star"
text=
"X0"
x=
"588.96"
y=
"366.08"
size=
"24"
fontFamily=
"FZY3JW"
/>
<e:Button
id=
"closeBtn"
label=
""
x=
"634.94"
y=
"239.98"
>
...
...
egret/resource/skins/SignSkin.exml
View file @
3dc05944
<?xml version="1.0" encoding="utf-8"?>
<e:Skin
class=
"SignSkin"
width=
"750"
height=
"1206"
xmlns:e=
"http://ns.egret.com/eui"
xmlns:w=
"http://ns.egret.com/wing"
>
<e:Image
id=
"combglight"
source=
"combglight_png"
y=
"339.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
/>
<e:Image
id=
"combglight1"
source=
"combglight_png"
y=
"339.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
/>
<e:Image
id=
"combglight"
source=
"combglight_png"
y=
"339.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
visible=
"false"
/>
<e:Image
id=
"combglight1"
source=
"combglight_png"
y=
"339.32"
anchorOffsetX=
"375"
anchorOffsetY=
"418"
horizontalCenter=
"0"
visible=
"false"
/>
<e:Image
source=
"signbg_png"
y=
"66.75"
horizontalCenter=
"0"
/>
<e:Button
id=
"closeBtn"
label=
""
x=
"632"
y=
"257.77"
>
<e:skinName>
...
...
@@ -18,7 +18,7 @@
</e:List>
</e:Group>
</e:Scroller>
<e:Label
text=
"连续登录闯关可以获得更丰厚的奖励哦~"
y=
"371"
textColor=
"0xf7713a"
size=
"26"
horizontalCenter=
"0"
fontFamily=
"FZY4JW"
/>
<e:Label
text=
"连续登录闯关可以获得更丰厚的奖励哦~"
y=
"371"
textColor=
"0xf7713a"
size=
"26"
horizontalCenter=
"0"
fontFamily=
"FZY4JW"
visible=
"false"
/>
<e:Button
id=
"btn1"
label=
""
anchorOffsetX=
"184"
anchorOffsetY=
"55"
x=
"375"
y=
"916"
visible=
"false"
>
<e:skinName>
<e:Skin
states=
"up,down,disabled"
>
...
...
@@ -36,7 +36,7 @@
</e:Skin>
</e:skinName>
</e:Button>
<e:Group
id=
"prizegroup"
width=
"750"
height=
"1206"
x=
"0"
y=
"0"
>
<e:Group
id=
"prizegroup"
width=
"750"
height=
"1206"
x=
"0"
y=
"0"
visible=
"false"
>
<e:Rect
id=
"mask1"
fillAlpha=
"0.8"
x=
"0"
y=
"0"
scaleX=
"1"
scaleY=
"1"
width=
"750"
height=
"1206"
/>
<e:Group
id=
"lightbot"
width=
"750"
height=
"1206"
x=
"0"
y=
"0"
>
<e:Image
source=
"lightdi_png"
scaleX=
"1"
scaleY=
"1"
horizontalCenter=
"0"
y=
"293"
/>
...
...
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