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
4ff24518
Commit
4ff24518
authored
Sep 22, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d98b08e5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2869 additions
and
381 deletions
+2869
-381
output.js
project/src/canvas/game/output.js
+2
-10
output.js.map
project/src/canvas/game/output.js.map
+1
-5
output.js
project/src/canvas/game/released/output.js
+2
-10
output.js
taobao_mini/client/pages/pagecanvas/output.js
+2864
-356
No files found.
project/src/canvas/game/output.js
View file @
4ff24518
...
...
@@ -2195,15 +2195,6 @@ var Main = (function () {
_a.sent();
console.log("initLottieList完成");
FYGE.GDispatcher.dispatchEvent("loadEnd");
<<<<<<< HEAD
=======
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.getAppData, {}, function (s, res) {
console.log('getAppData success,res', s, res);
});
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.getActivityBaseInfoById, {}, function (s, res) {
console.log('getActivityBaseInfoById success,res', s, res);
});
>>>>>>> d7dfacb49210b7d977b14056cde24ca6994aee22
return [2];
}
});
...
...
@@ -2499,7 +2490,7 @@ var Cat = (function (_super) {
console.log(this.catLottieArr);
this.initCat();
this.initDialog();
this.setCatAnimShow(
1
);
this.setCatAnimShow(
0
);
this.initEvents();
};
Cat.prototype.initCatLottieArr = function () {
...
...
@@ -46852,6 +46843,7 @@ var MainScene = (function (_super) {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.bgUUID = [];
_this.maxEnergy = 1500;
_this.level = 0;
return _this;
}
MainScene.prototype.initUi = function () {
project/src/canvas/game/output.js.map
View file @
4ff24518
This diff is collapsed.
Click to expand it.
project/src/canvas/game/released/output.js
View file @
4ff24518
...
...
@@ -2197,15 +2197,6 @@ var Main = (function () {
_a.sent();
console.log("initLottieList完成");
FYGE.GDispatcher.dispatchEvent("loadEnd");
<<<<<<< HEAD
=======
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.getAppData, {}, function (s, res) {
console.log('getAppData success,res', s, res);
});
TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.getActivityBaseInfoById, {}, function (s, res) {
console.log('getActivityBaseInfoById success,res', s, res);
});
>>>>>>> d7dfacb49210b7d977b14056cde24ca6994aee22
return [2];
}
});
...
...
@@ -2501,7 +2492,7 @@ var Cat = (function (_super) {
console.log(this.catLottieArr);
this.initCat();
this.initDialog();
this.setCatAnimShow(
1
);
this.setCatAnimShow(
0
);
this.initEvents();
};
Cat.prototype.initCatLottieArr = function () {
...
...
@@ -46854,6 +46845,7 @@ var MainScene = (function (_super) {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.bgUUID = [];
_this.maxEnergy = 1500;
_this.level = 0;
return _this;
}
MainScene.prototype.initUi = function () {
taobao_mini/client/pages/pagecanvas/output.js
View file @
4ff24518
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