|
@@ -126,7 +126,7 @@
|
|
|
str += "<td style='width: 200px'>" + item.app_id + "</td>";
|
|
|
str += "<td style='width: 100px'>" + item.secret_key + "</td>";
|
|
|
str += "<td style='width: 100px'>" + item.phone + "</td>";
|
|
|
- str += "<td style='width: 100px'>" + item.money + "</td>";
|
|
|
+ str += "<td style='width: 100px'>" + (item.money / 100) + "</td>";
|
|
|
str += "<td class='handle' style='width: 100px'><a href=\"/page/moneyRechargePage?appId=" + item.app_id + "\">余额充值</a><a href=\"/page/chooseProductPage?appId=" + item.app_id + "\">购买产品</a></td>";
|
|
|
|
|
|
str += "</tr>";
|
|
@@ -231,8 +231,8 @@
|
|
|
data: param,
|
|
|
success: function (r) {
|
|
|
// if (r.code === 0) {
|
|
|
- alert(JSON.stringify(r))
|
|
|
- // $(".result").html(r)
|
|
|
+ alert(JSON.stringify(r))
|
|
|
+ // $(".result").html(r)
|
|
|
// } else {
|
|
|
//
|
|
|
// }
|