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=942&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: 1747101179,
nonceStr: 'fTN9i7RFdrq2Nbli',
signature: 'd37728bed1ca3c2531c28b78e7decf6981dd0ffa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u9662\u4e3e\u529e\u4e03\u5915\u8054\u8c0a\u4f1a\u52a9\u529b\u804c\u5de5\u201c\u8131\u5355\u201d","smalltext":"\u53c8\u5230\u4e00\u5e74\u4e03\u5915\u8282\uff0c\u7531\u6e05\u6cb3\u53bf\u5987\u8054\u4e3b\u529e\uff0c\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u627f\u529e\u7684 \u201c\u60c5\u5b9a\u4e03\u5915\u201d\u76f8\u4eb2\u8054\u8c0a\u6d3b\u52a8\u5728\u9a6c\u5c6f\u5c71\u6942\u79cd\u690d\u5408\u4f5c\u793e\u4e3e\u884c\uff0c\u6765\u81ea\u6e05\u6cb3\u53bf\u4e2d\u5fc3\u533b\u9662\u3001\u4e2d\u822a\u4e0a\u5927\u96c6\u56e2\u3001\u53bf\u9000\u5f79\u519b\u4eba\u4e8b\u52a1\u5c40\u7b49\u5355\u4f4d\u768436","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=942"};
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 () {
}
});
});
}