zhaojs
2023-06-27 0a0d605f68e0f02d518b9106b7433067a18b07c4
public/html/fengqiangbang.html
@@ -31,7 +31,7 @@
            appKey: 'bkuibk',//此处替换成用户appKey
            jumpGoodsUrl: function (items,sourceType) {   //默认直接转链
                var url='';
                if(sourceType=="jd")
                if(sourceType=="jd"||sourceType=="pdd")
                {
                    var itemsStr=Infoformat(JSON.stringify(items));
                    url='/pages/goods/goodsDetail?sourcefrom=fqb&info=' +  encodeURIComponent(itemsStr)
@@ -480,15 +480,16 @@
            },
            handleCdetailFavorite: function (items) {
                if(_config.jumpGoodsUrl){
                    if(this.platid!="tb")
                    switch(this.platid)
                    {
                        this.getItemDetail(items);
                    }
                    else{
                        case "tb":
                        case "pdd":
                        _config.jumpGoodsUrl(items,this.platid);
                            break;
                        case "jd":
                             this.getItemDetail(items);
                             break;
                    }
                }
                return;
                var params = {