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=5436&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: 1743703096,
nonceStr: 'f0gfpfrXYC9JhWhQ',
signature: 'e8f509a25b4c90c8456f33b0e6adcdb7fa17ecce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u9996\u63a8\u201c\u51fa\u751f\u533b\u5b66\u8bc1\u660e\u5e8a\u65c1\u529e\u7406\u201d\u670d\u52a1","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u6539\u5584\u4eba\u6c11\u7fa4\u4f17\u5c31\u533b\u611f\u53d7\uff0c\u63d0\u5347\u533b\u9662\u6ee1\u610f\u5ea6\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u8fd1\u65e5\u63a8\u51fa\u4e86\u201c\u51fa\u751f\u533b\u5b66\u8bc1\u660e\u5e8a\u65c1\u529e\u7406\u201d\u7684\u65b0\u4e3e\u63aa\uff0c\u53ef\u7ed9\u65b0\u7238\u7238\u5988\u5988\u4eec\u7701\u4e86\u4e0d\u5c11\u4e8b\u30028\u670815\u65e5\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u5b8c\u6210\u4e86\u9996\u4f8b\u51fa","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5436"};
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 () {
}
});
});
}