Commit 8ab8a93b authored by 邱旭's avatar 邱旭

换了点皮

parent 4e087830
......@@ -3,11 +3,7 @@
<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/scene/map/CheckBtn.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/scene/map/CheckBtn.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/HelpPanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/HelpPanel.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -160,9 +156,9 @@
</list>
<recent_temporary>
<list>
<item itemvalue="npm.buildTS" />
<item itemvalue="npm.build" />
<item itemvalue="npm.dev" />
<item itemvalue="npm.buildTS" />
<item itemvalue="npm.flushRes" />
<item itemvalue="npm.handleLotS" />
</list>
......@@ -208,21 +204,8 @@
<workItem from="1618451468778" duration="5000" />
<workItem from="1618467356154" duration="208000" />
<workItem from="1618467574132" duration="1140000" />
<workItem from="1618476396612" duration="3167000" />
</task>
<task id="LOCAL-00055" summary="m">
<created>1614135665220</created>
<option name="number" value="00055" />
<option name="presentableId" value="LOCAL-00055" />
<option name="project" value="LOCAL" />
<updated>1614135665220</updated>
</task>
<task id="LOCAL-00056" summary="m">
<created>1614138351793</created>
<option name="number" value="00056" />
<option name="presentableId" value="LOCAL-00056" />
<option name="project" value="LOCAL" />
<updated>1614138351793</updated>
<workItem from="1618476396612" duration="3270000" />
<workItem from="1618487986114" duration="25000" />
</task>
<task id="LOCAL-00057" summary="m">
<created>1614139182774</created>
......@@ -553,7 +536,21 @@
<option name="project" value="LOCAL" />
<updated>1618477519514</updated>
</task>
<option name="localTasksCounter" value="104" />
<task id="LOCAL-00104" summary="换了点皮">
<created>1618484146848</created>
<option name="number" value="00104" />
<option name="presentableId" value="LOCAL-00104" />
<option name="project" value="LOCAL" />
<updated>1618484146848</updated>
</task>
<task id="LOCAL-00105" summary="换了点皮">
<created>1618484238373</created>
<option name="number" value="00105" />
<option name="presentableId" value="LOCAL-00105" />
<option name="project" value="LOCAL" />
<updated>1618484238373</updated>
</task>
<option name="localTasksCounter" value="106" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
......@@ -9700,7 +9700,7 @@ var HelpPanel = (function (_super) {
var _a, success, data;
return __generator(this, function (_b) {
switch (_b.label) {
case 0: return [2, true];
case 0: return [4, TaoBaoNet_1.sendTbNet(TaoBaoNet_1.TbNetName.getVipInfo)];
case 1:
_a = _b.sent(), success = _a.success, data = _a.data;
return [2, success && data.isVip];
......@@ -9877,7 +9877,7 @@ var LotteryPanel = (function (_super) {
});
p = [91, 738];
list.push({
activityId: "602f33eb086e65bb22759048",
activityId: "6073afbd9da67145df2c6bf3",
image: "https://yun.duiba.com.cn/aurora/assets/40e9968aa117e43b37442e0bd16ff8e22b65acae.png",
name: "谢谢参与",
type: 5,
......
This diff is collapsed.
......@@ -69,7 +69,6 @@ export class HelpPanel extends Panel {
}
async queryVip() {
return true;
const { success, data } = await sendTbNet(TbNetName.getVipInfo);
return success && data.isVip;
}
......
......@@ -119,7 +119,7 @@ export class LotteryPanel extends Panel {
//摇奖部分
var p = [91, 738]
list.push({
activityId: "602f33eb086e65bb22759048",
activityId: "6073afbd9da67145df2c6bf3",
image: "https://yun.duiba.com.cn/aurora/assets/40e9968aa117e43b37442e0bd16ff8e22b65acae.png",
name: "谢谢参与",
type: 5,
......
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