Commit c417df0f authored by youjie's avatar youjie

no message

parent e8fc14a1
...@@ -221,12 +221,12 @@ ...@@ -221,12 +221,12 @@
this.isSuccessTitle = '试听课开课成功!' this.isSuccessTitle = '试听课开课成功!'
}else{ }else{
this.$q.notify({ this.$q.notify({
icon: "iconfont icon-chenggong", icon: "iconfont icon-chenggong",
color: "accent", color: "accent",
timeout: 2000, timeout: 2000,
message: res.Message, message: res.Message,
position: "top" position: "top"
}); });
} }
this.$emit("success"); this.$emit("success");
} else { } else {
......
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