暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

users_footer.htm 541B

12345678910111213141516171819
  1. <!-- 底部 -->
  2. <div class="ey-footer">
  3. <footer class="container">
  4. <p>{eyou:global name='web_copyright' /}</p>
  5. </footer>
  6. <script>
  7. //pc左侧菜单栏
  8. $(".sidebar-box a").click(function () {
  9. var menuid = $(this).data('menuid');
  10. console.log(menuid)
  11. if ('undefined' != menuid && 0 < menuid ){
  12. ey_setCookies('left_menu_2024',menuid)
  13. }else{
  14. ey_setCookies('left_menu_2024',0)
  15. }
  16. })
  17. </script>
  18. </body>
  19. </html>