Skip to content

Commit

Permalink
Merge pull request #1386 from didi/fix-webview-data-v1
Browse files Browse the repository at this point in the history
fix webview未与小程序拉齐问题
  • Loading branch information
hiyuki authored Jan 22, 2024
2 parents b1a44f2 + 34a1f34 commit 2202a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
let asyncCallback = null
switch (data.type) {
case 'postMessage':
this.messageList.push(value)
this.messageList.push(value.data || value)
asyncCallback = Promise.resolve({
errMsg: 'invokeWebappApi:ok'
})
Expand Down

0 comments on commit 2202a16

Please sign in to comment.