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=1037&classid=5&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: 1749446635,
nonceStr: 'No5ZkvTnq4YuMJqG',
signature: 'e37ea55f4a3b3167a2314857b456f9e330eeb988',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u201c\u98ce\u706b\u8f6e\u201d\u4e0a\u7684\u751f\u547d\u5b88\u62a4\u8005","smalltext":"\u6025\u8bca\uff0c\u662f\u533b\u9662\u7684\u524d\u6cbf\u9635\u5730\u3001\u662f\u62a2\u6551\u6025\u5371\u91cd\u75c7\u60a3\u8005\u7684\u4e00\u7ebf\u90e8\u95e8\u3001\u662f\u6ca1\u6709\u785d\u70df\u7684\u6218\u573a\uff0c\u9762\u5bf9\u75be\u75c5\u548c\u5404\u79cd\u4f24\u5bb3\u8fd9\u4e00\u51f6\u6b8b\u7684\u654c\u4eba\uff0c\u6025\u8bca\u7684\u533b\u751f\u62a4\u58eb\u5c31\u50cf\u662f\u62ab\u7740\u767d\u8272\u6218\u888d\u7684\u6218\u58eb\uff0c\u968f\u65f6\u9f13\u8db3\u5e72\u52b2\uff0c\u65e0\u6240\u754f\u60e7\u5730","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1037"};
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 () {
}
});
});
}