Commit 3d597f4e authored by wildfirecode's avatar wildfirecode

1

parent b5077a43
...@@ -53,7 +53,7 @@ this['price1Txt'].text = window['price1'] ...@@ -53,7 +53,7 @@ this['price1Txt'].text = window['price1']
NetManager.ins.clickLog(getlogItem(4)); NetManager.ins.clickLog(getlogItem(4));
const data = getHomeData(); const data = getHomeData();
if (data.askForEnergy) { if (data.askForEnergy) {
showToast('今日已经分享过了.'); showToast('对不起,已经索要过体力了~');
return; return;
} }
this['inviteBtn'].enabled = false; this['inviteBtn'].enabled = false;
......
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