Commit 34b00b96 by kaisa

feat:更新

parent 782b04be
Showing with 2 additions and 2 deletions
...@@ -373,14 +373,14 @@ webAppComm.prototype.hideTopBar = function () { ...@@ -373,14 +373,14 @@ webAppComm.prototype.hideTopBar = function () {
} }
//自動添加直播間聊天消息 //自動添加直播間聊天消息
webAppComm.prototype.addLiveMsg = function () { webAppComm.prototype.addLiveMsg = function (content) {
let obj = { let obj = {
"cid": 23, "cid": 23,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
"data": { "data": {
"msg": "H5调起消息输入框", "msg": "H5调起消息输入框",
"closeType": 1, "closeType": 1,
"content": 'asdsadsad', "content": content,
} }
} }
let obj2 = JSON.stringify(obj); let obj2 = JSON.stringify(obj);
......
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