Commit 1b87129c authored by haiyoucuv's avatar haiyoucuv

init

parent b380258d
......@@ -199,7 +199,7 @@ export default class GameRevivePanel extends Panel {
const { success: costSuc, ticket } = await creditsCost("game", "reviveGame", "revive_deduct_desc", this.data.reviveEachNum);
if (!costSuc) {
showToast("预扣积分失败");
showToast("网络异常,请稍后重试~");
this.cd.play();
this.clickFlag = false;
return;
......
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