|
@@ -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']}}", // 分享图标
|
|
|
|
|
|
};
|