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=4290&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: 1745296935,
nonceStr: 'JmKLte1nsCp9Vzmv',
signature: 'f5b547a3f2bab7f49c1592169a5cf262a1c9e257',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u53f0\u5dde\u5e02\u80bf\u7624\u533b\u9662\u8c22\u9ad8\u6587\uff1a\u660e\u5e74\u518d\u4e0e\u5927\u5bb6\u4e0d\u89c1\u4e0d\u6563","smalltext":"\u7eff\u904d\u5c71\u539f\u767d\u6ee1\u5ddd\uff0c\u5b50\u89c4\u58f0\u91cc\u96e8\u5982\u70df\u3002\u8ffd\u968f\u56db\u6708\u7684\u811a\u6b65\uff0c\u6211\u4eec\u6b65\u5165\u6210\u90fd\u2014\u2014\u90a3\u4e00\u5ea7\u5145\u6ee1\u8bd7\u60c5\u753b\u610f\u7684\u57ce\u5e02\u3002\u6211\u4eec\u4e00\u884c\u4eba\u4ece\u5bb6\u4e61\u6e29\u5cad\u51fa\u53d1\uff0c\u5230\u8fbe\u6210\u90fd\u51e0\u4e4e\u8de8\u8d8a\u4e86\u5927\u534a\u4e2a\u4e2d\u56fd\uff0c\u4e3a\u7684\u6b63\u662f\u53c2\u52a0\u5728\u6210\u90fd\u4e3e\u529e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4290"};
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 () {
}
});
});
}