function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=1229&classid=9&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1743632680,
nonceStr: '9m85LyhrMrTL41J5',
signature: '39093180bcfd944b85eaee8e157a172778631705',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u674e\u5e86\uff1a5G\u6311\u6218\u4e0b\u7684\u533b\u5b66\u4eba\u6587\u54c1\u724c\u5efa\u8bbe\u7b56\u7565","smalltext":"\u79d1\u6280\u662f\u4eba\u7c7b\u524d\u8fdb\u7684\u63a8\u52a8\u529b\uff0c\u4f46\u79d1\u6280\u672c\u8eab\u662f\u4e2d\u6027\u7684\uff0c\u5982\u4f55\u7528\u548c\u4e3a\u8c01\u6240\u7528\u662f\u975e\u5e38\u91cd\u8981\u7684\u3002\u6b63\u5982\u6838\u80fd\uff0c\u65e2\u53ef\u5728\u80fd\u6e90\u9886\u57df\u548c\u533b\u5b66\u9886\u57df\u9020\u798f\u4eba\u7c7b\u5343\u79cb\u4e07\u4ee3\uff0c\u4e5f\u80fd\u88ab\u6218\u4e89\u72c2\u4eba\u7528\u4e8e\u6bc1\u706d\u4e16\u754c\u7684\u5927\u6740\u5668\u3002\u4fdd\u6301\u79d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=1229"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}