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=2516&classid=11&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: 1744318711,
nonceStr: '9T6EDZ5exCUMzXTd',
signature: '4546b721576cb815dc43d0df9ad0e04275a39723',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u94a2\u6c34\u94a2\u603b\u533b\u9662\uff1a\u6784\u5efa\u793e\u4f1a\u5fc3\u7406\u670d\u52a1\u4f53\u7cfb\uff0c\u7b51\u8d77\u54c1\u724c\u4e4b\u9b42","smalltext":"\u5728\u201c\u5065\u5eb7\u4e2d\u56fd\u201d\u6218\u7565\u90e8\u7f72\u7684\u6307\u5bfc\u4e0b\uff0c\u4e3a\u5173\u5fc3\u548c\u4fc3\u8fdb\u533b\u52a1\u4eba\u5458\u4ee5\u53ca\u672c\u5730\u533a\u5e02\u6c11\u8eab\u5fc3\u5065\u5eb7\uff0c\u6211\u9662\u542f\u52a8\u5458\u5de5\u5fc3\u7406\u63f4\u52a9\u5de5\u4f5c\uff0c\u540c\u65f6\u4f9d\u6258\u4e8e\u7cbe\u795e\u79d1\u548c\u5eb7\u590d\u533b\u5b66\u79d1\u7b49\u5f3a\u5927\u7684\u4e34\u5e8a\u4e13\u5bb6\u56e2\u961f\uff0c\u6784\u5efa\u793e\u4f1a\u5fc3\u7406\u670d\u52a1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2516"};
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 () {
}
});
});
}