111
This commit is contained in:
parent
f78922ec60
commit
ca9a901b5c
4
web/src/x.min.js
vendored
4
web/src/x.min.js
vendored
@ -1403,7 +1403,7 @@ var X = window.X || {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
//设置一级事件中第二个参数
|
//设置一级事件中第二个参数
|
||||||
$(document).on('click','.analysis-zhibiao-list-type2',function(){
|
$(document).off('click','.analysis-zhibiao-list-type2').on('click','.analysis-zhibiao-list-type2',function(){
|
||||||
var obj = $(this);
|
var obj = $(this);
|
||||||
var offset = obj.offset();
|
var offset = obj.offset();
|
||||||
var index = obj.attr("data-index");
|
var index = obj.attr("data-index");
|
||||||
@ -1771,7 +1771,7 @@ var X = window.X || {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// 全局属性选择
|
// 全局属性选择
|
||||||
$(document).on('click',".analysis-overall-situation-attr",function(){
|
$(document).off('click','.analysis-overall-situation-attr').on('click',".analysis-overall-situation-attr",function(){
|
||||||
var obj = $(this);
|
var obj = $(this);
|
||||||
var offset = obj.offset();
|
var offset = obj.offset();
|
||||||
var index = obj.attr("data-index");
|
var index = obj.attr("data-index");
|
||||||
|
Loading…
Reference in New Issue
Block a user