dever 7 년 전
부모
커밋
01915d704f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tm/template_dir/bottom.html

+ 1 - 0
tm/template_dir/bottom.html

@@ -72,6 +72,7 @@ function share_button(e, title, url, img, content) {
     if (checkApp()) {
         //e.parent().show();
         e.show();
+        e.find('a').attr('href', 'javascript:;');
         e.click(function()
         {
             WX_share(url, content, title, img);