Commit 66a57594 authored by haiyoucuv's avatar haiyoucuv

上传

parent 30de709d
......@@ -160,7 +160,7 @@ export default class RankPanel extends Panel {
cell.getChildByName(`t4`).getComponent(Label).string = rankTxt;
cell.getChildByName(`name`).getComponent(Label).string = nickname || "***";
cell.getChildByName(`score`).getComponent(Label).string = score || "-";
cell.getChildByName(`score`).getComponent(Label).string = score || "0";
}
clickClose = () => {
......
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