历史记录修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m16s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m16s
This commit is contained in:
parent
666120de80
commit
f95d0be231
@ -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",
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user