//给CommonButton添加离开回调
 public static void ComButtonAddExit(this CommonButton button, UnityAction action)
 {
     button.ExitAddListener(action);
 }