define(function (require, exports, module) { require("./widget_modalDialog.js"); var btns = [ { text: "刷新", type: "primary", callback: function () { self.location.reload(); return false; } } ]; $.showModalDialog("您启用12306订票助手扩展才可以使用极速版订票,当前已禁用。请进入“我的应用”中启用 :-(", { image: "/images/cat.png", buttons: btns, closeOnAction: false }); });