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=3834&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: 1745108773,
nonceStr: 'WbjNZUO8g428ICdW',
signature: 'f23727c87c9784cdefb771046eb6efe49882f146',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6d41\u52a8\u4f53\u68c0\u8f66\u5f00\u8fdb\u4e86\u51ac\u5929\u7684\u7d22\u5c71\u6751","smalltext":"11\u670828\u65e5\u6e05\u66686\u65f630\u5206\uff0c\u8f66\u7a97\u5916\u8fd8\u662f\u4e00\u7247\u6f06\u9ed1\u51b7\u51bd\uff0c\u4f46\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6d41\u52a8\u533b\u9662\u4f53\u68c0\u8f66\u5df2\u7ecf\u8f7d\u7740\u5185\u79d1\u3001\u5916\u79d1\u7b4932\u540d\u533b\u62a4\u4eba\u5458\u51fa\u53d1\u4e86\u3002\u6b64\u884c\u4ed6\u4eec\u524d\u5f80\u7684\u662f\u4f4d\u4e8e\u793c\u6cc9\u53bf\u662d\u9675\u9547\u7684\u7d22\u5c71\u6751\uff0c\u4f34\u968f\u7740\u6f2b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3834"};
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 () {
}
});
});
}