'; notify_content = null; notify_options = {}; alertTip = ''; $error_box = $(".flash_error.flash_error_box"); if (notify_options.type === 'error' && $error_box.length > 0 && !$.isEmptyObject(notify_content.message)) { if (notify_content.message === 'captcha_fail') { alertTip = "验证码不正确"; } else if (notify_content.message === 'captcha_expired') { alertTip = "验证码已过期,请点击刷新"; } else if (notify_content.message === 'not_found_in_database') { alertTip = "帐号或者密码错误"; } else if (notify_content.message === 'not_found_and_show_captcha') { alertTip = "帐号或者密码错误"; } else if (notify_content.message === 'phone_captcha_fail') { alertTip = "手机验证码不通过"; } else { alertTip = notify_content.message; } return $error_box.html(alertTip).show(); } else if (notify_content) { if ("members" === 'third_party_binding') { return $('#third_party_binding-message').html(notify_content.message).addClass('ui message red'); } notify_options.delay = 3000; notify_options.template = template; notify_options.offset = { x: 10, y: 30 }; notify_options.element = '#messages-container'; return $.notify(notify_content, notify_options); } }); }).call(this);
288 Star 2.4K Fork 1K

tanghc/code-gen

统计
Fork (1004)
5508314 yc13g 1770169494
2个月 前
3个月 前
3个月 前
3个月 前
815429 gcs008 1625044672
3个月 前
5064834 zym6666 1617060274
3个月 前
7652702 ader2020 1770106062
4个月 前
4个月 前
1709033 aiksyuan 1629422548
5个月 前
5个月 前
16377607 xwhxcj126 1762262619
5个月 前
10400356 rfhua 1705024131
5个月 前
5个月 前
5个月 前
10932672 nova ais 1757039464
6个月 前
6个月 前
1081800 kangjunrng 1578939760
6个月 前
509804 jiangzi001 1605579919
7个月 前
12919072 fanaticalcoder 1699891636
7个月 前
7个月 前
7个月 前
7个月 前
477858 panjunchen 1578925117
8个月 前
8个月 前
818 332148311 1619011950
8个月 前
9个月 前
869673 hxguo 1578934388
9个月 前
674334 todayliao 1578930539
9个月 前
9个月 前
2338764 xiaoxiaogitee 1757913530
10个月 前
10个月 前
10355621 sohov 1655692690
10个月 前
11个月 前
11个月 前
11个月 前
11个月 前
11个月 前
11个月 前
11个月 前
11个月 前
11个月 前
11个月 前
11个月 前
1451093 wywlkjyxgs admin 1713017783
11个月 前
12个月 前
12个月 前
5344219 ming0929rh 1678959222
12个月 前
Java
1
https://gitee.com/durcframework/code-gen.git
[email protected]:durcframework/code-gen.git
durcframework
code-gen
code-gen

搜索帮助