zhaojs
2023-06-27 7e31af9839333650206aa6c4e747e64a12e8835b
public/html/fengqiangbang.html
@@ -29,9 +29,9 @@
        
        var _config = {
            appKey: 'bkuibk',//此处替换成用户appKey
            jumpGoodsUrl: function (items) {   //默认直接转链
            jumpGoodsUrl: function (items,sourceType,faction) {   //默认直接转链
                uni.navigateTo({
                  url: '/pages/goods/goodsDetail?id=' + items.goodsid
                  url: '/pages/goods/goodsDetail?id=' + items.goodsid+"&sourceType="+sourceType+"&faction="+faction
                });
              //  return '/pages/goods/goodsDetail?id=' + items.goodsid; //替换为详细页面的地址
            }
@@ -447,7 +447,15 @@
        methods:{
            handleCdetailFavorite: function (items) {
                if(_config.jumpGoodsUrl){
                    _config.jumpGoodsUrl(items);
                    var faction='t';
                    switch(this.platid)
                    {
                        case "tb":faction="t";break;
                        case "jd":faction="j";break;
                        case "pdd":faction="p";break;
                        case "dy":faction="d";break;
                    }
                    _config.jumpGoodsUrl(items,this.platid,faction);
                }
                return;
                var params = {