Commit 8979de4e authored by zhengke's avatar zhengke

修改

parent 2069b0e4
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
res => { res => {
this.loading = false; this.loading = false;
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.Success(res.data.message); this.Success('提现成功');
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
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