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=1815&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: 1747168219,
nonceStr: 'phl2XIAbqMiWBTTN',
signature: 'f76cbee5f06d08eab895bea9570e60b6084664bc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a90\u540e\u533b\u751f\u5199\u4e0b\u9632\u75ab\u65e5\u8bb0\uff1a\u201c\u6625\u6696\u82b1\u5f00\uff0c\u6211\u4eec\u518d\u76f8\u805a\u201d","smalltext":"2020.02.04\u7b2c31\u5929 \u4eca\u5929\u521a\u597d\u4e00\u4e2a\u6708\u4e86~\u6628\u5929\u53c8\u6709\u5f88\u591a\u5c0f\u4f19\u4f34\u52a0\u5165~\u800c\u4e14\u80e1\u8001\u5e08\u75c5\u60c5\u597d\u8f6c~\u7b49\u7740\u665a\u4e0a\u53bb\u4e0a\u591c\u73ed~\u56de\u60f3\u8fd9\u6bb5\u65e5\u5b50\u5fc3\u60c5\u771f\u7684\u548c\u8fc7\u5c71\u8f66\u4e00\u6837~\u6bcf\u5929\u63a5\u53d7\u7740\u5404\u79cd\u5404\u6837\u7684\u597d\u6d88\u606f~\u574f\u6d88\u606f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1815"};
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 () {
}
});
});
}