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 34bb1a86 authored 4 months ago by qiuren's avatar qiuren
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

feat: 直播奖励小窗抖动方法

parent 82c8c011 master
Hide whitespace changes
Inline Side-by-side
Showing with 13 additions and 0 deletions
  • app/img/vestBag/joyColor/load_logo.png
  • app/img/vestBag/joyColor/logo.png
  • js/webAppComm.js
app/img/vestBag/joyColor/load_logo.png 0 → 100644
View file @ 34bb1a86
app/img/vestBag/joyColor/load_logo.png

6.16 KB

This diff is collapsed. Click to expand it.
app/img/vestBag/joyColor/logo.png 0 → 100644
View file @ 34bb1a86
app/img/vestBag/joyColor/logo.png

5.9 KB

This diff is collapsed. Click to expand it.
js/webAppComm.js
View file @ 34bb1a86
......@@ -41,6 +41,8 @@
// 41: 修改webview底色
// 42: 振动
// 47: 直播奖励小窗抖动
function webAppComm() {
this.data = null;
this.langList = [
......@@ -675,6 +677,17 @@ webAppComm.prototype.savePhoto = function (imgUrl) {
let obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//46: 直播奖励小窗抖动
webAppComm.prototype.liveShakes = function () {
let obj = {
"cid": 47, //将图片存入相册
"data": {
}
}
let obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
}
//接收客戶端的消息
webAppComm.prototype.reMsgFromApp = function (callback) {
......
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