Authored by mlge

种草--话题修改

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