|
@@ -97,7 +97,14 @@
|
|
signature: "{{$wechat->get('signature')}}",
|
|
signature: "{{$wechat->get('signature')}}",
|
|
jsApiList: ['updateAppMessageShareData','updateTimelineShareData','openLocation']
|
|
jsApiList: ['updateAppMessageShareData','updateTimelineShareData','openLocation']
|
|
});
|
|
});
|
|
-
|
|
+ wx.checkJsApi({
|
|
|
|
+ jsApiList: ['updateAppMessageShareData','updateTimelineShareData','openLocation'],
|
|
|
|
+ success: function(res) {
|
|
|
|
+ console.log(res);
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ });
|
|
wx.ready(function () {
|
|
wx.ready(function () {
|
|
wx.updateAppMessageShareData({
|
|
wx.updateAppMessageShareData({
|
|
title: '{{empty($share_title) ? '聚才网' : $share_title}}',
|
|
title: '{{empty($share_title) ? '聚才网' : $share_title}}',
|