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=3119&classid=5&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: 1745150167,
nonceStr: '5YnjyBv6MB7yBbWJ',
signature: '9526d9452e33cbddf4f72335940c52989c409c53',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\u533b\u9662\uff08\u676d\u5dde\uff09\uff1a\u201c\u4e94\u4e00\u201d\u5047\u671f\u80fd\u5426\u51fa\u6e38\uff1f\u674e\u5170\u5a1f\u9662\u58eb\u8fd9\u6837\u8bf4","smalltext":"\u4eca\u5e742\u67081\u65e5\uff0c73\u5c81\u7684\u674e\u5170\u5a1f\u8d74\u6b66\u6c49\u652f\u63f4\u3002\u51fa\u5f81\u65f6\u5979\u8bf4\uff0c\u201c\u81f3\u4e8e\u4ec0\u4e48\u65f6\u5019\u56de\u6765\u6211\u81ea\u5df1\u8fd8\u6ca1\u8003\u8651\u8fc7\u201d\u3002\u5728\u6b66\u6c49\u768458\u5929\u91cc\uff0c\u674e\u5170\u5a1f\u53ca\u5176\u56e2\u961f\u5e26\u53bb\u7684\u4eba\u5de5\u809d\u6280\u672f\u5728\u4e34\u5e8a\u5e94\u7528\u4e0a\u53d6\u5f97\u4e86\u8f83\u597d\u6210\u6548\u3002\u5904\u4e8e\u7ec6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3119"};
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 () {
}
});
});
}