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=299&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: 1746153414,
nonceStr: 'JyYBsmPyXnPg0vzd',
signature: '02000b9a693c60fad9be000202b9bee92992a8ce',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u4ece\u9752\u4e1d\u5230\u65e5\u6e10\u767d\u53d1\uff0c\u5979\u4eec\u662f\u5357\u4e01\u683c\u5c14\u7684\u5316\u8eab\uff0c\u66f4\u662f\u4f1f\u5927\u7684\u5988\u5988\uff01","smalltext":"2019\u5e745\u670812\u65e5\uff0c\u5f53\u62a4\u58eb\u8282\u9047\u4e0a\u4e86\u6bcd\u4eb2\u8282\uff0c\u5c0f\u7f16\u7684\u4fe1\u7bb1\u8981\u88ab\u6ee1\u6ee1\u7684\u7231\u585e\u6ee1\u4e86\uff01\u5feb\u6765\u542c\u542c\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\u7f8e\u5c0f\u62a4\u4eec\u7684\u5bb6\u4eba\u5fc3\u58f0\u5427\uff01","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=299"};
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 () {
}
});
});
}