Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
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
new_taobao
Commits
bf6f2670
Commit
bf6f2670
authored
Oct 19, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dd683372
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
772 additions
and
3 deletions
+772
-3
StartScene.ts
project/src/canvas/game/src/scenes/StartScene.ts
+1
-1
output.js
taobao_mini/client/pages/pagecanvas/output.js
+1
-1
pagecanvas.js
taobao_mini/client/pages/pagecanvas/pagecanvas.js
+2
-1
debug.log
taobao_mini/debug.log
+768
-0
No files found.
project/src/canvas/game/src/scenes/StartScene.ts
View file @
bf6f2670
...
...
@@ -15,7 +15,7 @@ export class StartScene extends Scene {
var
that
=
this
;
var
sceneBg
=
Ins
.
initSprite
(
"b3c8c187-e5c9-4968-9a00-a118d18ab2fc"
);
that
.
addChild
(
sceneBg
);
sceneBg
.
visible
=
fals
e
;
sceneBg
.
visible
=
tru
e
;
that
.
x
=
(
Ins
.
stageW
-
750
)
>>
1
;
that
.
y
=
(
Ins
.
stageH
-
1624
)
>>
1
;
Ins
.
showLoading
();
...
...
taobao_mini/client/pages/pagecanvas/output.js
View file @
bf6f2670
...
...
@@ -47370,7 +47370,7 @@ var StartScene = (function (_super) {
var that = this;
var sceneBg = Ins_1.Ins.initSprite("b3c8c187-e5c9-4968-9a00-a118d18ab2fc");
that.addChild(sceneBg);
sceneBg.visible =
fals
e;
sceneBg.visible =
tru
e;
that.x = (Ins_1.Ins.stageW - 750) >> 1;
that.y = (Ins_1.Ins.stageH - 1624) >> 1;
Ins_1.Ins.showLoading();
taobao_mini/client/pages/pagecanvas/pagecanvas.js
View file @
bf6f2670
...
...
@@ -356,6 +356,7 @@ Page({
if
(
success
)
{
my
.
hideLoading
();
app
.
openId
=
data
.
openId
;
this
.
initCanvas
();
this
.
getActivityBaseInfoById
();
}
...
...
@@ -385,7 +386,7 @@ Page({
endModalVisible
:
true
})
}
else
{
this
.
initCanvas
();
//
this.initCanvas();
}
}
...
...
taobao_mini/debug.log
View file @
bf6f2670
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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