提交 44b10f60 编写于 作者: 智布道's avatar 智布道 👁

👽 鼠标点击弹出气泡文字,默认不显示,只有在后台配置了弹出文字后才会显示

上级 86256d9c
......@@ -406,7 +406,7 @@
var bubbleIndex = 0;
$('body').click(function (e) {
bubbleIndex = bubbleIndex >= _tip.length ? 0 : bubbleIndex;
if (!e.originalEvent) {
if (!e.originalEvent || bubbleIndex === 0) {
return;
}
var x = e.originalEvent.x || e.originalEvent.layerX || 0;
......
......@@ -167,7 +167,7 @@
editorPlaceholder: '${config.editorPlaceholder}',
editorAlert: '${config.editorAlert}',
dynamicTitle: '${config.dynamicTitle}',
bubbleWord: '${config.bubbleWord}' || '法制,爱国,敬业,诚信,友善,富强,民主,文明,和谐,自由,平等,公正',
bubbleWord: '${config.bubbleWord}',
};
var oauthConfig = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册