大量注文通知修正
This commit is contained in:
parent
3941b2d3b0
commit
387029f9bc
|
|
@ -165,7 +165,7 @@ public class KitchenManager : MonoBehaviour
|
|||
bulkOrderData.productId3,
|
||||
};
|
||||
var completed = gameData.CompletedProductList.Count == orderList.Count(x => x != 0);
|
||||
orderIndicatorView.SetBadgeActive(completed && !achieved);
|
||||
orderIndicatorView.SetBadgeActive(completed && !achieved && !cancelled);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue