头像拉伸fix
This commit is contained in:
@@ -41,8 +41,9 @@ export namespace CommonConfig {
|
||||
Layer_ui2 = 2,
|
||||
Layer_dialog = 3,
|
||||
Layer_tips = 4,
|
||||
Layer_top = 5,
|
||||
Layer_navigationbar = 6,
|
||||
|
||||
Layer_navigationbar = 5,
|
||||
Layer_top = 6,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -227,7 +227,7 @@ export class ViewManager extends Component {
|
||||
i_openData,
|
||||
callBack,
|
||||
i_prefab,
|
||||
"tips"
|
||||
"top"
|
||||
);
|
||||
} else {
|
||||
logger.log("打开界面:", i_prefab);
|
||||
|
||||
Reference in New Issue
Block a user