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=2262&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: 1747125302,
nonceStr: 'K63OqUYKmp07bO7G',
signature: '2d8ce59c077459a561f4a7540ba348f998264732',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u6211\u5728\u6df1\u5733\uff0c\u4f46\u6bcf\u5929\u90fd\u7559\u610f\u6b66\u6c49\u7684\u5929\u6c14","smalltext":"\u25a0\u6536\u4fe1\u4eba\uff1a\u6df1\u5733\u5e02\u652f\u63f4\u6e56\u5317\u533b\u7597\u961f\u961f\u5458\u3001\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u5185\u5206\u6ccc\u79d1\u62a4\u58eb\u957f \u5f6d\u601d\u840d\u25a0\u5199\u4fe1\u4eba\uff1a\u5f6d\u601d\u840d\u4e08\u592b \u9676\u6d01\uff08\u534e\u4e3a\u6280\u672f\u6709\u9650\u516c\u53f8\u9ad8\u7ea7\u5de5\u7a0b\u5e08\uff09 \u4eb2\u7231\u7684\u840d\uff1a\u79bb\u5bb6\u53bb\u6b66\u6c49\u5df2\u6709\u4e00\u5468\uff0c\u4f60\u4e00\u5207\u90fd\u8fd8\u597d\u5417\uff1f\u6700","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2262"};
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 () {
}
});
});
}