Commit 9587d85e authored by wildfirecode13's avatar wildfirecode13

Merge branch 'tianmaoxiaoyuan' of gitlab2.dui88.com:wanghongyuan/new_taobao into tianmaoxiaoyuan

parents fb30f1a4 80190476
......@@ -47105,7 +47105,6 @@ var MainScene = (function (_super) {
that.getUserEnergy();
}
else {
Ins_1.Ins.showToast(r.message);
}
});
}, that.recoverEnergyTime);
This diff is collapsed.
......@@ -47107,7 +47107,6 @@ var MainScene = (function (_super) {
that.getUserEnergy();
}
else {
Ins_1.Ins.showToast(r.message);
}
});
}, that.recoverEnergyTime);
......@@ -273,7 +273,7 @@ export class MainScene extends Scene {
that.energyUp2();
that.getUserEnergy();
} else {
Ins.showToast(r.message);
// Ins.showToast(r.message);
}
});
}, that.recoverEnergyTime)
......
......@@ -47106,7 +47106,6 @@ var MainScene = (function (_super) {
that.getUserEnergy();
}
else {
Ins_1.Ins.showToast(r.message);
}
});
}, that.recoverEnergyTime);
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