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=1707&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: 1747168014,
nonceStr: 'YmMmE2uNaWOhGiN2',
signature: '58f3a37713ac7408f3ddbcbfb2e725dad78b1857',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5b66\u7740\u8bb0\u8005\u7684\u6a21\u6837\u201c\u8bb0\u7740\u201d\u53ea\u56e0\u6218\u6597\u5728\u4e00\u7ebf\u503c\u5f97","smalltext":"\u3000\u3000\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u75ab\u60c5\u5c1a\u672a\u80fd\u9000\u5374\uff0c\u5e76\u7275\u52a8\u7740\u6bcf\u4e00\u4e2a\u4eba\u7684\u5fc3\u3002\u5728\u6297\u51fb\u75ab\u60c5\u4e00\u7ebf\uff0c\u6709\u9006\u884c\u800c\u4e0a\u7684\u767d\u8863\u6218\u58eb\u3001\u6709\u505a\u597d\u201c\u7cae\u8349\u201d\u51c6\u5907\u7684\u540e\u52e4\u961f\u4f0d\u3001\u6709\u7ad9\u5c97\u4e00\u7ebf\u7684\u884c\u653f\u7ba1\u7406\u4eba\u5458\u2026\u2026\u592a\u591a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1707"};
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 () {
}
});
});
}