static

message-detail.js 295B

    require(["ipuUI", "jquery", 'tool'], function (ipuUI, $, tool) { $(function () { // 分享功能,可能可以提取一下,别的页面复用 $(".toolbar-more-action").click(function () { tool.action(function (action) { console.log(action); }); }); }); });