//给CommonButton添加进入回调
 public static void ComButtonAddEnter(this CommonButton button, UnityAction action)
 {
     button.EnterAddListener(action);
 }