浏览代码

feat: pc公共底部关注公众号二维码添加默认值

cuiyalong 1 年之前
父节点
当前提交
e555dd2636
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/web/templates/common/include-footer.html

+ 3 - 0
src/web/templates/common/include-footer.html

@@ -32,6 +32,9 @@
 {{include "/common/baiducc.html"}}
 <!--E-百度统计-->
 <script>
+  $(function(){
+    $('.qr_box img[data-share-img]').attr('src', '/front/share/404')
+  })
   $('a').each(function () {
     $(this).attr('target', '_top')
   })