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=5589&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: 1746128524,
nonceStr: 'TjNM967pxmglXcCb',
signature: '8ad9ea46e64e8ec419590a1a82f3261ae59c8074',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a\u591a\u63aa\u5e76\u4e3e\u5173\u7231\u80b2\u9f84\u5987\u5973\uff0c\u83b7\u8bc4PAC\u9879\u76ee\u5fae\u8fdb\u4fee\u533b\u9662","smalltext":"\u65e5\u524d\uff0c\u201c\u5173\u7231\u81f3\u4f0a.\u6d41\u4ea7\u540e\u5173\u7231\uff08PAC\uff09\u201d\u516c\u76ca\u9879\u76ee\u5341\u5468\u5e74\u603b\u7ed3\u63a8\u8fdb\u4f1a\u5728\u6b66\u6c49\u56fd\u9645\u535a\u89c8\u4e2d\u5174\u4e3e\u529e\u3002\u4f1a\u4e0a\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u83b7\u8bc4\u201cPAC\u9879\u76ee\u5fae\u8fdb\u4fee\u533b\u9662\u201d\u3002 \u8be5\u9879\u76ee\u4e8e2011\u5e749\u6708\u542f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5589"};
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 () {
}
});
});
}