...
|
...
|
@@ -262,7 +262,8 @@ $(document).on("click", "#viewUrl", function () { |
|
|
"<tr><td><a class=\"btn btn-xs btn-success info-copy\" data-clipboard-text='http://search.yohobuy.com/?productPool="+item.id+"&title="+item.poolName+"' >【PC】</a></td><td style=\"padding-top:15px \">http://search.yohobuy.com/?productPool="+item.id+"&title="+item.poolName+"</td></tr>"+
|
|
|
"<tr><td><a class=\"btn btn-xs btn-success info-copy\" data-clipboard-text='http://search.m.yohobuy.com/?filter_poolId="+item.id+"&title="+item.poolName+"'>【H5】</a></td><td style=\"padding-top:15px \">http://search.m.yohobuy.com/?filter_poolId="+item.id+"&title="+item.poolName+"</td></tr>"+
|
|
|
"<tr><td><a class=\"btn btn-xs btn-success info-copy\" data-clipboard-text='http://search.m.yohobuy.com/?filter_poolId="+item.id+"&title="+item.poolName+"&openby:yohobuy={\"action\":\"go.poollist\",\"params\":{\"title\":\""+item.poolName+"\",\"productPool\":\""+item.id+"\"}}'>【APP】</a></td><td >http://search.m.yohobuy.com/?filter_poolId="+item.id+"&title="+item.poolName+"&openby:yohobuy={\"action\":\"go.poollist\",\"params\":{\"title\":\""+item.poolName+"\",\"productPool\":\""+item.id+"\"}}"+"</td></tr>"+
|
|
|
"</table>";
|
|
|
"<tr><td><a class=\"btn btn-xs btn-success info-copy\" data-clipboard-text='/pages/goodsList/productPool?productPool="+item.id+"&title="+item.poolName+"'>【小程序】</a></td><td style=\"padding-top:15px \">/pages/goodsList/productPool?productPool="+item.id+"&title="+item.poolName+"</td></tr>"+
|
|
|
"</table>";
|
|
|
common.dialog.confirm("商品池链接", html, function () {
|
|
|
|
|
|
});
|
...
|
...
|
|