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=4897&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: 1743764805,
nonceStr: 'fpcuoG392WcyQPrZ',
signature: 'a5140e1e0c5dcec86483d95af01b92f6f3e6c52e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u9f99\u5c97\u533a\u5987\u5e7c\u4fdd\u5065\u9662-\u201c\u4e24\u764c\u201d\u9632\u6cbb\u79d1\u666e\u4e0e\u514d\u8d39\u7b5b\u67e5\u8fdb\u793e\u533a\u9879\u76ee","smalltext":"\u4e16\u754c\u536b\u751f\u7ec4\u7ec7\u56fd\u9645\u764c\u75c7\u7814\u7a76\u673a\u6784\u8fd1\u671f\u53d1\u5e03\u7684\u6570\u636e\u663e\u793a\uff0c2020\u5e74\u4e73\u817a\u764c\u548c\u5bab\u9888\u764c\u7684\u53d1\u75c5\u7387\u4f4d\u4e8e\u5168\u7403\u5341\u5927\u764c\u75c7\u4e4b\u5217\uff0c\u4e14\u4e73\u817a\u764c\u53d6\u4ee3\u80ba\u764c\u6210\u4e3a\u5168\u7403\u53d1\u75c5\u7387\u7b2c\u4e00\u7684\u764c\u75c7\u3002\u957f\u671f\u71ac\u591c\u3001\u7cbe\u795e\u6301\u7eed\u7d27\u5f20\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4897"};
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 () {
}
});
});
}