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);