Commit d3919eba authored by haiyoucuv's avatar haiyoucuv

init

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