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=6667&classid=14&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: 1746135580,
nonceStr: '5n6LXg7arVynWhHT',
signature: '1858bca5e087086e9607b35d5f9843831d28eb65',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e5d\u8f7d\u6025\u6551\u60c5\uff0c\u5341\u6625\u5b88\u671b\u5fc3","smalltext":"\u4e00\u3001\u98ce\u8d77\u4e91\u6d8c\u7684\u6025\u8bca\u5ba4\u5728\u751f\u547d\u7684\u957f\u6cb3\u4e2d\uff0c\u6211\u72b9\u5982\u4e00\u53f6\u6241\u821f\uff0c\u822a\u884c\u5728\u6ce2\u6d9b\u6c79\u6d8c\u95f4\uff0c\u65f6\u800c\u5b81\u9759\u5982\u6e2f\u6e7e\uff0c\u65f6\u800c\u72c2\u98ce\u9aa4\u96e8\u3002\u6211\u662f\u4e00\u540d\u62a4\u58eb\uff0c\u4e00\u540d\u7528\u9752\u6625\u4e66\u5199\u7740\u4eba\u6587\u5173\u6000\u7bc7\u7ae0\u7684\u767d\u8863\u6218\u58eb\u3002\u5728\u8fd9\u6761\u5145\u6ee1\u6311\u6218\u4e0e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6667"};
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 () {
}
});
});
}