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=6607&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: 1746134810,
nonceStr: '1jvh2oy7JSq168OL',
signature: '10c0cf9ebbc745f7a63f1a841401f79d746bceca',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662:\u98df\u5802\u6625\u8282\u4e0d\u6253\u70ca,\u201c\u98df\u201d\u4e8b\u5230\u5fc3\u95f4","smalltext":"\u6625\u8282\uff0c\u9616\u5bb6\u56e2\u5706\u7684\u559c\u5e86\u4e4b\u65e5\uff0c\u6709\u65e0\u6570\u7684\u533b\u52a1\u4eba\u5458\u653e\u5f03\u4e0e\u5bb6\u4eba\u56e2\u805a\uff0c\u594b\u6218\u5728\u4e34\u5e8a\u4e00\u7ebf\u3002\u7136\u800c\uff0c\u533b\u9662\u91cc\u8fd8\u6709\u8fd9\u4e48\u4e00\u7fa4\u4eba\uff0c\u4ed6\u4eec\u4e0d\u662f\u533b\u52a1\u4eba\u5458\uff0c\u4f46\u4e3a\u4e86\u8282\u65e5\u671f\u95f4\u503c\u73ed\u7684\u540c\u4e8b\u53ca\u4f4f\u9662\u60a3\u8005\u80fd\u5403\u4e0a\u79f0\u5fc3\u53ef\u53e3\u7684\u996d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6607"};
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 () {
}
});
});
}