Commit 1cc1c290 by 冷斌

fix bug

parent 1a5fdbad
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
_this.allow_money = leftover; _this.allow_money = leftover;
layer.msg('提现成功'); layer.msg('提现成功');
} else { } else {
layer.msg(data.msg); layer.msg(d.msg);
} }
} else { } else {
layer.msg(data.msg); layer.msg(data.msg);
......
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