Browse Source

Merge branch 'dev_1.1.7' of https://git.yishihui.com/DeNet/de-net into dev_1.1.7

zhangwei 2 years ago
parent
commit
84a77d3ab6
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/view/iframe/tool-box/card.vue

+ 9 - 1
src/view/iframe/tool-box/card.vue

@@ -200,6 +200,14 @@ const getDetail = () => {
                 reSetBindTwtterId({
                 reSetBindTwtterId({
                     postId: state.postId,
                     postId: state.postId,
                     tweetId: state.tweetId
                     tweetId: state.tweetId
+                }, () => {
+                  Report.reportLog({
+                    objectType: Report.objectType.tweetPostBinded,
+                    redPacketType: 5,
+                    postId: state.postId,
+                  }, {
+                    'post-editor-url': state.detail.convertUrl
+                  });
                 })
                 })
             }
             }
             console.log('postBizData', state.detail)
             console.log('postBizData', state.detail)
@@ -773,4 +781,4 @@ const msgListener = (req, sender, sendResponse) => {
         transform: rotate(360deg);
         transform: rotate(360deg);
     }
     }
 }
 }
-</style>
+</style>