Commit 8599e558 by qiuren

feat: 测试

parent 34bb1a86
Showing with 4 additions and 3 deletions
......@@ -677,14 +677,15 @@ webAppComm.prototype.savePhoto = function (imgUrl) {
let obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//46: 直播奖励小窗抖动
//47: 通知客户端直播奖励小窗抖动
webAppComm.prototype.liveShakes = function () {
let obj = {
"cid": 47, //将图片存入相册
"cid": 47,
"data": {
"msg": '窗口抖动'
}
}
alert('窗口抖动');
let 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