private void OnMsg_propviewClickCollectionItem(MobaMessage msg)
 {
     if (msg.Param != null)
     {
         EffectItem effectItem = (EffectItem)msg.Param;
         this.currEffectItem = effectItem;
         InfoItem component = this.item_Info.GetComponent <InfoItem>();
         component.Init(null != effectItem);
         component.CheckInfoState(effectItem);
     }
 }