!function() { var e = { title:"【学习强国】专属免流,积分赞不停!", desc: " 学霸!请接好这份属于你的通关秘籍!", link: window.location.href, imgUrl: "http://800.wo.cn/orderchannel/common/wximg/wx_qg.png" }; $.ajax({ url: getRootPath() + "-s1api" + '/jssdk/init', data: "url=" + encodeURIComponent(window.location.href), type: "get", dataType: "json", success: function(n) { wx.config({ debug: !1, appId: n.appId, timestamp: n.timestamp, nonceStr: n.nonceStr, signature: n.signature, jsApiList: ["checkJsApi", "onMenuShareTimeline", "onMenuShareAppMessage"] }), wx.ready(function() { wx.checkJsApi({ jsApiList: ["onMenuShareTimeline", "onMenuShareAppMessage"], success: function(e) {} }), wx.onMenuShareTimeline({ title: e.title, link: e.link, imgUrl: e.imgUrl, success: function() {}, cancel: function() {} }), wx.onMenuShareAppMessage({ title: e.title, desc: e.desc, link: e.link, imgUrl: e.imgUrl, type: "link", dataUrl: "", success: function() {}, cancel: function() {} }), wx.hideMenuItems({ menuList: ["menuItem:copyUrl"] }) }) } }) } ();