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=2573&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: 1746210702,
nonceStr: 'LxpkJcupjPOdq9Lz',
signature: 'dec5f3348d9047f7739407eeb6338faef1f4adac',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u5cb3\u9633\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\uff1a\u201c\u5fc3\u8fde\u5fc3\u3001\u4e00\u5bb6\u4eb2\u201d\uff0c\u533b\u60a3\u548c\u8c10\u4e3a\u5927\u7231","smalltext":"\u201c\u5fc3\u8fde\u5fc3\u3001\u4e00\u5bb6\u4eb2\u201d\u662f\u4e00\u4e2a\u7279\u6b8a\u7684\u5fae\u4fe1\u7fa4\u3002\u7fa4\u4e3b\u662f\u4e0a\u6d77\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u5cb3\u9633\u4e2d\u897f\u533b\u7ed3\u5408\u533b\u9662\u80bf\u7624\u4e8c\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u5218\u7389\u91d1\uff0c\u7fa4\u53cb\u662f\u5218\u7389\u91d1\u7684\u75c5\u4eba\u6216\u75c5\u4eba\u5bb6\u5c5e\u3002\u4ed6\u4eec\u539f\u672c\u5e76\u4e0d\u76f8\u8bc6\uff0c\u56e0\u4e3a\u4e0e\u5218\u4e3b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2573"};
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 () {
}
});
});
}