//给CommonButton移除所有离开回调
 public static void ComButtonClearExit(this CommonButton button)
 {
     button.ExitRemoveAllListeners();
 }