zhaojs
2023-06-09 3971d0dcb2b8a110147bc27d4263725a59dd8646
public/html/zsz_act.html
@@ -186,7 +186,6 @@
                $.get(todayUrl, function (res) {
                    that.today = res.data;
                })
                console.log('开始请求')
                this.getGoodsList();
            },
            handleIntersectionObserver: function () {},
@@ -214,7 +213,6 @@
            getGoodsList: function () {
                var id = this.active, that = this;
                this.loading = true
                alert(this.getUrlPar("token"));
                $.ajax({
                    headers:{
                        "token":this.getUrlPar("token")