Commit d3919eba authored by haiyoucuv's avatar haiyoucuv

init

parent de6431a6
...@@ -159,8 +159,8 @@ class GameStore { ...@@ -159,8 +159,8 @@ class GameStore {
res = await sendWebNetWithToken(WebNetName.finalSubmit, { param: encrypt }, { res = await sendWebNetWithToken(WebNetName.finalSubmit, { param: encrypt }, {
isGet: false, isGet: false,
}); });
const { success, code } = res; const { success } = res;
if (success && code) { if (success) {
break; break;
} }
} }
......
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