zhaojs
2023-07-13 f920a9b18a75956a432ea8584ab24e22543a6491
public/html/compareprice.html
@@ -399,7 +399,7 @@
                        "token":this.getUrlPar("token")
                    },
                  
                    url:_this.posturl+'/api/activity/cmsGet',
                    url:_this.posturl+'/api/taoke/get_goods_things',
                    type:"post",
                    dataType:"json",
                    async: false,
@@ -441,25 +441,6 @@
                    }
                })
            },
            getCmsUrl:function(){
                var _this = this;
                _this.loading=true;
                $.ajax({
                    headers:{
                        "token":this.getUrlPar("token")
                    },
                    url:_this.posturl+'/api/activity/cmsGet',
                    type:"post",
                    dataType:"json",
                    async: false,
                    data:{
                    }
                }).done(function(res){
                })
            },
            getUrlPar:function(name)
            {
                var reg=new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
@@ -491,7 +472,7 @@
            },
        },
        mounted:function(){
            this.getGoodsList();
            this.getLikeGoods();
        }
    })
</script>