diff --git a/assets/tx_find_match/scene/tx_find_match.js b/assets/tx_find_match/scene/tx_find_match.js
index 8831866e7402b430fca39ef67579641448c2a31e..3b2bf28dcc734a0e5d3ee2ce732eb6381bdaa507 100644
--- a/assets/tx_find_match/scene/tx_find_match.js
+++ b/assets/tx_find_match/scene/tx_find_match.js
@@ -1195,7 +1195,7 @@ cc.Class({
 		}
 	},
 
-	showResultPanel() {
+	showResultLayer() {
 
 		console.log('show resultPanel ')
 		console.log('show resultPanel rankingType ' + this.data.rankingType)
@@ -8094,6 +8094,8 @@ cc.Class({
 
 		this.isGameEnd = true;
 
+		this.showResultLayer();
+
 		return;
 
 		// this.showAllWordSound();