优化弹出框,减少等待时间
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
|
||||
if (out.status == 0) {
|
||||
// layer.msg("操作成功")
|
||||
layer.alert('你成功了', {icon: 1},function(index){
|
||||
layer.alert('你成功了', {icon: 1,shade:0.3,time:1000},function(index){
|
||||
window.location.reload();
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user