Commit 3f6cd657 authored by 秦海涛's avatar 秦海涛

fix: error

parent 277c1f88
...@@ -175,7 +175,7 @@ Component({ ...@@ -175,7 +175,7 @@ Component({
if(success) { if(success) {
this.backList() this.backList()
} else { } else {
this.showFailToast(res.message) this.showFailToast(message)
} }
}, },
showFailToast(text) { showFailToast(text) {
......
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