Commit 177b54c7 by agan

修噶i

parent b1c2fe41
Showing with 4 additions and 1 deletions
...@@ -407,11 +407,14 @@ webAppComm.prototype.refreshWeb = function (callback) { ...@@ -407,11 +407,14 @@ webAppComm.prototype.refreshWeb = function (callback) {
} }
// 35:打开游戏 // 35:打开游戏
webAppComm.prototype.goGame = function(mData){ webAppComm.prototype.goGame = function (mData) {
var obj = { var obj = {
"cid": 35, "cid": 35,
"data": mData "data": mData
} }
var obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
} }
......
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 sign in to comment