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=2761&classid=10&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: 1743669033,
nonceStr: 'M6my7he01uslHdyD',
signature: 'ed10661b70f165c297e8e577ddc906ac0ff37997',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u53e3\u8154\u75c5\u9632\u6cbb\u9662\uff1a\u4ee5\u53e3\u8154\u9884\u9632\u4e3a\u7279\u8272\uff0c\u6253\u9020\u65b0\u65f6\u4ee3\u4eba\u6587\u521b\u65b0\u533b\u9662","smalltext":"\u4e0a\u6d77\u5e02\u53e3\u8154\u75c5\u9632\u6cbb\u9662\uff08\u4e0a\u6d77\u5e02\u53e3\u8154\u533b\u9662.\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\uff09\u6210\u7acb\u4e8e1946\u5e74\uff0c\u662f\u4e0a\u6d77\u5e02\u6700\u65e9\u7684\u53e3\u8154\u533b\u7597\u673a\u6784\uff0c\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u9884\u9632\u4e3a\u4e00\u4f53\uff0c\u4ee5\u533b\u9632\u878d\u5408\u4e3a\u7279\u8272\uff0c\u662f\u96b6\u5c5e\u4e8e\u4e0a\u6d77\u7533\u5eb7\u533b\u9662\u53d1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2761"};
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 () {
}
});
});
}