新增 menu 基础菜单对 title 属性的默认识别

This commit is contained in:
贤心 2023-02-25 21:42:58 +08:00
parent f847f92054
commit 43172bd2f0

View File

@ -469,6 +469,8 @@ layui.define(['jquery', 'laytpl', 'lay'], function(exports){
othis.addClass(STR_ITEM_CHECKED); //添加选中样式
othis.parents('.'+ STR_ITEM_PARENT).addClass(STR_ITEM_CHECKED2); //添加父级菜单选中样式
options.title = options.title || $.trim(othis.children('.'+ STR_MENU_TITLE).text());
//触发事件
layui.event.call(this, MOD_NAME, 'click('+ filter +')', options);
}