yzh
2022-05-10 8642cc943c7e803834d1553eb97de3bad1a0fae1
web/web/GwSp.aspx
@@ -193,10 +193,18 @@
                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)%>;