//给CommonButton移除所有点击回调
 public static void ComButtonClearClick(this CommonButton button)
 {
     button.ClickRemoveAllListeners();
 }