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=3139&classid=13&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: 1743633013,
nonceStr: 'upVYZlZdyxPJAX5K',
signature: 'f80c28ab0ad6ad9146f3248814247a99fabd55d8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u6297\u75ab\u56e2\u961f\uff1a\u805a\u662f\u4e00\u628a\u706b\uff0c\u6563\u4f5c\u6ee1\u5929\u661f","smalltext":"\u81ea\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u5728\u8fd9\u573a\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\u4e2d\uff0c\u6d8c\u73b0\u51fa\u4e86\u8bb8\u591a\u4ee4\u4eba\u52a8\u5bb9\u7684\u6545\u4e8b\uff0c\u6709\u7684\u611f\u4eba\u6cea\u4e0b\uff0c\u6709\u7684\u5e73\u51e1\u5374\u603b\u80fd\u89e6\u52a8\u4f60\u5185\u5fc3\u6700\u6e29\u67d4\u7684\u5fc3\u5f26\u2026\u2026\u4e24\u4e2a\u591a\u6708\u7684\u65e5\u591c\u594b\u6218\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=3139"};
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 () {
}
});
});
}