ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 提示 tips ``` <span id="click_here" style="cursor:pointer;border-bottom: 1px dashed #666666;">请点击这里</span> <!--弹出的提示表格信息,这里的内容随便填,或者模板中追加或者其他方式--> <div id="approve_tip3" style="display: none;"> </div> // tip:提示3 $('#click_here').on('mouseenter', function () { var approve_table = $("#approve_tip3").html(); //成本中心的表格 tip_index3 = layer.tips(approve_table, '#click_here', { tips: [3,'#ffffff'], area: ['300px', 'auto'], time: 0 }); }).on('mouseleave', function () { layer.close(tip_index3); }); ```