Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / Static

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 8599e558 authored 3 months ago by qiuren's avatar qiuren
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

feat: 测试

parent 34bb1a86
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 3 deletions
  • js/webAppComm.js
js/webAppComm.js
View file @ 8599e558
...@@ -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);
} }
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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