From 83a588cde35f9f5da40b58e54c310c0250ee6688 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Fri, 7 May 2021 19:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=8F=E4=BC=A0=E4=BF=A1=E6=81=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/chat-page.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/js/chat-page.js b/static/js/chat-page.js index 1222562..5be4078 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -358,11 +358,7 @@ new Vue({ if(i==0){ _this.alertSound(); } - var redata={ - type:"message", - data:content - } - window.parent.postMessage(redata,"*"); + i++; },4000); }