From 024efc19d87f2f3e9b8a71370dcca2057c97da12 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 28 Aug 2023 17:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=8C=BB=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TUIKit/components/TUIChat/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUIKit/components/TUIChat/index.js b/TUIKit/components/TUIChat/index.js index 1de2dcb..291325f 100644 --- a/TUIKit/components/TUIChat/index.js +++ b/TUIKit/components/TUIChat/index.js @@ -175,7 +175,7 @@ Component({ this.setData({ message_rounds: message_rounds }) - let total_rounds=this.data.total_rounds; + //let total_rounds=this.data.total_rounds; // if(total_rounds>=0){ // if(total_rounds-message_rounds<=0 && this.data.baseInfo.inquiry_status==4){ // wx.showToast({