Commit 31cc8664 authored by limingzhe's avatar limingzhe

fix: debug

parent c567f3a4
...@@ -414,7 +414,7 @@ export function showSRResultByRecord(isShowScore) { ...@@ -414,7 +414,7 @@ export function showSRResultByRecord(isShowScore) {
const middleLayer = cc.find('middleLayer'); const middleLayer = cc.find('middleLayer');
if (middleLayer) { if (middleLayer) {
const middleLayerComponent = middleLayer.getComponent('middleLayer'); const middleLayerComponent = middleLayer.getComponent('middleLayer');
middleLayerComponent.showSRResultByRecord(); middleLayerComponent.showSRResultByRecord(isShowScore);
} else { } else {
console.log('showSRResultByRecord'); console.log('showSRResultByRecord');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment