//给CommonButton添加抬起回调
 public static void ComButtonAddUp(this CommonButton button, UnityAction action)
 {
     button.UpAddListener(action);
 }