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=3735&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: 1745108649,
nonceStr: 'bVWMptXgiFnxmY0K',
signature: 'a74e20369236462f80be31aa5f9d872487268fcc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\uff1a90\u540e\u5f5d\u65cf\u5c0f\u4f19\u7684\u6276\u8d2b\u6545\u4e8b","smalltext":"\u4e2a\u4eba\u6863\u6848\uff1a\u59d3\u540d\uff1a\u5f20\u5bcc\u5175\u5de5\u4f5c\u5355\u4f4d\uff1a\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u804c\u52a1\uff1a\u51c9\u5c71\u5f5d\u65cf\u81ea\u6cbb\u5dde\u666e\u683c\u53bf\u7279\u8865\u4e61\u80dc\u5229\u6751\u9a7b\u6751\u5de5\u4f5c\u961f\u5458\u4e00\u8d77\u6765\u4e86\u89e3\u4e0b\u4ed6 \u51fa\u751f\u5728\u7d20\u6709\u201c\u5c0f\u51c9\u5c71\u201d\u4e4b\u79f0\u7684\u56db\u5ddd\u7701\u4e50\u5c71\u5e02\u9a6c\u8fb9\u5f5d\u65cf","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3735"};
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 () {
}
});
});
}