更改未安装扩展提醒文案
This commit is contained in:
parent
55095a4db2
commit
37bdc69200
@ -138,17 +138,33 @@
|
||||
});
|
||||
};
|
||||
exports.showNonExtensionInstall = function () {
|
||||
$.showModalDialog("您需要安装最新版12306订票助手扩展才可以使用极速版订票。请安装后刷新此页面 :-)", {
|
||||
$.showModalDialog("您需要安装<u>猎豹浏览器</u>和<u>最新版12306订票助手扩展</u>才可以使用极速版订票。请安装后刷新此页面 :-)", {
|
||||
image: "/images/cat.png",
|
||||
buttons: [
|
||||
{
|
||||
text: "立刻安装",
|
||||
text: "安装猎豹浏览器",
|
||||
type: "primary",
|
||||
callback: function () {
|
||||
window.open("http://www.fishlee.net/service/download/383/%40name");
|
||||
window.open("http://dl.liebao.cn/coop/KSBrowser_12306.exe");
|
||||
return false;
|
||||
}
|
||||
},
|
||||
{
|
||||
text: "安装扩展",
|
||||
type: "primary",
|
||||
callback: function () {
|
||||
window.open("http://12306.fishlee.net/crx");
|
||||
return false;
|
||||
}
|
||||
},
|
||||
{
|
||||
text: "刷新",
|
||||
type: "default",
|
||||
callback: function () {
|
||||
self.location.reload();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
],
|
||||
closeOnAction: false
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user