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=1782&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: 1747170052,
nonceStr: '1nd8J6VD30hjKPXM',
signature: '60b1f21587cfe2d9b4a435ed81a2a5e971561c3f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u56e2\u5fc3\u52c7\u6297\u75ab\uff0c\u9752\u6625\u4e07\u5c81","smalltext":"\u9006\u884c\u800c\u4e0a\u8fd9\u4e00\u523b\u6211\u4eec\u662f\u767d\u8863\u6218\u58eb\u5728\u75c5\u6bd2\u9762\u524d\u6211\u4eec\u4e0d\u66fe\u9000\u7f29\u65e0\u6094\u9009\u62e9\u8fd9\u4e00\u6b21\u8a93\u8a00\u5728\u8033\u8fb9\u56de\u54cd\u5728\u5de5\u4f5c\u5c97\u4f4d\u8bf8\u4f4d\u4f7f\u547d\u5149\u8363\u8d1f\u91cd\u524d\u884c\u8fd9\u4e00\u79d2\u65f6\u95f4\u4e0e\u6b7b\u795e\u8d5b\u8dd1\u8bf7\u73cd\u60dc\u773c\u524d\u751f\u547d\u6700\u4e3a\u8d35\u91cd\u9752\u6625\u4e07\u5c81\u8fd9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1782"};
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 () {
}
});
});
}