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=960&classid=4&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: 1743702958,
nonceStr: 'iDpWqp0yRXJpeS6m',
signature: '2538f390386b7f1398e8e8be385bc08b3d2bb526',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u5d14\u6bc5\uff1a\u8d70\u8fdb\u5927\u5b66\u751f\u5fc3\u7075\u7684\u5fc3\u7406\u533b\u751f","smalltext":" \u5fc3\u7075\uff0c\u662f\u4eba\u7c7b\u6c9f\u901a\u7684\u6865\u6881\u3002\u6b66\u6c49\u5e02\u6b66\u660c\u533b\u9662\u7cbe\u795e\u5fc3\u7406\u79d1\u4f5c\u4e3a\u7701\u7ea7\u91cd\u70b9\u4e13\u79d1\uff0c\u670d\u52a1\u6b66\u6c49\u5e0235\u6240\u9ad8\u6821\uff0c\u6bcf\u5e74\u5230\u6821\u5e2e\u52a9\u3001\u63a5\u8bca\u3001\u4f4f\u9662\u7684\u5927\u5b66\u751f\u7ea6\u6709\u8fd1\u4e07\u4eba\u6b21\u3002\u4ed6\u4eec\u5927\u591a\u4e0e\u5e38\u4eba\u65e0\u5f02\uff0c\u4e0d\u53bb\u966a\u4f34\u503e\u542c\u5f88","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=960"};
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 () {
}
});
});
}