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=3888&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: 1746341883,
nonceStr: 'm65Q6XF6jaBlHCXD',
signature: 'e1b794c53872f5f69d7cf1ed8c979874c63958ab',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662:\u4e3e\u884c2021\u5e74\u8fce\u5143\u65e6\u201c\u65b0\u5e74\u7b2c\u4e00\u6b65\u201d\u5f92\u6b65\u6d3b\u52a8","smalltext":"\u4e3a\u4e86\u5021\u5bfc\u5065\u5eb7\u751f\u6d3b\u65b9\u5f0f\uff0c\u4fc3\u8fdb\u5e7f\u5927\u804c\u5de5\u5065\u8eab\u8fd0\u52a8\uff0c\u589e\u5f3a\u56e2\u961f\u7684\u51dd\u805a\u529b\uff0c12\u670826\u65e5\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u5de5\u4f1a\u4e3e\u529e\u4ee52021\u5e74\u8fce\u5143\u65e6\u201c\u65b0\u5e74\u7b2c\u4e00\u6b65\u201d\u4e3a\u4e3b\u9898\u7684\u5f92\u6b65\u6d3b\u52a8\u300212\u670826\u65e5\u4e0a\u53487\uff1a30\u5206\uff0c\u5bd2\u98ce\u51db\u51bd\uff0c\u4f46","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3888"};
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 () {
}
});
});
}