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=2037&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: 1747146287,
nonceStr: 'BcURg3C2RR0HDzO5',
signature: 'c829f3964e5799b84e0c3af720514273718eb469',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9694\u79bb\u75c5\u533a\u5c0f\u5a74\u513f\u7684\u4ee3\u7406\u7238\u7238\u548c\u4ee3\u7406\u5988\u5988","smalltext":"\u6bcd\u4eb2\u5728\u4ea7\u540e\u7b2c\u4e8c\u5929\u88ab\u786e\u8bca\u611f\u67d3\u65b0\u51a0\u80ba\u708e\uff0c\u63a5\u7740\u5728\u77ed\u77ed\u51e0\u5929\u5185\uff0c\u7236\u4eb2\u53ca\u5176\u4ed6\u4eb2\u4eba\u76f8\u7ee7\u786e\u8bca\u611f\u67d3\u3002\u8fd9\u4f4d\u521a\u51fa\u751f5\u5929\u7684\u8941\u8913\u4e2d\u7684\u5a74\u513f\uff0c\u5728\u8fd8\u4e0d\u61c2\u5f97\u53bb\u4e3a\u4eb2\u4eba\u62c5\u5fc3\u7684\u65f6\u5019\uff0c\u4e5f\u4e0d\u5e78\u786e\u8bca\u4e86\u3002\u4ed6\u7741\u5f00\u61f5\u61c2\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2037"};
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 () {
}
});
});
}