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=3421&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: 1745135958,
nonceStr: 'KcwFQ0e2xzncZL4y',
signature: 'add26f521568baeb15142ff488d3ead8b7380c6d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e73\u4e50\u9aa8\u4f24\u79d1\u533b\u9662\uff1a\u8fd9\u4efd\u7684\u793c\u7269\u597d\u795e\u5947\uff0c\u533b\u751f\u6536\u5230\u4e8610\u526f\u62d0\u6756","smalltext":"\u7ecf\u5e38\u6709\u4e3a\u533b\u52a1\u4eba\u5458\u9001\u6696\u5fc3\u5916\u5356\u7684\uff0c\u4f46\u4eca\u5929\u6df1\u5733\u5e73\u4e50\u9aa8\u4f24\u79d1\u533b\u9662\uff08\u6df1\u5733\u5e02\u576a\u5c71\u533a\u4e2d\u533b\u9662\uff09\u7f57\u6e56\u9662\u533a\u6025\u8bca\u79d1\u6536\u5230\u7684\u786e\u662f\u4e00\u4efd\u8fdf\u5230\u4e86\u6570\u6708\uff0c\u53c8\u5f88\u7279\u522b\u5f97\u6696\u5fc3\u793c\u7269\u2014\u201410\u526f\u62d0\u6756\u3002\u201c\u62a4\u58eb\uff0c\u8bf7\u6536\u4e00\u4e0b\u8d27\uff0c\u4f60\u4eec","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3421"};
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 () {
}
});
});
}