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=3721&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: 1741487972,
nonceStr: 'UPRMOEapzP1xpyii',
signature: '1d728b4de8fd8dd1556ee302c5d66d693ce2b4cc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u63f4\u975e\u533b\u751f\u5ed6\u6587\u519b\u5e26\u9886\u961f\u5458\u9f50\u7ec3\u592a\u6781\u5171\u6218\u75ab\u60c5\uff01","smalltext":"\u6708\u662f\u6545\u4e61\u660e\uff0c\u4e2d\u79cb\u662f\u56e2\u5706\u5f52\u5bb6\u7684\u65e5\u5b50\uff0c\u4f46\u8fd8\u6709\u4e00\u4e9b\u4eba\u4f9d\u7136\u594b\u6597\u5728\u5f02\u56fd\u4ed6\u4e61\u7684\u5c97\u4f4d\u4e0a\u3002\u4f5c\u4e3a\u7b2c17\u6279\u63f4\u975e\u533b\u7597\u961f\u961f\u5458\uff0c\u81ea2019\u5e746\u6708\u542f\u7a0b\u524d\u5f80\u4e2d\u975e\u53cb\u8c0a\u533b\u9662\u81f3\u4eca\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u652f\u63f4\u975e\u6d32\u7684\u5ed6\u6587\u519b\u3001","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3721"};
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 () {
}
});
});
}