页签创建标题优先data-title属性(I4MC5L)
This commit is contained in:
parent
1c8f55c2c1
commit
47bd3c4c10
@ -262,7 +262,7 @@ $(function() {
|
||||
// 获取标识数据
|
||||
var dataUrl = $(this).attr('href'),
|
||||
dataIndex = $(this).data('index'),
|
||||
menuName = $.trim($(this).text()),
|
||||
menuName = $(this).data('title') || $.trim($(this).text()),
|
||||
isRefresh = $(this).data("refresh"),
|
||||
flag = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user