浏览代码

advertise

tusx 6 年之前
父节点
当前提交
8c375a598e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/wap/share.blade.php

+ 1 - 1
resources/views/wap/share.blade.php

@@ -110,7 +110,7 @@
       //json_encode($share_config)
       //json_encode($share_config)
         title:"{{$share_config['title']}}",
         title:"{{$share_config['title']}}",
         desc: "{{$share_config['desc']}}", // 分享描述
         desc: "{{$share_config['desc']}}", // 分享描述
-        link: "{{$share_config['link']}}",// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
+        link: "{!! $share_config['link'] !!}",// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
         imgUrl: "{{$share_config['imgUrl']}}", // 分享图标
         imgUrl: "{{$share_config['imgUrl']}}", // 分享图标
 
 
     };
     };