Commit c0d58ef0 authored by lujinlei's avatar lujinlei

-a

parents 537adf97 39b12bbb
...@@ -4456,7 +4456,7 @@ exports.ResJson = { ...@@ -4456,7 +4456,7 @@ exports.ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593600783/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593600993/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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment