Authored by mlge

种草话题修改

... ... @@ -317,9 +317,9 @@
copy: function(){
//测试环境
// return "http://yoho-community-web.test3.ingress.dev.yohocorp.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1";
// return "http://yoho-community-web.test3.ingress.dev.yohocorp.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1&toplayoutByH5=Y";
//线上的
return "http://m.yohobuy.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1";
return "http://m.yohobuy.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1&toplayoutByH5=Y";
},
afterCopy: function(){
$.messager.show({
... ...