tusx hace 6 años
padre
commit
c3ba00c486
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/wap/share.blade.php

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

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