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=2548&classid=12&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: 1743665574,
nonceStr: 'DUpqHt5fza9IjcVI',
signature: '1de8bc0d8e2b593a4a8f20ac6686a58ba6c35b4b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\u8d56\u6c38\u6d2a\uff1a\u4f20\u627f\u521b\u65b0\u767e\u5e74\u4f18\u79c0\u4f20\u7edf \u7efd\u653e\u73b0\u4ee3\u4eba\u6587\u533b\u5b66\u4e4b\u82b1","smalltext":"\u7279\u9c81\u591a\u533b\u751f\u8bf4\uff1a\u201c\u6709\u65f6\uff0c\u53bb\u6cbb\u6108;\u5e38\u5e38\uff0c\u53bb\u5e2e\u52a9;\u603b\u662f\uff0c\u53bb\u5b89\u6170\u3002\u201d\u5be5\u5be5\u51e0\u53e5\u9053\u51fa\u533b\u5b66\u7684\u67d0\u4e9b\u7279\u5f81\u3002\u6452\u5f03\u552f\u6280\u672f\u8bba\uff0c\u91cd\u89c6\u4eba\u6587\u7d20\u8d28\u57f9\u517b\uff0c\u5df2\u6210\u533b\u5b66\u53d1\u5c55\u7684\u5f53\u52a1\u4e4b\u6025\u3002\u73b0\u4ee3\u4eba\u6587\u533b\u5b66\u8981\u6c42\u533b\u8005\u5c06\u533b\u5b66\u79d1\u5b66","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2548"};
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 () {
}
});
});
}