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
de0618a7
Commit
de0618a7
authored
Oct 30, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
694371b9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
3 deletions
+4
-3
share2.jpg
egret/resource/assets/share2.jpg
+0
-0
share3.jpg
egret/resource/assets/share3.jpg
+0
-0
BloodSkin.exml
egret/resource/skins/BloodSkin.exml
+1
-1
BloodPanel.ts
egret/src/panels/BloodPanel.ts
+1
-1
shareCtrl.ts
egret/src/shareCtrl.ts
+2
-1
No files found.
egret/resource/assets/share2.jpg
View replaced file @
694371b9
View file @
de0618a7
312 KB
|
W:
|
H:
682 KB
|
W:
|
H:
2-up
Swipe
Onion skin
egret/resource/assets/share3.jpg
View replaced file @
694371b9
View file @
de0618a7
380 KB
|
W:
|
H:
432 KB
|
W:
|
H:
2-up
Swipe
Onion skin
egret/resource/skins/BloodSkin.exml
View file @
de0618a7
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<e:Button
id=
"inviteBtn2"
label=
""
x=
"433"
y=
"635"
>
<e:Button
id=
"inviteBtn2"
label=
""
x=
"433"
y=
"635"
>
<e:skinName>
<e:skinName>
<e:Skin
states=
"up,down,disabled"
>
<e:Skin
states=
"up,down,disabled"
>
<e:Image
width=
"100%"
height=
"100%"
source=
"blood去分享_png"
source.down=
"blood
按钮 副本1_png"
source.disabled=
"blood按钮 副本1
_png"
/>
<e:Image
width=
"100%"
height=
"100%"
source=
"blood去分享_png"
source.down=
"blood
去分享_png"
source.disabled=
"blood去分享
_png"
/>
<e:Label
id=
"labelDisplay"
horizontalCenter=
"0"
verticalCenter=
"0"
/>
<e:Label
id=
"labelDisplay"
horizontalCenter=
"0"
verticalCenter=
"0"
/>
</e:Skin>
</e:Skin>
</e:skinName>
</e:skinName>
...
...
egret/src/panels/BloodPanel.ts
View file @
de0618a7
...
@@ -87,7 +87,7 @@ export default class BloodPanel extends Panel {
...
@@ -87,7 +87,7 @@ export default class BloodPanel extends Panel {
if
(
iswx
())
{
if
(
iswx
())
{
getShareUrl
(
this
.
stage
);
getShareUrl
(
this
.
stage
);
}
else
}
else
showShare
(
1
);
showShare
(
1
);
NetManager
.
ins
.
clickLog
(
getlogItem
(
4
));
NetManager
.
ins
.
clickLog
(
getlogItem
(
4
));
const
data
=
getHomeData
();
const
data
=
getHomeData
();
if
(
data
.
askForEnergy
)
{
if
(
data
.
askForEnergy
)
{
...
...
egret/src/shareCtrl.ts
View file @
de0618a7
...
@@ -64,7 +64,8 @@ class Share2 extends ComponentBase {
...
@@ -64,7 +64,8 @@ class Share2 extends ComponentBase {
// img.src = base64;
// img.src = base64;
// img.src = data.data;
// img.src = data.data;
if
(
this
.
type
==
1
)
if
(
this
.
type
==
1
)
callShareApi
(
'https://yun.duiba.com.cn/db_games/xxshareshare3.jpg'
,
channel
);
callShareApi
(
'https://yun.duiba.com.cn/db_games/xxshareshare4.jpg'
,
channel
);
// callShareApi('https://yun.duiba.com.cn/db_games/xxshareshare3.jpg', channel);
else
else
callShareApi
(
'https://yun.duiba.com.cn/db_games/xxlshare.jpg'
,
channel
);
callShareApi
(
'https://yun.duiba.com.cn/db_games/xxlshare.jpg'
,
channel
);
// }, base64);
// }, base64);
...
...
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