Browse Source

[edit] fix

wenliming 2 years ago
parent
commit
f8fbab0214
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/view/iframe/red-packet/luck-draw.vue

+ 1 - 0
src/view/iframe/red-packet/luck-draw.vue

@@ -716,6 +716,7 @@ async function clickRetweetBtn() {
 function onTweetReplyClick(params) {
 function onTweetReplyClick(params) {
     let replyData = {
     let replyData = {
         postId: state.postId,
         postId: state.postId,
+        iframeId: state.iframeId,
         type: params.type,
         type: params.type,
         taskLuckdropId: state.detail.taskLuckdropId
         taskLuckdropId: state.detail.taskLuckdropId
     }
     }