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=6621&classid=14&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: 1743705767,
nonceStr: 'TzX3LMPJNyIigJ7Z',
signature: 'f26346098068d3eec5360f69eda8d8a6cd6dce77',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4f20\u627f\u6ea5\u6d4e\u7cbe\u795e\uff0c\u6253\u9020\u201c\u6ea5\u6d4e\u201d\u5ec9\u6587\u5316","smalltext":"\u4e1c\u9633\u5e02\u6a2a\u5e97\u533b\u9662\u521b\u529e\u4e8e1938\u5e74\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u9884\u9632\u4fdd\u5065\u3001\u6559\u5b66\u3001\u79d1\u7814\u4e8e\u4e00\u4f53\u7684\u56fd\u5bb6\u4e8c\u7ea7\u7efc\u5408\u6027\u533b\u9662\u30022006\u5e74\u6258\u7ba1\u539f\u5357\u4e0a\u6e56\u3001\u5c4f\u5ca9\u3001\u5b98\u68654\u4e2a\u536b\u751f\u9662\u53ca\u6a2a\u5e97\u9632\u75ab\u7ad9\uff0c\u6210\u7acb\u6a2a\u5e97\u9547\u4e2d\u5fc3\u536b\u751f\u9662\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6621"};
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 () {
}
});
});
}