帮助赔率历史记录的屏幕适配
This commit is contained in:
parent
20d6b166fa
commit
305eb599e6
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');
|
||||
close_Lab.getComponent(Label).string = getTranslate(this.dict, "Close");
|
||||
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
|
||||
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.list_detail.node.active = true
|
||||
|
||||
|
||||
@ -5088,7 +5088,7 @@
|
||||
"asset": null,
|
||||
"fileId": "047bc2a0-3759-4c52-a603-35f19f0b22ac",
|
||||
"instance": null,
|
||||
"targetOverrides": null
|
||||
"targetOverrides": []
|
||||
},
|
||||
{
|
||||
"__type__": "cc.SceneGlobals",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user