Commit 8d979550 authored by leiqingsong's avatar leiqingsong

没什么改的我再提交一遍

parent fcb91519
......@@ -345,7 +345,7 @@ export default {
API_Active.createActive(params).then(res => {
if (res.result === "fail") {
this.$toast(res.errorMsg);
return;
return false;
}
this.$toast.success("创建成功");
setTimeout(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment