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=1135&classid=4&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: 1750065967,
nonceStr: 'IsSiyMzCkTohIv61',
signature: '513efd1b93a2c72e5ffb7950194e6516db30dd28',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u674e\u662d\u6167\uff1a\u6216\u8bb8\uff0c\u4f60\u5c31\u662f\u6211\u7684\u5149","smalltext":"\u8fd9\u4e16\u754c\u4e0a\u7f8e\u597d\u7684\u5b58\u5728\uff0c\u5403\u5230\u671f\u5f85\u5df2\u4e45\u7684\u7f8e\u98df\uff0c\u670b\u53cb\u4e00\u8d77\u5f00\u6000\u5927\u7b11\uff0c\u5bc2\u9759\u6df1\u591c\u6175\u61d2\u7684\u97f3\u4e50\uff0c\u51db\u51ac\u5348\u540e\u548c\u7166\u7684\u9633\u5149\uff0c\u8fd8\u6709\u5b64\u72ec\u65e0\u52a9\u65f6\u4ed6\u4eba\u4f38\u51fa\u7684\u63f4\u624b\u3002\u4e00\u5165\u804c\u533b\u9662\u7684\u7b2c\u4e00\u5929\uff0c\u6211\u5728\u533b\u9662\u65c1\u8fb9\u7684\u5730\u94c1\u53e3\u65f6\u7a81","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1135"};
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 () {
}
});
});
}