Commit 70918384 authored by Kimber's avatar Kimber

'update'

parent 78c76995
...@@ -1078,22 +1078,6 @@ ...@@ -1078,22 +1078,6 @@
}, 10 * 1000); }, 10 * 1000);
/* // tab event
var h_tab = this.$el.querySelector("#h_tab");
h_tab.onclick = function(e){
var tag = e.target || e.srcElement;
if(tag.nodeName === 'LI'){
var did = ~~tag.dataset.id;
if(did === 2){
window.open('/datav/natural.html')
}else if(did === 3){
window.open('/datav/watersource.html')
}else if(did === 5){
window.open('/')
};
};
}; */
// 请求三级联动 // 请求三级联动
var arealist = [ var arealist = [
{type:'province'}, {type:'province'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment