历史记录修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m16s

This commit is contained in:
TJH 2026-01-04 16:41:18 +08:00
parent 666120de80
commit f95d0be231
2 changed files with 2 additions and 2 deletions

View File

@ -5160,7 +5160,7 @@
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1080, "width": 1080,
"height": 1626 "height": 16260
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",

View File

@ -432,7 +432,7 @@ export class HistoryDetail extends Component {
} }
// scatter 数量统计 node_scatter // scatter 数量统计 node_scatter
if (pan.Symbol.ScNum >= 4 && pan.Free.GamesTimes >= 10) { if (pan.Symbol.ScNum >= 4 && (pan.Free && pan.Free.GamesTimes >= 10)) {
const node_scatter = content.getChildByName("node_scatter") const node_scatter = content.getChildByName("node_scatter")
const txt_scatter_num = node_scatter.getChildByName("txt_scatter_num").getComponent(Label) const txt_scatter_num = node_scatter.getChildByName("txt_scatter_num").getComponent(Label)
txt_scatter_num.string = "x " + pan.Symbol.ScNum txt_scatter_num.string = "x " + pan.Symbol.ScNum