Commit 8599e558 by qiuren

feat: 测试

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