notice.php 247 B

123456789
  1. <script>
  2. var $eb = parent._mpApi,back = <?=$backUrl?>;
  3. $eb.notice('{$type}',{
  4. title:'{$msg}',
  5. desc:'{$info}' || null,
  6. duration:<?=$duration?>
  7. });
  8. !!back ? (location.replace(back)) : history.go(-1);
  9. </script>