Commit e6a89ea8 authored by youjie's avatar youjie

no message

parent 04a02279
...@@ -846,6 +846,7 @@ export default { ...@@ -846,6 +846,7 @@ export default {
this.$message.success("訂單創建成功") this.$message.success("訂單創建成功")
this.goPayHandler(r.data.data) this.goPayHandler(r.data.data)
}else{ }else{
this.CommonJump("/order?type=1", {});
this.$message.error(r.data.message) this.$message.error(r.data.message)
} }
this.loading = false this.loading = false
......
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