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=2580&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: 1744329087,
nonceStr: 'Dfk7p8bxo8mW4ULC',
signature: '8f6890459fc36931b543d4324a2a995805994aa3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91d1\u5c71\u536b\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u7231\u7684\u4f9b\u517b","smalltext":"\u832b\u832b\u4eba\u6d77\u4e2d\uff0c\u56e0\u4e3a\u5b89\u5b81\u7597\u62a4\uff0c\u56e0\u4e3a\u7231\u7684\u6e2f\u6e7e\uff0c\u4e00\u4f4d\u8004\u800b\u8001\u4eba\u548c\u6211\u4eec\u4e0a\u6d77\u5e02\u91d1\u5c71\u533a\u91d1\u5c71\u536b\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u5b89\u5b81\u62a4\u58eb\u76f8\u805a\u5728\u4e00\u8d77\u3002\u5979\u662f\u8d70\u5728\u751f\u547d\u8fb9\u7f18\u7684\u60a3\u8005\uff0c\u5e26\u7740\u4e00\u751f\u7684\u6545\u4e8b\u5411\u6211\u4eec\u8d70\u6765\uff1b\u6211\u4eec\u662f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2580"};
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 () {
}
});
});
}