帮助赔率历史记录的屏幕适配
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m4s
This commit is contained in:
parent
20d6b166fa
commit
c3fa8375de
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -191,7 +191,7 @@ export class HistoryDetail extends Component {
|
|||||||
let close_Lab = this.list_round_winning.node.getChildByName('btn_close').getChildByName('Label');
|
let close_Lab = this.list_round_winning.node.getChildByName('btn_close').getChildByName('Label');
|
||||||
close_Lab.getComponent(Label).string = getTranslate(this.dict, "Close");
|
close_Lab.getComponent(Label).string = getTranslate(this.dict, "Close");
|
||||||
let startVec = new Vec3(0, 3000)
|
let startVec = new Vec3(0, 3000)
|
||||||
let endVec = new Vec3(0, 800)
|
let endVec = new Vec3(0, this.list_detail.node.getPosition().y)
|
||||||
|
|
||||||
node.position = startVec
|
node.position = startVec
|
||||||
tween(node).to(0.2, { position: endVec }).call(() => {
|
tween(node).to(0.2, { position: endVec }).call(() => {
|
||||||
@ -676,7 +676,7 @@ export class HistoryDetail extends Component {
|
|||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
this.item_detail.removeFromParent()
|
||||||
this.scrollControl.vert_scrollView = this.list_detail.content.children[0].getComponent(ScrollView)
|
this.scrollControl.vert_scrollView = this.list_detail.content.children[0].getComponent(ScrollView)
|
||||||
this.list_detail.node.active = true
|
this.list_detail.node.active = true
|
||||||
|
|
||||||
|
|||||||
@ -5088,7 +5088,7 @@
|
|||||||
"asset": null,
|
"asset": null,
|
||||||
"fileId": "047bc2a0-3759-4c52-a603-35f19f0b22ac",
|
"fileId": "047bc2a0-3759-4c52-a603-35f19f0b22ac",
|
||||||
"instance": null,
|
"instance": null,
|
||||||
"targetOverrides": null
|
"targetOverrides": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.SceneGlobals",
|
"__type__": "cc.SceneGlobals",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user