Commit 2eac70db by kaisa

feat:修改cid50

parent faea38b6
Showing with 3 additions and 2 deletions
......@@ -751,11 +751,12 @@ webAppComm.prototype.saveImgToAlbum = function (imgUrl) {
}
// 50: 网页在直播间唤起输入框并且粘贴文本到输入框
webAppComm.prototype.evokeIptPasteText = function (text) {
webAppComm.prototype.evokeIptPasteText = function (text, closeType) {
let obj = {
"cid": 50,
"data": {
'content': text //文本内容
'content': text, //文本内容
'closeType': closeType //0:关闭输入框 1:不关闭输入框
}
}
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