修改readme+优化跳转

This commit is contained in:
george
2018-08-07 13:23:16 +08:00
parent f986ecf551
commit 43008e4084
4 changed files with 10 additions and 3 deletions

View File

@@ -126,7 +126,7 @@
if (out.status == 0) {
// layer.msg("操作成功")
layer.alert('你成功了', {icon: 1,shade:0.3,time:1000},function(index){
layer.msg('你成功了', {icon: 1,shade:0.3,time:2000},function(index){
window.location.reload();
});
} else {