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=3925&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: 1745108995,
nonceStr: 'b5vAXCB6PdS1D8Fz',
signature: '34453877b408a86a70e9bcf919d6a75cdfd7a6f5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5916\u51fa\u518d\u4e5f\u4e0d\u7528\u5148\u627e\u5395\u6240\uff0c 40\u591a\u5e74\u7684\u9690\u75db\u4e0d\u89c1\u4e86\uff01","smalltext":"\u201c\u8c22\u8c22\u590f\u4e3b\u4efb\uff0c\u8c22\u8c22\u6768\u8001\u5e08\uff0c\u4f60\u4eec\u4e00\u4e0b\u5b50\u89e3\u51b3\u4e86\u56f0\u6270\u6211\u51e0\u5341\u5e74\u7684\u5927\u95ee\u9898\uff0c\u522b\u4eba\u5728\u6211\u4e0d\u4f1a\u7b11\u8bdd\u6211\u4e00\u5916\u5c31\u5148\u627e\u5148\u536b\u751f\u95f4\u5566\uff01\u201d1\u67084\u65e5\u4e0a\u5348\uff0c\u672f\u540e\u4e00\u6708\u5728\u533b\u9662\u590d\u8bca\u65f6\uff0c\u542c\u89c1\u590f\u4e3b\u4efb\u8bf4\u5979\u672f\u540e\u4f24\u53e3\u6108\u5408\u5b8c\u597d\uff0c\u809b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3925"};
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 () {
}
});
});
}