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=2509&classid=12&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: 1743764482,
nonceStr: 'Cbr9M4ngAm9q2wPO',
signature: 'e8cc4c0e0c5d7685c70d6d88588608c3dfd38a9c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\u8fde\u9e3f\u51ef\uff1a\u8eac\u8eab\u8df5\u884c\u533b\u6539 \u575a\u5b88\u59cb\u4e8e\u521d\u5fc3","smalltext":" \u4ed6\u662f\u60a3\u8005\u773c\u4e2d\u6280\u672f\u7cbe\u6e5b\u3001\u533b\u5fb7\u9ad8\u5c1a\u7684\u8fde\u5927\u592b\uff0c\u662f\u8fde\u7eed\u591a\u5e74\u8363\u83b7\u201c\u7fa4\u4f17\u6ee1\u610f\u533b\u9662\u201d\uff08\u201c\u767e\u59d3\u6ee1\u610f\u533b\u9662\u201d\uff09\u8363\u8a89\u79f0\u53f7\u7684\u533b\u9662\u9662\u957f\uff0c\u662f\u4eab\u53d7\u56fd\u52a1\u9662\u653f\u5e9c\u7279\u6b8a\u6d25\u8d34\u7684\u9aa8\u79d1\u4e13\u5bb6\u3001\u5b66\u672f\u5e26\u5934\u4eba\u3002\u4ed6\u662f\u540c\u884c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2509"};
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 () {
}
});
});
}