Showing
1 changed file
with
2 additions
and
2 deletions
@@ -317,9 +317,9 @@ | @@ -317,9 +317,9 @@ | ||
317 | copy: function(){ | 317 | copy: function(){ |
318 | 318 | ||
319 | //测试环境 | 319 | //测试环境 |
320 | -// return "http://yoho-community-web.test3.ingress.dev.yohocorp.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1"; | 320 | +// return "http://yoho-community-web.test3.ingress.dev.yohocorp.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1&toplayoutByH5=Y"; |
321 | //线上的 | 321 | //线上的 |
322 | - return "http://m.yohobuy.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1"; | 322 | + return "http://m.yohobuy.com/grass/topic/" +$(this).attr("dataId") +"/"+ $(this).attr("dataName")+"?headerid=-1&toplayoutByH5=Y"; |
323 | }, | 323 | }, |
324 | afterCopy: function(){ | 324 | afterCopy: function(){ |
325 | $.messager.show({ | 325 | $.messager.show({ |
-
Please register or login to post a comment