Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
王剑峰
babycare_xiaoxiao
Commits
17d564fc
Commit
17d564fc
authored
Aug 03, 2020
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
2c011c6a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8395 additions
and
117 deletions
+8395
-117
output.js
output.js
+3
-2
output.js.map
output.js.map
+1
-1
res.json
resource/res.json
+52
-52
ResJson.ts
src/ResJson.ts
+8338
-61
BuyPowerPanel.ts
src/panels/BuyPowerPanel.ts
+1
-1
No files found.
output.js
View file @
17d564fc
...
...
@@ -10218,7 +10218,7 @@ exports.ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/159
5928326
/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/babycare_xiaoxiao/159
6188364
/resource/"
};
...
...
@@ -21804,6 +21804,7 @@ var ctrls_1 = __webpack_require__(/*! ../../../module/ctrls */ "./module/ctrls/i
var FreePowerPanel_1 = __webpack_require__(/*! ../../panels/FreePowerPanel */ "./src/panels/FreePowerPanel.ts");
var PrizePanel_1 = __webpack_require__(/*! ../../panels/PrizePanel */ "./src/panels/PrizePanel.ts");
var GTool_1 = __webpack_require__(/*! ../../../module/tools/GTool */ "./module/tools/GTool.ts");
var NoPrizePanel_1 = __webpack_require__(/*! ../../panels/NoPrizePanel */ "./src/panels/NoPrizePanel.ts");
var MapScene = (function (_super) {
__extends(MapScene, _super);
function MapScene() {
...
...
@@ -21847,7 +21848,7 @@ var MapScene = (function (_super) {
ctrls_1.showPanel(PrizePanel_1.PrizePanel, JSON.parse(JSON.stringify(Tools_1.Tools.gameData.topAward.prize)));
}
else {
c
onsole.log('弹没奖的弹窗'
);
c
trls_1.showPanel(NoPrizePanel_1.NoPrizePanel
);
}
Tools_1.Tools.gameData.topAward = null;
}
output.js.map
View file @
17d564fc
This diff is collapsed.
Click to expand it.
resource/res.json
View file @
17d564fc
This diff is collapsed.
Click to expand it.
src/ResJson.ts
View file @
17d564fc
This diff is collapsed.
Click to expand it.
src/panels/BuyPowerPanel.ts
View file @
17d564fc
...
...
@@ -22,7 +22,7 @@ export class BuyPowerPanel extends Panel {
initUi
()
{
const
btnTxt
:
TextField
=
this
.
exchangeBtn
.
addChild
(
Tools
.
getText
(
'1
0
店铺积分'
,
36
,
'#ffffff'
,
'1店铺积分'
,
36
,
'#ffffff'
,
TEXT_ALIGN
.
CENTER
,
this
.
exchangeBtn
.
width
,
0
,
-
6
));
...
...
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