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=4647&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: 1746242155,
nonceStr: 'I80j3mE2YF5RU6mz',
signature: 'c96c66ec1836233ed02f4708c3379363ce82d536',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5927\u7406\u767d\u65cf\u81ea\u6cbb\u5dde\u4eba\u6c11\u533b\u9662-\u4f60\u4eec\u5b88\u62a4\u6d31\u6d77 \u6211\u4eec\u5b88\u62a4\u4f60","smalltext":"\u8fd1\u5e74\u6765\uff0c\u5927\u7406\u5e02\u59cb\u7ec8\u7262\u8bb0\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u201c\u4e00\u5b9a\u8981\u628a\u6d31\u6d77\u4fdd\u62a4\u597d\u201d\u7684\u6bb7\u6bb7\u5631\u6258\uff0c\u628a\u6d31\u6d77\u4fdd\u62a4\u4f5c\u4e3a\u8bb2\u653f\u6cbb\u3001\u6562\u62c5\u5f53\u548c\u8d2f\u5f7b\u843d\u5b9e\u4e60\u8fd1\u5e73\u751f\u6001\u6587\u660e\u601d\u60f3\u7684\u91cd\u8981\u8868\u73b0\uff0c\u5e7f\u5927\u7684\u6d31\u6d77\u4fdd\u62a4\u6cbb\u7406\u5de5\u4f5c\u4eba\u5458\u8f9b\u52e4","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4647"};
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 () {
}
});
});
}