news.js 125 B

12345678
  1. $(function(){
  2. PublicAction.AjaxSend(
  3. {
  4. CORID:'apply_submit',
  5. }
  6. );
  7. })