update 音效 - 主题图
This commit is contained in:
@@ -101,25 +101,15 @@ export class NavigationManager {
|
||||
return;
|
||||
}
|
||||
|
||||
const extendedNavigationData = {
|
||||
...navigationData,
|
||||
withTransition: true,
|
||||
transitionType: transitionConfig.incomingTransition,
|
||||
};
|
||||
|
||||
ViewManager.I.openBundlesView(
|
||||
targetPanel,
|
||||
extendedNavigationData,
|
||||
(targetNode) => {
|
||||
this._executeTransition(
|
||||
targetNode,
|
||||
currentPanel,
|
||||
transitionConfig,
|
||||
duration,
|
||||
onComplete
|
||||
);
|
||||
}
|
||||
);
|
||||
ViewManager.I.openBundlesView(targetPanel, navigationData, (targetNode) => {
|
||||
this._executeTransition(
|
||||
targetNode,
|
||||
currentPanel,
|
||||
transitionConfig,
|
||||
duration,
|
||||
onComplete
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -274,7 +264,7 @@ export class NavigationManager {
|
||||
};
|
||||
this.navigateWithTransition(
|
||||
"GirlListPanel",
|
||||
navigationData,
|
||||
themeId,
|
||||
transitionConfig,
|
||||
currentPanel,
|
||||
() => {
|
||||
@@ -370,7 +360,6 @@ export class NavigationManager {
|
||||
const navigationData = {
|
||||
categoryId: categoryId,
|
||||
roleId: roleId,
|
||||
withSlideTransition: true,
|
||||
};
|
||||
|
||||
const transitionConfig: PageTransitionConfig = {
|
||||
|
||||
Reference in New Issue
Block a user