diff --git a/assets/Game/prefabs/History/history_detail.prefab b/assets/Game/prefabs/History/history_detail.prefab index 8ab3f49..b366234 100644 --- a/assets/Game/prefabs/History/history_detail.prefab +++ b/assets/Game/prefabs/History/history_detail.prefab @@ -5160,7 +5160,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1626 + "height": 16260 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/assets/Game/scripts/game/HistoryDetail.ts b/assets/Game/scripts/game/HistoryDetail.ts index b62b14e..b829645 100644 --- a/assets/Game/scripts/game/HistoryDetail.ts +++ b/assets/Game/scripts/game/HistoryDetail.ts @@ -432,7 +432,7 @@ export class HistoryDetail extends Component { } // 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 txt_scatter_num = node_scatter.getChildByName("txt_scatter_num").getComponent(Label) txt_scatter_num.string = "x " + pan.Symbol.ScNum