优化交互

This commit is contained in:
刘祥超
2020-11-09 10:44:40 +08:00
parent edd0c27262
commit c0632b2fb5
2 changed files with 6 additions and 2 deletions

View File

@@ -34,7 +34,9 @@ Tea.context(function () {
} }
this.success = function () { this.success = function () {
teaweb.successToast("保存成功") teaweb.success("保存成功", function () {
teaweb.reload()
})
} }

View File

@@ -18,7 +18,9 @@ Tea.context(function () {
} }
this.success = function () { this.success = function () {
teaweb.successToast("保存成功") teaweb.success("保存成功", function () {
teaweb.reload()
})
} }
/** /**