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=5532&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: 1743703018,
nonceStr: 'TxK8kc0ylxD4DQez',
signature: '12992e44bd21b4abe7ee6b249ddec4ae0cdd18ce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u6ee1\u6000\u96ea\u5c71\u795d\u798f\uff0c5\u540d\u63f4\u85cf\u961f\u5458\u51ef\u65cb\u5f52\u6765","smalltext":"1\u67083\u65e5\u665a\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u7b2c12\u6279\u63f4\u85cf\u533b\u7597\u961f\u5706\u6ee1\u5b8c\u6210\u4e3a\u671f8\u4e2a\u6708\u7684\u63f4\u85cf\u4efb\u52a1\uff0c\u5e73\u5b89\u5f52\u6765\uff0c\u533b\u52a1\u79d1\u3001\u62a4\u7406\u90e8\u3001\u4eba\u4e8b\u79d1\u7b49\u804c\u80fd\u90e8\u95e8\u8d1f\u8d23\u4eba\u53ca\u961f\u5458\u6240\u5728\u79d1\u5ba4\u4ee3\u8868\u5728\u673a\u573a\u8fce\u63a55\u540d\u961f\u5458\u51ef\u65cb\u30022022\u5e744","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5532"};
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 () {
}
});
});
}