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=1750&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: 1747167209,
nonceStr: 'LnVpPwmeejfXtISf',
signature: 'ea532ef1439406e2d02a93ba6d975f6e5e9fe757',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662:\u4e24\u4f4d90\u540e\u51c6\u65b0\u5a18\u63a8\u8fdf\u5a5a\u671f\u5954\u8d74\u6218\u75ab\u4e00\u7ebf","smalltext":"\u540c\u5e74\u8003\u5165\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff0c\u540c\u4e00\u5929\u7684\u5a5a\u671f\uff0c\u540c\u65f6\u9012\u4ea4\u4e86\u8bf7\u6218\u4e66\uff0c\u738b\u73f2\u548c\u90ed\u4f73\u59ae\u4f3c\u4e4e\u6709\u7740\u8bf4\u4e0d\u6e05\u7684\u7f18\u5206\uff0c2\u67084\u65e5\uff0c\u533b\u9662\u63a5\u5230\u6307\u4ee4\uff0c\u5f53\u65e5\u4e0b\u5348\u8981\u4ece\u533b\u9662\u7ec4\u5efa\u7684\u6297\u75ab\u63f4\u9102\u533b\u7597\u961f\u4e2d\u9009\u53d65\u540d\u62a4\u7406\u4eba\u5458\u968f\u5168\u533a\u5404\u5730\u7ec4\u5efa\u7684100\u540d\u62a4\u7406\u961f\u4f0d\u51fa\u5f81\u6b66\u6c49\uff0c\u8fd9\u4e24\u4e2a90\u540e\u7684\u59d1\u5a18\u53c8\u540c\u65f6\u88ab\u9009\u4e2d\uff0c\u5979\u4eec\u76f8\u7ea6\u7b49\u6218\u80dc\u75ab\u60c5\u51ef\u65cb\u65f6\uff0c\u4e00\u8d77\u529e\u5a5a\u793c\uff0c\u90a3\u65f6\u7684\u5a5a\u793c\u624d\u4f1a\u66f4\u7f8e\u6ee1\u66f4\u559c\u5e86\u66f4\u6709\u610f\u4e49\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1750"};
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 () {
}
});
});
}