|
@@ -111,7 +111,7 @@
|
|
|
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 class='handle' style='width: 100px'><a href=\"/page/userRecharge?appId=" + item.app_id + "\">余额充值</a><a href=\"/page/chooseProductPage?appId="+item.app_id+"\">购买产品</a></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>";
|
|
|
}
|
|
@@ -172,7 +172,7 @@
|
|
|
str += "<td class='handle' style='width: 100px;text-align: left'><a href=\"/page/projectListDetail?appId=" + appId + "&key=" + key + "\" >测试接口</a>";
|
|
|
}
|
|
|
if (item.cost_model == 0){
|
|
|
- str += "<a href=\"/page/projectListDetail?appId=" + appId + "\" >剩余量充值</a>"
|
|
|
+ str += "<a href=\"/page/userRecharge?appId=" + appId + "\" >剩余量充值</a>"
|
|
|
}
|
|
|
// else {
|
|
|
//
|