| | |
| | | |
| | | 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=' + encodeURIComponent(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> |
| | |
| | | ss:0, |
| | | cid:0, |
| | | type:1, |
| | | posturl:'http://dfg.shop.com', |
| | | //posturl:'http://dfg.shop.com', |
| | | // posturl:'http://dfgapp.ushopvip.com', |
| | | //posturl:'http://appapitest.ushopvip.com', |
| | | posturl:'http://appapitest.ushopvip.com', |
| | | platlist:[ |
| | | { |
| | | id:"tb", |
| | |
| | | case "pdd":faction="p";break; |
| | | case "dy":faction="d";break; |
| | | } |
| | | _config.jumpGoodsUrl(items,this.platid,faction); |
| | | _config.jumpGoodsUrl(items,this.platid); |
| | | } |
| | | return; |
| | | var params = { |