ソースを参照

update pc_chat

luke 6 年 前
コミット
1c0e18ff15
1 ファイル変更4 行追加3 行削除
  1. 4 3
      pc_chat/src/components/chat.vue

+ 4 - 3
pc_chat/src/components/chat.vue

@@ -1274,7 +1274,7 @@
 					this.tokNum = 0;
 					this.service_on = true;
 					this.closeByServer = false;
-					console.log(redata.data.evaluate_id,"评价数量")
+					// console.log(redata.data.evaluate_id,"评价数量")
 					if(redata.data.evaluate_id > 0){
 						this.evaluateNum = true;
 					}
@@ -1601,7 +1601,7 @@
 					appid: this.$public.getQueryString('appid'),
 					appuid: this.$public.getQueryString('appuid'),
 				}
-				console.log(data,'参数')
+				// console.log(data,'参数')
 				// let obj = {
 				// 	headers: {
 				// 		'Content-Type': 'application/x-www-form-urlencoded',
@@ -1618,7 +1618,7 @@
 					}
 					if (res.data.code == 1) {
 						this.user_info = res.data.data;
-						console.log(this.user_info,"用户信息")
+						// console.log(this.user_info,"用户信息")
 						// 游客 token
 						localStorage.setItem("token", res.data.data.token);
 						localStorage.setItem("tutype", res.data.tutype);
@@ -1775,6 +1775,7 @@
 	.el-aside {
 		background: #F5F5F5;
 		width: 37%;
+		overflow: hidden;
 	}
 	.cationer{
 		height: 570px;