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=2044&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: 1747146071,
nonceStr: 'NFQx9gHXqkeVHaiv',
signature: 'c3abd2b4f2e1da128b7cd6fb16db433fbaa497a4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u81f4\u656c\uff01\u786c\u6838\u201c\u8001\u5175\u201d\u9a6c\u58eb\u6052\u91cd\u8fd4\u6218\u573a","smalltext":"2\u670822\u65e5\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u51b3\u5b9a\u9a6c\u58eb\u6052\u7ed3\u675f\u4f11\u6574\u56de\u79d1\u5de5\u4f5c\uff0c\u7ee7\u7eed\u8d1f\u8d23\u53d1\u70ed\u95e8\u8bca\u548c\u6240\u6709\u9694\u79bb\u75c5\u533a\u7ba1\u7406\u5de5\u4f5c\u3002\u9a6c\u58eb\u6052\u4e3b\u4efb\u8981\u56de\u4e00\u7ebf\u5de5\u4f5c\u4e86\uff01\u4e00\u65f6\u95f4\u6d88\u606f\u4f20\u904d\u5168\u9662\u30022\u670810\u65e5\uff0c\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\u542f\u52a8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2044"};
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 () {
}
});
});
}