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({