From 8e7bae5ac911077e4fd6880aaf5986d139a7cc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E5=BF=B5?= Date: Mon, 9 Jun 2025 13:44:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/brand.js | 5 +---- assets/js/index.js | 1 - assets/js/newcar.js | 7 ------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/assets/js/brand.js b/assets/js/brand.js index ec9d8ae..af82827 100755 --- a/assets/js/brand.js +++ b/assets/js/brand.js @@ -174,7 +174,4 @@ function initslick(){ }, ], }); -} -$(function () { - -}); \ No newline at end of file +} \ No newline at end of file diff --git a/assets/js/index.js b/assets/js/index.js index 7fe535b..0356f06 100755 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -3,7 +3,6 @@ $(function() { var vm = new Vue({ el: '#app', data: { - reactdata: '222', name: '', phone: '', email: '', diff --git a/assets/js/newcar.js b/assets/js/newcar.js index e34e98b..a51f997 100755 --- a/assets/js/newcar.js +++ b/assets/js/newcar.js @@ -145,10 +145,6 @@ $(function() { }else{ this.selectedBrand = brand; } - - // window.location.href = 'brand.html?id=' + brand - // 这里可以添加点击后的逻辑,比如跳转到品牌页面 - // console.log('选中品牌:', brand); this.fetchData() }, selectenergy(item) { @@ -157,9 +153,6 @@ $(function() { }else{ this.selectedenergy = item.id } - // window.location.href = 'brand.html?id=' + brand - // 这里可以添加点击后的逻辑,比如跳转到品牌页面 - // console.log('选中:', item); this.fetchData() }, prevPage() {