Commit b1c2fe41 by agan

修改

parent ab5f2676
Showing with 10 additions and 1 deletions
......@@ -28,7 +28,8 @@
// 31:弹出WEB弹窗
// 32:webview上面的图标 (新)
// 33:打开更多功能面板
// 34:打开游戏
// 34:修改标题
// 35:打开游戏
function webAppComm() {
......@@ -405,6 +406,14 @@ webAppComm.prototype.refreshWeb = function (callback) {
location.reload();
}
// 35:打开游戏
webAppComm.prototype.goGame = function(mData){
var obj = {
"cid": 35,
"data": mData
}
}
webAppComm.prototype.url_get_params = function (url_path) {
var url = url_path;
......
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