zhaojs
2023-07-13 a68df46561ea9f551576849591afa9ae0caf90a7
public/html/compareprice.html
@@ -28,7 +28,6 @@
        {
            width: 95%;
            margin: 0 auto;
            min-height: 23rem;
            margin-top: 5.3rem;
            position:relative;
        }
@@ -104,7 +103,7 @@
            width: 100%;
            text-align: center;
            margin: 0 auto;
            line-height: 6.2rem;
            line-height: 1.2rem;
            color: #a69b9b;
            font-size: 14px;
        }
@@ -399,7 +398,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,
@@ -418,7 +417,7 @@
            {
                uni.postMessage({
                    data: {
                        action: 'getlike'
                        action: 'copy'
                    }
                })
            },
@@ -439,25 +438,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)
@@ -491,7 +471,10 @@
            },
        },
        mounted:function(){
            this.getGoodsList();
            var that=this;
            document.addEventListener('UniAppJSBridgeReady', function() {
                that.getLikeGoods();
            });
        }
    })
</script>