Commit 4f9000ae authored by haiyoucuv's avatar haiyoucuv

init

parent 5b60d53a
......@@ -77,7 +77,7 @@ class GameStore {
};
showWaiting();
const { success, data } = await sendWebNetWithToken(WebNetName.submitOne, params);
const { success, data } = await sendWebNet(WebNetName.submitOne, params);
hideWaiting();
if (!success) {
......@@ -97,7 +97,7 @@ class GameStore {
};
showWaiting();
const { success, data } = await sendWebNetWithToken(WebNetName.submitTwo, params);
const { success, data } = await sendWebNet(WebNetName.submitTwo, params);
hideWaiting();
if (!success) {
......
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