mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update index.html
解决菜单选事件提交后菜单总是变成扫描二维码的错误
This commit is contained in:
parent
8132fc55b9
commit
2a8e7b80e3
@ -259,6 +259,13 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
//解决菜单选事件提交后菜单总是变成扫描二维码的错误
|
||||||
|
$edit.find('input').on('click', function () {
|
||||||
|
$span.data(this.name, $(this).val() || $(this).html());
|
||||||
|
if (type === 'event') {
|
||||||
|
this.value === $span.data('content');
|
||||||
|
}
|
||||||
|
});
|
||||||
// 显示参数编辑器
|
// 显示参数编辑器
|
||||||
$('.editor-content-input').html($edit);
|
$('.editor-content-input').html($edit);
|
||||||
// 跳转网页处理选择器切换,事件监听
|
// 跳转网页处理选择器切换,事件监听
|
||||||
@ -352,4 +359,4 @@
|
|||||||
padding-top: 40px
|
padding-top: 40px
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{/block}
|
{/block}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user