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=5494&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: 1746120835,
nonceStr: 'y8GLBredjKFY3zWW',
signature: 'ea2aaedb2eea4cdf7b6a8c2624cea338d42c4d4d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4fbf\u6c11\u670d\u52a1\u8f66\u5f00\u901a\u8fd0\u884c","smalltext":"10\u670820\u65e5\uff0c\u4e3a\u65b9\u4fbf\u7fa4\u4f17\u5c31\u8bca\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u201c\u4fbf\u6c11\u670d\u52a1\u8f66\u201d\u6b63\u5f0f\u5f00\u901a\u8fd0\u884c\uff0c\u5168\u7a0b\u514d\u8d39\uff01\u4e3a\u5207\u5b9e\u89e3\u51b3\u7fa4\u4f17\u6765\u9662\u505c\u8f66\u96be\u95ee\u9898\uff0c\u7ecf\u533b\u9662\u524d\u671f\u5145\u5206\u8c03\u7814\u3001\u6e2d\u57ce\u4ea4\u8b66\u5927\u961f\u79ef\u6781\u534f\u8c03\uff0c\u201c\u4fbf\u6c11\u670d\u52a1\u8f66\u201d\u76ee\u524d\u8bbe\u7acb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5494"};
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 () {
}
});
});
}