大量注文リストで3番めの遷移先修正
This commit is contained in:
parent
b9506c8413
commit
b8e1f348a3
|
|
@ -211,9 +211,10 @@ public class BulkOrder : MonoBehaviour
|
|||
}
|
||||
itemView3.CookingButton.ThrottleFirst(TimeSpan.FromSeconds(1f)).Subscribe(_ =>
|
||||
{
|
||||
LocalCacheManager.Save(Const.ProductViewTypeTag, ProductViewType.BulkOrder);
|
||||
LocalCacheManager.Save(MaterialNumberTag, 3);
|
||||
LocalCacheManager.Save(PopcornGameManager.CookingDataTag, productData);
|
||||
RecipeSelectDialog.ShowDialog(ProductViewType.BulkOrder);
|
||||
RecipeDetailView.ShowDialog();
|
||||
}).AddTo(itemView3);
|
||||
itemView3.gameObject.SetActive(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue