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=2816&classid=10&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: 1746236834,
nonceStr: 'VYQt3qf1WARRcote',
signature: '51a0bc91a305002aba56b6420daa393f9876bb51',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\uff1a\u81f4\u529b\u6253\u9020\u201c\u6709\u6e29\u5ea6\u7684\u597d\u533b\u9662\u201d","smalltext":"\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\uff0c\u66a8\u6e56\u5317\u533b\u836f\u5b66\u9662\u9644\u5c5e\u4e1c\u98ce\u533b\u9662\uff0c\u4f4d\u4e8e\u4e2d\u56fd\u5361\u8f66\u4e4b\u90fd\u3001\u9053\u6559\u5723\u5730\u3001\u5357\u6c34\u5317\u8c03\u4e2d\u7ebf\u5de5\u7a0b\u8d77\u6e90\u5730\u6e56\u5317\u7701\u5341\u5830\u5e02\u3002\u81ea1927\u5e74\u5efa\u9662\u81f3\u4eca\uff0c\u5df2\u8d70\u8fc790\u4f59\u5e74\u53d1\u5c55\u5386\u7a0b\uff0c\u624e\u6839\u5341\u583050\u5e74\uff0c\u662f\u9102\u897f\u5317","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2816"};
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 () {
}
});
});
}