sunjuan 2 年之前
父节点
当前提交
61afdf8824
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      nngkxxdp/src/main/resources/static/natj/dataCenter/culturalTourism.html

+ 9 - 0
nngkxxdp/src/main/resources/static/natj/dataCenter/culturalTourism.html

@@ -182,5 +182,14 @@
     function setFooter(){
         $("#footer").load("https://www.cqna.gov.cn/ggbf_search/ggyr/2022foot/foot.html")
     }
+    //文化旅游菜单切换
+    function thisMonth() {
+        $('.cumulat').removeClass('click');
+        $('.thisMonth').addClass('click');
+    }
+    function cumulat() {
+        $('.cumulat').addClass('click');
+        $('.thisMonth').removeClass('click');
+    }
 </script>
 </html>