yangc 7 лет назад
Родитель
Сommit
a7b388e9d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/webapp/resources/js/common/module/chat_web_module.js

+ 1 - 1
src/main/webapp/resources/js/common/module/chat_web_module.js

@@ -157,7 +157,7 @@ define([ 'common/query/chat', 'common/query/enterprise' ], function() {
 
 		$scope.showLinkBox = false;
 		var openChatBox = function (phone) {
-			$scope.phone = phone;
+			$scope.phone = phone || '-';
 			$scope.showLinkBox = true;
 			console.log(phone);
 		}