Browse Source

advertise

tusx 6 năm trước cách đây
mục cha
commit
8bd38f8e8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/wap/share.blade.php

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

@@ -104,7 +104,7 @@
         timestamp: {{$js_config['timestamp']}}, // 必填,生成签名的时间戳
         nonceStr: "{{$js_config['nonceStr']}}", // 必填,生成签名的随机串
         signature: "{{$js_config['signature']}}",// 必填,签名
-        jsApiList: ['{{implode("','",$js_config['jsApiList'])}}'] // 必填,需要使用的JS接口列表
+        jsApiList: ['onMenuShareQQ', 'onMenuShareWeibo','onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQZone']//['{{implode("','",$js_config['jsApiList'])}}'] // 必填,需要使用的JS接口列表
     };
     var config = {
       //json_encode($share_config)