Commit 60721010 authored by haiyoucuv's avatar haiyoucuv

整理一下代码

parent 04812804
...@@ -92,7 +92,10 @@ export default class GameMgr { ...@@ -92,7 +92,10 @@ export default class GameMgr {
const decrypt = AESEncrypt(JSON.stringify(params), "3C8C48E792E9241B", "cDOiBC1n2QrkAY2P"); const decrypt = AESEncrypt(JSON.stringify(params), "3C8C48E792E9241B", "cDOiBC1n2QrkAY2P");
const {success, data} = await sendWebNetWithToken(WebNetName.submit, {params: decrypt}, null, false, false); const {success, data} = await sendWebNetWithToken(WebNetName.submit, {
params: decrypt,
score: 0
}, null, false, false);
hideWaiting(); hideWaiting();
if (!success) { 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