去掉测试
This commit is contained in:
parent
6c3f2225ce
commit
8e7bae5ac9
@ -175,6 +175,3 @@ function initslick(){
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
$(function () {
|
|
||||||
|
|
||||||
});
|
|
@ -3,7 +3,6 @@ $(function() {
|
|||||||
var vm = new Vue({
|
var vm = new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
data: {
|
data: {
|
||||||
reactdata: '222',
|
|
||||||
name: '',
|
name: '',
|
||||||
phone: '',
|
phone: '',
|
||||||
email: '',
|
email: '',
|
||||||
|
@ -145,10 +145,6 @@ $(function() {
|
|||||||
}else{
|
}else{
|
||||||
this.selectedBrand = brand;
|
this.selectedBrand = brand;
|
||||||
}
|
}
|
||||||
|
|
||||||
// window.location.href = 'brand.html?id=' + brand
|
|
||||||
// 这里可以添加点击后的逻辑,比如跳转到品牌页面
|
|
||||||
// console.log('选中品牌:', brand);
|
|
||||||
this.fetchData()
|
this.fetchData()
|
||||||
},
|
},
|
||||||
selectenergy(item) {
|
selectenergy(item) {
|
||||||
@ -157,9 +153,6 @@ $(function() {
|
|||||||
}else{
|
}else{
|
||||||
this.selectedenergy = item.id
|
this.selectedenergy = item.id
|
||||||
}
|
}
|
||||||
// window.location.href = 'brand.html?id=' + brand
|
|
||||||
// 这里可以添加点击后的逻辑,比如跳转到品牌页面
|
|
||||||
// console.log('选中:', item);
|
|
||||||
this.fetchData()
|
this.fetchData()
|
||||||
},
|
},
|
||||||
prevPage() {
|
prevPage() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user