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=6407&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: 1746128953,
nonceStr: 'OtyMYk2GgGyE57Qa',
signature: '496aadc0adfb97f7cbf5b13127b1151c2daf3843',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u4e24\u4efd\u8ba4\u53ef\uff0c\u4e09\u9762\u9526\u65d7","smalltext":"\u8fd1\u65e5\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u8001\u5e74\u4eba\u533b\u517b\u4e2d\u5fc3\u5185\u4e00\u75c5\u533a\u5148\u540e\u6536\u5230\u4e8c\u4f4d\u60a3\u8005\u53ca\u5bb6\u5c5e\u8d60\u9001\u7684\u4e09\u9762\u9526\u65d7\uff0c\u5b57\u91cc\u884c\u95f4\u5199\u6ee1\u4e86\u5bf9\u79d1\u5ba4\u533b\u52a1\u4eba\u5458\u7684\u611f\u6fc0\u4e4b\u60c5\uff0c\u8fd9\u4e9b\u9526\u65d7\u4f53\u73b0\u4e86\u60a3\u8005\u5bf9\u533b\u62a4\u4eba\u5458\u7684\u4fe1\u4efb\u4e0e\u80af\u5b9a\uff0c\u4e5f\u4f53\u73b0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6407"};
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 () {
}
});
});
}