jlpbm.js 236 B

123456789101112131415161718
  1. var _height = $(window).height();
  2. console.log(_height);
  3. $('.Plan_img').height(_height);
  4. $(function(){
  5. /*
  6. * 调用的方法
  7. * */
  8. PublicAction.AjaxSend(
  9. {
  10. CORID:'m_ztbutton', /*操作ID*/
  11. }
  12. );
  13. })