Commit 5c17dcb6 authored by 黄奎's avatar 黄奎

页面修改

parent c2e2f6e3
......@@ -183,6 +183,7 @@
sendSock(SendData, this.getDataFunc)
},
getDataFunc(e) {
console.log("socketData",e);
if (e.data) {
var newData = JSON.parse(e.data)
this.socketMsg = newData;
......
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