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=4713&classid=11&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: 1743764820,
nonceStr: 'YJ951FGAsHBk6hdI',
signature: '6e5dc3af6e818e3b5574f4ef2f2fa485f79526bf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u60e0\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662-\u8ba9\u4eba\u6587\u4e4b\u5149\u7167\u4eae\u4e09\u9662\u53d1\u5c55\u4e4b\u8def","smalltext":"\u5e7f\u4e1c\u60e0\u5dde\u81ea\u53e4\u5c31\u6709\u201c\u5cad\u4e1c\u96c4\u90e1\u201d\u4e4b\u79f0\uff0c\u662f\u56fd\u5bb6\u5386\u53f2\u6587\u5316\u540d\u57ce\uff0c\u66f4\u662f\u4e00\u65b9\u7ea2\u8272\u70ed\u571f\u3002\u60e0\u5dde\u662f\u8f9b\u4ea5\u9769\u547d\u7b56\u6e90\u5730\u4e4b\u4e00\uff1b\u662f\u4e2d\u56fd\u9996\u6279\u82cf\u7ef4\u57c3\u653f\u6743\u8bde\u751f\u5730\u4e4b\u4e00\uff1b\u662f\u4e1c\u6c5f\u7eb5\u961f\u6307\u6325\u90e8\u6240\u5728\u5730\uff1b\u53f6\u633a\u5c06\u519b\u8bde\u751f\u4e8e\u60e0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4713"};
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 () {
}
});
});
}