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=2361&classid=10&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: 1744328381,
nonceStr: '10e3Rgex5mZCjcwd',
signature: '311ba9bdcda5357687cc21c20ea5982e81c4005d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ed1\u9f99\u6c5f\u519c\u57a6\u7ea2\u5174\u9686\u4e2d\u5fc3\u533b\u9662\uff1a\u52a0\u5f3a\u521b\u65b0\u6587\u5316\u5efa\u8bbe \u5f15\u9886\u533b\u9662\u5feb\u901f\u53d1\u5c55","smalltext":"\u9ed1\u9f99\u6c5f\u7701\u519c\u57a6\u7ea2\u5174\u9686\u7ba1\u7406\u5c40\u4e2d\u5fc3\u533b\u9662\u539f\u4e3a\u6c88\u9633\u519b\u533a\u9ed1\u9f99\u6c5f\u5efa\u8bbe\u5175\u56e2\u4e09\u5e08\u533b\u9662\uff0c\u662f\u4e00\u6240\u5177\u670950\u5e74\u5386\u53f2\u7684\u56fd\u5bb6\u4e09\u7ea7\u7532\u7b49\u533b\u9662\u3001\u7efc\u5408\u6027\u6559\u5b66\u533b\u9662\uff0c\u627f\u62c5\u7740\u57a6\u533a\u5185\u5916\u8fd1\u767e\u4e07\u4eba\u53e3\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2361"};
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 () {
}
});
});
}