From 8b206c06e7b8fe61cbb7713677e4360762d2f7ff Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 27 Jul 2021 16:43:32 +0800
Subject: [PATCH] 加入聊天室

---
 pages/groupChat/groupChat.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/groupChat/groupChat.vue b/pages/groupChat/groupChat.vue
index af78597..952a2c7 100644
--- a/pages/groupChat/groupChat.vue
+++ b/pages/groupChat/groupChat.vue
@@ -213,9 +213,9 @@
 		},
 		onLoad: function(options) {
 			this.userName = options.login;
-			if(options.txlType == 2){
+			// if(options.txlType == 2){
 				this.current = 2;
-			}
+			// }
 			
 		}
 	}

--
Gitblit v1.9.3