yzh
2022-04-29 4214efaa804bf6f94b28a6db6b099523df9b3252
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)%>;