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,
@@ -439,24 +439,6 @@
                    data: {
                        action: 'copy'
                    }
                })
            },
            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)