Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobaominiDemo
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
taobaominiDemo
Commits
c0d58ef0
Commit
c0d58ef0
authored
Jul 01, 2020
by
lujinlei
Browse files
Options
Browse Files
Download
Plain Diff
-a
parents
537adf97
39b12bbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
output.js
client/pages/index/output.js
+7
-3
No files found.
client/pages/index/output.js
View file @
c0d58ef0
...
@@ -4456,7 +4456,7 @@ exports.ResJson = {
...
@@ -4456,7 +4456,7 @@ exports.ResJson = {
}
}
}
}
],
],
"path"
:
"https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593600
78
3/resource/"
"path"
:
"https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593600
99
3/resource/"
};
};
...
@@ -9766,8 +9766,8 @@ var Panel_1 = __webpack_require__(/*! ../../module/views/Panel */ "./module/view
...
@@ -9766,8 +9766,8 @@ var Panel_1 = __webpack_require__(/*! ../../module/views/Panel */ "./module/view
var
Tools_1
=
__webpack_require__
(
/*! ../Tools */
"./src/Tools.ts"
);
var
Tools_1
=
__webpack_require__
(
/*! ../Tools */
"./src/Tools.ts"
);
var
TipPanel_1
=
__webpack_require__
(
/*! ./TipPanel */
"./src/panels/TipPanel.ts"
);
var
TipPanel_1
=
__webpack_require__
(
/*! ./TipPanel */
"./src/panels/TipPanel.ts"
);
var
ctrls_1
=
__webpack_require__
(
/*! ../../module/ctrls */
"./module/ctrls/index.ts"
);
var
ctrls_1
=
__webpack_require__
(
/*! ../../module/ctrls */
"./module/ctrls/index.ts"
);
var
rankPanel_1
=
__webpack_require__
(
/*! ./rankPanel */
"./src/panels/rankPanel.ts"
);
var
getCaixukunTime_1
=
__webpack_require__
(
/*! ../ctrls/getCaixukunTime */
"./src/ctrls/getCaixukunTime.ts"
);
var
getCaixukunTime_1
=
__webpack_require__
(
/*! ../ctrls/getCaixukunTime */
"./src/ctrls/getCaixukunTime.ts"
);
var
RecordScene_1
=
__webpack_require__
(
/*! ../scenes/RecordScene */
"./src/scenes/RecordScene.ts"
);
var
TipFailPanel
=
(
function
(
_super
)
{
var
TipFailPanel
=
(
function
(
_super
)
{
__extends
(
TipFailPanel
,
_super
);
__extends
(
TipFailPanel
,
_super
);
function
TipFailPanel
()
{
function
TipFailPanel
()
{
...
@@ -9802,7 +9802,7 @@ var TipFailPanel = (function (_super) {
...
@@ -9802,7 +9802,7 @@ var TipFailPanel = (function (_super) {
};
};
TipFailPanel
.
prototype
.
onClick_rankBtn
=
function
()
{
TipFailPanel
.
prototype
.
onClick_rankBtn
=
function
()
{
this
.
hidePanel
();
this
.
hidePanel
();
ctrls_1
.
showPanel
(
rankPanel_1
.
RankPanel
);
ctrls_1
.
changeScene
(
RecordScene_1
.
RecordScene
);
};
};
TipFailPanel
.
prototype
.
removeEvents
=
function
()
{
TipFailPanel
.
prototype
.
removeEvents
=
function
()
{
this
.
closeBtn
.
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_closeBtn
,
this
);
this
.
closeBtn
.
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_closeBtn
,
this
);
...
@@ -10022,6 +10022,10 @@ var PrizeItem = (function (_super) {
...
@@ -10022,6 +10022,10 @@ var PrizeItem = (function (_super) {
__extends
(
PrizeItem
,
_super
);
__extends
(
PrizeItem
,
_super
);
function
PrizeItem
()
{
function
PrizeItem
()
{
var
_this
=
_super
.
call
(
this
)
||
this
;
var
_this
=
_super
.
call
(
this
)
||
this
;
_this
.
prizeImg2
=
Tools_1
.
Tool
.
getSprite
(
"rank_placeholder.png"
);
_this
.
prizeImg2
.
width
=
120
;
_this
.
prizeImg2
.
height
=
120
;
_this
.
addChild
(
_this
.
prizeImg2
);
_this
.
prizeImg
=
Tools_1
.
Tool
.
getSprite
(
"rank_placeholder.png"
);
_this
.
prizeImg
=
Tools_1
.
Tool
.
getSprite
(
"rank_placeholder.png"
);
_this
.
prizeImg
.
width
=
120
;
_this
.
prizeImg
.
width
=
120
;
_this
.
prizeImg
.
height
=
120
;
_this
.
prizeImg
.
height
=
120
;
...
...
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