tusx 6 anos atrás
pai
commit
8c375a598e
1 arquivos alterados com 1 adições e 1 exclusões
  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)
         title:"{{$share_config['title']}}",
         desc: "{{$share_config['desc']}}", // 分享描述
-        link: "{{$share_config['link']}}",// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
+        link: "{!! $share_config['link'] !!}",// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
         imgUrl: "{{$share_config['imgUrl']}}", // 分享图标
 
     };