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=5178&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: 1743764386,
nonceStr: 'jpR2oRFWskApolGo',
signature: 'd554fcfae9db3f8f08c5b24245329bee44d26227',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a1060\u514b\uff01\u5b5527+3\u5468\u51fa\u751f\u7684\u5c0f\u8c26\u8c26\u56de\u5bb6\u8fc7\u5e74\u5566","smalltext":"1\u670826\u65e5\uff0c\u4e00\u4e2a\u80ce\u9f8427+3\u5468\u3001\u51fa\u751f\u4f53\u91cd\u4ec51060g\uff0c\u6700\u4f4e\u65f6\u4f53\u91cd\u4ec5\u4e3a1010g\u7684\u6781\u4f4e\u51fa\u751f\u4f53\u91cd\u65e9\u4ea7\u513f\u5c0f\u8c26\u8c26\uff0c\u7ecf\u8fc7\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u65b0\u751f\u513f\u79d164\u5929\u7684\u7cbe\u5fc3\u533b\u7597\u548c\u6089\u5fc3\u7167\u62a4\uff0c\u987a\u5229\u51fa\u9662\u56de\u5bb6\u8fc7\u5e74\u3002\u5bb6\u5c5e\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5178"};
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 () {
}
});
});
}