Commit 4290e703 by 宋毅

tj

parent cb227864
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
payAccount: "", payAccount: "",
}; };
this.$root.postReq("/web/auth/userCtl/invoice", obj).then(res => { this.$root.postReq("/web/auth/userCtl/invoice", obj).then(res => {
var result = JSON.parse(rtn.stdout); var result = JSON.parse(res.stdout);
if (result.status == 0) { if (result.status == 0) {
this.$root.pushx({ this.$root.pushx({
title: '', title: '',
......
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