Commit 501d7721 by 冷斌

推广

parent 9585f578
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "{:U('home/User/applySpiltWithdraw')}", url: "{:U('home/User/applySpiltWithdraw')}",
data: "tw_type='wxpay'&exchange_balance=" + _this.value + "&card_id=", data: "tw_type=wxpay&exchange_balance=" + _this.value + "&card_id=",
dataType: "json", dataType: "json",
success: function (res) { success: function (res) {
if (typeof (res) != 'object') { if (typeof (res) != 'object') {
......
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