Authored by mlge

种草--话题修改

... ... @@ -312,9 +312,9 @@
copy: function(){
//测试环境
return "yoho-community-web.test3.ingress.dev.yohocorp.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName");
return "http://yoho-community-web.test3.ingress.dev.yohocorp.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName");
//线上的
return "m.yohobuy.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName");
// return "http://m.yohobuy.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName");
//m.yohobuy.com/grass/topic/:topicId/:topicName
// return $(this).attr("copyValue");
},
... ...