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=2507&classid=12&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: 1746158229,
nonceStr: 'OKGRnTiNh4LbgIt6',
signature: 'da766a4515379c952236dadf53a61dea0b49544d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u542f\u4e1c\u5e02\u4eba\u6c11\u533b\u9662\u9646\u5065\u6cc9\uff1a\u533b\u8005\u4ec1\u5fc3\uff0c\u6e90\u4e8e\u771f\u5fc3\u3001\u6052\u5fc3\u3001\u6c11\u5fc3","smalltext":"\u533b\u8005\u4ec1\u5fc3\uff0c\u6e90\u4e8e\u771f\u5fc3\u3001\u6052\u5fc3\u3001\u6c11\u5fc3\uff0c\u8fd9\u662f\u4ed6\u4ece\u533b\u4e4b\u8def\u7684\u771f\u5b9e\u5199\u7167\uff0c\u4e5f\u662f\u4ed6\u4e2a\u4eba\u7684\u6267\u8457\u8ffd\u6c42\u3002\u4e34\u5371\u53d7\u547d\uff0c\u4ed6\u662f\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u6218\u5f79\u7684\u6307\u6325\u5b98\u3002\u9762\u5bf9\u75ab\u60c5\uff0c\u4ed6\u52c7\u5f80\u76f4\u524d\uff0c\u51b2\u5728\u4e00\u7ebf\uff0c\u4ee5\u6700\u4e25\u6807\u51c6\u3001\u6700\u5b9e\u4f5c\u98ce\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2507"};
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 () {
}
});
});
}