| | |
| | | window.location.href = url; |
| | | }); |
| | | |
| | | //充值日志 |
| | | /** |
| | | $(document).on("click", ".action-modal-Acctunchargelog", function() { |
| | | var id = $(this).data("id"); |
| | | window.location.href = "GwSpChargeLog.aspx?id=" + id + ""; |
| | | }); |
| | | **/ |
| | | |
| | | $(document).on("click", ".action-modal-Acctunchargelog", function () { |
| | | var spId = $(this).data("id"); |
| | | window.location.href = "GwOrderList.aspx?spId=" + spId + ""; |
| | | }); |
| | | |
| | | var serverIp =<%=Newtonsoft.Json.JsonConvert.SerializeObject(ConfigurationManager.AppSettings["serverIp"])%>; |
| | | var apList =<%=Newtonsoft.Json.JsonConvert.SerializeObject(this.ApList)%>; |