Commit 2d849519 authored by 李维's avatar 李维

Remove comment

parent ee0aff02
...@@ -1027,7 +1027,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1027,7 +1027,7 @@ export class PlayComponent implements OnInit, OnDestroy {
rightLetters, currentLetters rightLetters, currentLetters
}) })
}); });
console.log(JSON.stringify(resultDataStr)) // console.log(JSON.stringify(resultDataStr))
window.parent.postMessage( {action: 'temp_send_result', data: JSON.stringify(resultDataStr)}, "*") window.parent.postMessage( {action: 'temp_send_result', data: JSON.stringify(resultDataStr)}, "*")
this.g_enableMapDown = true; this.g_enableMapDown = true;
}) })
......
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