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=5225&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: 1746159051,
nonceStr: 'KpmGKsJRu3fdEZoO',
signature: '9b938e7dd665d9d4abebc440515a297deb2591a8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4e3a\u9ad8\u9f84\u60a3\u8005\u6210\u529f\u690d\u5165\u65e0\u5bfc\u7ebf\u5fc3\u810f\u8d77\u640f\u5668","smalltext":"3\u67085\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5fc3\u8840\u7ba1\u4e2d\u5fc3\u4e3b\u4efb\u5434\u51ef\u4e3b\u4efb\u5e26\u9886\u7684\u624b\u672f\u56e2\u961f\uff0c\u6210\u529f\u4e3a91\u5c81\u7684\u4e8e\u5a46\u5a46\u690d\u5165Micra\u65e0\u5bfc\u7ebf\u5fc3\u810f\u8d77\u640f\u5668\u3002\u636e\u6089\uff0cMicra\u65e0\u5bfc\u7ebf\u5fc3\u810f\u8d77\u640f\u5668\u5c06\u7535\u6781\u5bfc\u7ebf\u548c\u8109\u51b2\u53d1\u751f\u5668\u5408\u4e8c\u4e3a\u4e00\uff0c\u91cd","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5225"};
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 () {
}
});
});
}