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=656&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: 1746341628,
nonceStr: 'xTXAtrq7QrrSkxaj',
signature: 'f2572b2e8c70864aaefa4e9f3d78a5f1892860e1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u77f3\u677f\u6ee9\u536b\u751f\u9662\uff1a\u5efa\u719f\u4eba\u533b\u9662 \u8ba9\u5bb6\u5ead\u533b\u751f\u6210\u60a3\u8005\u670b\u53cb","smalltext":"\u201c\u6709\u75c5\u627e\u5bb6\u5ead\u533b\u751f\uff0c\u4e0d\u518d\u75c5\u6025\u4e71\u6295\u533b\u3002\u201d\u8fd9\u662f\u65b0\u90fd\u533a\u77f3\u677f\u6ee9\u57ce\u4e61\u5c45\u6c11\u7b7e\u7ea6\u5bb6\u5ead\u533b\u751f\u540e\u7684\u5171\u8bc6\u3002\u6211\u8ba4\u4e3a\uff0c\u7b7e\u7ea6\u670d\u52a1\u7684\u521d\u8877\u5c31\u662f\u8981\u5efa\u7acb\u719f\u4eba\u533b\u9662\uff0c\u4eba\u6c11\u7fa4\u4f17\u751f\u75c5\u540e\uff0c\u627e\u5230\u4ed6\u7684\u533b\u751f\u670b\u53cb\uff0c\u7ed9\u5bb6\u5ead\u533b\u751f\u6253","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=656"};
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 () {
}
});
});
}