Commit dc3299d3 authored by 邱旭's avatar 邱旭

换了点皮

parent 4a7127fc
......@@ -3,11 +3,11 @@
<component name="ChangeListManager">
<list default="true" id="0d3cb18d-e144-41a0-bc8b-4877c2e1fef1" name="默认的" comment="换了点皮">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/mock/miniTb/feile.getActivityBaseInfoById.json" beforeDir="false" afterPath="$PROJECT_DIR$/mock/miniTb/feile.getActivityBaseInfoById.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js" beforeDir="false" afterPath="$PROJECT_DIR$/output.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/output.js.map" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/ResJson.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/ResJson.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/HelpPanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/HelpPanel.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/LotteryPanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/LotteryPanel.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/scene/map/CheckBtn.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/scene/map/CheckBtn.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -208,14 +208,7 @@
<workItem from="1618451468778" duration="5000" />
<workItem from="1618467356154" duration="208000" />
<workItem from="1618467574132" duration="1140000" />
<workItem from="1618476396612" duration="1119000" />
</task>
<task id="LOCAL-00054" summary="m">
<created>1614133895122</created>
<option name="number" value="00054" />
<option name="presentableId" value="LOCAL-00054" />
<option name="project" value="LOCAL" />
<updated>1614133895122</updated>
<workItem from="1618476396612" duration="3167000" />
</task>
<task id="LOCAL-00055" summary="m">
<created>1614135665220</created>
......@@ -553,7 +546,14 @@
<option name="project" value="LOCAL" />
<updated>1618476822175</updated>
</task>
<option name="localTasksCounter" value="103" />
<task id="LOCAL-00103" summary="换了点皮">
<created>1618477519513</created>
<option name="number" value="00103" />
<option name="presentableId" value="LOCAL-00103" />
<option name="project" value="LOCAL" />
<updated>1618477519514</updated>
</task>
<option name="localTasksCounter" value="104" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
{
"code": "000000",
"data": {
"currentLevel": 3,
"currentLevel": 8,
"topLevelVisitSuccess": true,
"isDrawTopLevelPrize": false,
"power": 10,
......
......@@ -7013,7 +7013,7 @@ exports.ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/feile_xiaoxiao/1618477030/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/feile_xiaoxiao/1618481975/resource/"
};
......@@ -13576,6 +13576,7 @@ var CheckBtn = (function (_super) {
case CHECK_TYPE.COM:
break;
case CHECK_TYPE.CUR:
this.addChild(Tools_1.Tools.getSprite("checkTip1.png", -48, -72));
break;
}
},
......@@ -13605,9 +13606,6 @@ var CheckBtn = (function (_super) {
this.checkTxt.bold = true;
this.enabled = false;
this.btn.addEventListener(MouseEvent.CLICK, this.clickStart, this);
if (data.check == 1) {
this.addChild(Tools_1.Tools.getSprite("checkTip1.png", -48, -72));
}
};
CheckBtn.prototype.clickStart = function () {
console.log("\u5173\u5361:" + this.checkNum);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5370,5 +5370,5 @@ export const ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/feile_xiaoxiao/1618477030/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/feile_xiaoxiao/1618481975/resource/"
}
\ No newline at end of file
......@@ -97,6 +97,8 @@ export default class CheckBtn extends Container {
break;
case CHECK_TYPE.CUR:
this.addChild(Tools.getSprite("checkTip1.png", -48, -72));
// this.btn.changeTexture(
// RES.getRes(`mce${this.checkNum % 3 + 1}.png`),
// RES.getRes(`mce${this.checkNum % 3 + 1}.png`),
......@@ -153,9 +155,9 @@ export default class CheckBtn extends Container {
// 点击事件
this.btn.addEventListener(MouseEvent.CLICK, this.clickStart, this);
if (data.check == 1) {
this.addChild(Tools.getSprite("checkTip1.png", -48, -72));
}
// if (data.check == 99) {
// this.addChild(Tools.getSprite("checkTip1.png", -48, -72));
// }
}
......
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