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=6469&classid=14&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: 1743764800,
nonceStr: 'gGP522QyfjIWGGn2',
signature: 'cfe647c1438f8779da387a3ecc7e882c3acc30bb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5bd2\u51ac\u751f\u6696\u610f,\u5fae\u5149\u629a\u4eba\u5fc3","smalltext":"\u7f8e\u56fd\u533b\u751f\u7279\u9c81\u591a\u7684\u5893\u7891\u4e0a\u6709\u4e00\u53e5\u540d\u8a00\uff1a\u201c\u6709\u65f6\u662f\u6cbb\u6108\uff0c\u5e38\u5e38\u662f\u5b89\u6170\uff0c\u603b\u662f\u53bb\u5e2e\u52a9\u201d\u3002\u8fd9\u8bf4\u660e\uff0c\u533b\u5b66\u7684\u6700\u5927\u4ef7\u503c\u4e0d\u662f\u6cbb\u6108\u75be\u75c5\uff0c\u800c\u662f\u5b89\u6170\u548c\u5e2e\u52a9\u75c5\u4eba\u3002\u533b\u5b66\u662f\u6280\u672f\u7684\u4ea7\u7269\uff0c\u66f4\u6709\u60c5\u611f\u7684\u5ef6\u7eed\uff1b\u533b\u62a4\u60a3\u4e09\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6469"};
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 () {
}
});
});
}