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=240&classid=3&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: 1743702953,
nonceStr: 'mmTVGqOqogOar9eg',
signature: '3901eaa9ab1c0fe534b3943b3c457c2d3493228d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u8c22\u7130\u950b\uff1a\u613f\u4e3a\u6696\u533b\u505a\u57ab\u811a\u77f3","smalltext":"\u8c22\u7130\u950b\uff0c\u6cd5\u52a1\u4eba\u5458\u3001\u9ad8\u7ea7\u4f01\u4e1a\u4eba\u529b\u8d44\u6e90\u7ba1\u7406\u5e08\u3001\u7ecf\u6d4e\u5e08\uff1b\u6cd5\u5b66\u672c\u79d1\u3001\u4e2d\u56fd\u653f\u6cd5\u5927\u5b66\u8bc1\u636e\u79d1\u5b66\u7814\u7a76\u9662\u6c11\u4e8b\u8bc9\u8bbc\u6cd5\uff08\u533b\u4e8b\u6cd5\u5b66\u65b9\u5411\uff09\u5728\u804c\u7814\u7a76\u751f\uff1b\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\u5ba3\u4f20\u5ba4\u8d1f\u8d23\u4eba\uff0c\u6301\u6cd5\u5f8b\u804c\u4e1a\u8d44\u683c\u8bc1\u3001\u4f01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=240"};
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 () {
}
});
});
}