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=4766&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: 1744833547,
nonceStr: 'Ekxb0iDnVrsY9aDM',
signature: '2018e1be1e87dfa3c4b65afdd0d1e730f661f810',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u5317\u533b\u7597\u5065\u5eb7\u96c6\u56e2\u90a2\u53f0\u603b\u533b\u9662-\u533b\u9662\u5fd7\u613f\u670d\u52a1\u56e2\u961f\u5efa\u8bbe\u63a2\u7d22\u4e0e\u5b9e\u8df5","smalltext":"\u534e\u5317\u533b\u7597\u5065\u5eb7\u96c6\u56e2\u90a2\u53f0\u603b\u533b\u9662\u521b\u5efa\u4e0e1979\u5e74\uff0c\u96b6\u5c5e\u4e8e\u5180\u4e2d\u80fd\u6e90\u534e\u5317\u533b\u7597\u5065\u5eb7\u96c6\u56e2\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u77ff\u5c71\u6551\u62a4\u548c\u9884\u9632\u4fdd\u5065\u4e3a\u4e00\u4f53\u7684\u4e09\u7ea7\u7efc\u5408\u533b\u9662\uff0c\u7b2c\u4e8c\u540d\u79f0\u4e3a\u90a2\u53f0\u5e02\u9aa8\u79d1\u533b\u9662\u3002\u662f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4766"};
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 () {
}
});
});
}