Commit ddbfd3c8 by kaisa

feat:更新cid

parent 2eac70db
Showing with 2 additions and 1 deletions
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
// 48: 弹出用户行为规范弹窗 // 48: 弹出用户行为规范弹窗
// 49: base64格式图片保存到相册 // 49: base64格式图片保存到相册
// 50: 网页在直播间唤起输入框并且粘贴文本到输入框 // 50: 网页在直播间唤起输入框并且粘贴文本到输入框
// 51:通知安卓客户端活动窗口宽高
// 52:通知ios客户端返回home键高度
function webAppComm() { function webAppComm() {
this.data = null; this.data = null;
...@@ -791,7 +793,6 @@ webAppComm.prototype.setHomeHeight = function () { ...@@ -791,7 +793,6 @@ webAppComm.prototype.setHomeHeight = function () {
webAppCollaboration(obj2); webAppCollaboration(obj2);
} }
//接收客戶端的消息 //接收客戶端的消息
webAppComm.prototype.reMsgFromApp = function (callback) { webAppComm.prototype.reMsgFromApp = function (callback) {
callback && callback(); callback && callback();
......
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