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=4722&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: 1746209139,
nonceStr: '8JbJh1Guv3tHv5d8',
signature: '9600c59ad12558bc8742fd50103c67e004ef90fd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u7279\u6b8a\u7684\u201c\u966a\u4f34\u201d\uff0c\u6709\u8d23\u4efb\u3001\u6709\u6e29\u6696\uff01","smalltext":"\u5728\u533b\u7597\u670d\u52a1\u4e2d\u5fc3\uff0c\u6709\u8fd9\u6837\u4e00\u7fa4\u5fd9\u788c\u7684\u4eba\uff0c\u4ed6\u4eec\u662f\u533b\u751f\uff0c\u662f\u62a4\u58eb\uff0c\u662f\u670d\u52a1\u5458\uff0c\u4f46\u66f4\u50cf\u4eb2\u4eba\uff0c\u5728\u5173\u6ce8\u7559\u89c2\u8005\u5065\u5eb7\u7684\u540c\u65f6\uff0c\u7ed9\u4ed6\u4eec\u5e26\u6765\u6e29\u6696\u5173\u6000\u548c\u9f13\u52b1\uff0c\u4e0e\u4ed6\u4eec\u4e00\u8d77\u5171\u6e21\u8fd9\u4e00\u6bb5\u201c\u96be\u5173\u201d\u2026\u2026\u4e3a\u79ef\u6781\u914d\u5408\u505a\u597d\u6211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4722"};
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 () {
}
});
});
}