mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
80a8d4c97f
commit
3d349bd868
@ -774,7 +774,7 @@ $(function () {
|
||||
this.setState = function (status, message) {
|
||||
if (message.indexOf('javascript:') === 0) {
|
||||
|
||||
} else if (status === 1) {
|
||||
} else if (status === 1 || (status === 2 && message.indexOf('>>>') > -1)) {
|
||||
that.$title.html('<b class="color-text">' + message + '</b>');
|
||||
that.$percent.addClass('layui-bg-blue').removeClass('layui-bg-green layui-bg-red');
|
||||
} else if (status === 2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user