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=4868&classid=10&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: 1749204412,
nonceStr: 'DOtD3xQSZcbnehdd',
signature: 'bb2c25e0d63ce64daa9b2f60794d0a044f93de42',
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-\u8ba9\u8bb0\u5fc6\u5728\u8fd9\u91cc\u6e29\u6696 \u8ba9\u97f3\u4e50\u5728\u8fd9\u91cc\u98d8\u626c","smalltext":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff08\u4e0b\u79f0\u201c\u5e7f\u533b\u4e09\u9662\u201d\uff09\u53c8\u79f0\u67d4\u6d4e\u533b\u9662\uff0c\u7ecf\u5386\u4e86120\u4f59\u5e74\u7684\u5386\u53f2\u6c89\u6dc0\u3002\u91cd\u75c7\u533b\u5b66\u79d1\uff0c\u662f\u5e7f\u4e1c\u7701\u6210\u7acb\u8f83\u65e9\u3001\u89c4\u6a21\u8f83\u5927\u7684\u7efc\u5408\u6027\u5371\u91cd\u75c7\u6551\u6cbb\u75c5\u623f\uff0c\u56e2\u961f\u5148\u540e\u83b7\u5f97\u201c\u5e7f\u4e1c\u7701\u9752\u5e74","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4868"};
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 () {
}
});
});
}