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=169&classid=11&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: 1744318664,
nonceStr: 'tKQpllQfMyctNDlN',
signature: 'fda8ce8ab4c961ab3479d4fa11bff1f36d04f082',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6253\u9020\u201c\u53cc\u4e0b\u6c89\u3001\u4e24\u63d0\u5347\u201d\u7684\u5347\u7ea7\u7248","smalltext":"2018\u5e7411\u670816\u65e5\uff0c\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff08\u6d59\u5927\u4e00\u9662\u5d4a\u5dde\u5206\u9662\uff09\u5eb7\u590d\u533b\u5b66\u79d1\u6574\u4f53\u642c\u8fc1\u81f3\u9e7f\u5c71\u8857\u9053\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff0c\u8fd9\u6807\u5fd7\u7740\u5d4a\u5dde\u5e02\u9996\u4e2a\u201c\u533b\u5171\u4f53\u201d\u6b63\u5f0f\u6210\u7acb\u3002\u8de8\u51fa\u8fd9\u4e00\u6b65\uff0c\u4e0d\u4ec5\u662f\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u6df1\u5316","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=169"};
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 () {
}
});
});
}