|
@@ -170,13 +170,15 @@ namespace GFGGame
|
|
|
{
|
|
|
jumpIndex = adCfg.jumpParamArr[0];
|
|
|
}
|
|
|
+ if (adCfg.jumpId == nameof(ClothingSyntheticView))
|
|
|
+ {
|
|
|
+ param = new object[] { adCfg.jumpParamArr[0] };
|
|
|
+ }
|
|
|
|
|
|
if (jumpIndex != 0)
|
|
|
ViewManager.Show($"GFGGame.{adCfg.jumpId}", jumpIndex);
|
|
|
else
|
|
|
ViewManager.Show($"GFGGame.{adCfg.jumpId}", param);
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
}
|