zhaojs
2023-06-27 35af2b609e0bdc77220dbc99f96ee3bc0ac3f6d2
public/html/fengqiangbang.html
@@ -29,11 +29,17 @@
        
        var _config = {
            appKey: 'bkuibk',//此处替换成用户appKey
            jumpGoodsUrl: function (items,sourceType,faction) {   //默认直接转链
            jumpGoodsUrl: function (items,sourceType) {   //默认直接转链
                var url='/pages/goods/goodsDetail?id=' + items.goodsid;
                switch(sourceType)
                {
                    case "jd":
                        url='/pages/goods/goodsDetail?info=' + JSON.stringify(items)
                        break;
                }
                uni.navigateTo({
                  url: '/pages/goods/goodsDetail?id=' + items.goodsid+"&sourceType="+sourceType+"&faction="+faction
                  url: url
                });
              //  return '/pages/goods/goodsDetail?id=' + items.goodsid; //替换为详细页面的地址
            }
        };
    </script>
@@ -455,7 +461,7 @@
                        case "pdd":faction="p";break;
                        case "dy":faction="d";break;
                    }
                    _config.jumpGoodsUrl(items,this.platid,faction);
                    _config.jumpGoodsUrl(items,this.platid);
                }
                return;
                var params = {