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=4866&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: 1743764813,
nonceStr: 'wQEKlnL5r2s1siFR',
signature: 'e251ae5ac78817f4f5bc669f1d7953a1d4af6e4b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662-\u79d1\u5ba4\u670d\u52a1\u6539\u5584\u9879\u76ee","smalltext":"\u8fd1\u5e74\u6765\uff0c\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662\u533b\u9662\u5145\u5206\u53d1\u6325\u515a\u59d4\u9886\u5bfc\u6838\u5fc3\u4f5c\u7528\uff0c\u4ee5\u9ad8\u8d28\u91cf\u515a\u5efa\u5f15\u9886\u9ad8\u8d28\u91cf\u53d1\u5c55\uff0c\u628a\u515a\u5efa\u878d\u5165\u5230\u533b\u9662\u7cbe\u795e\u6587\u660e\u5efa\u8bbe\u4e2d\uff0c\u5efa\u8bbe\u6709\u6e29\u5ea6\u7684\u4eba\u6587\u533b\u9662\u4f53\u7cfb\uff0c\u63d0\u9ad8\u60a3\u8005\u5c31\u533b\u83b7\u5f97\u611f\u30022019\u5e74\uff0c\u533b\u9662\u5168","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4866"};
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 () {
}
});
});
}