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=1273&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: 1746134912,
nonceStr: 'XgTLxYGUTFE5G5Dx',
signature: 'dba438b5cbd85d0aa156ac2831de7cf6831e07fb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\u9648\u6797\u971e\uff1a39\u5929\u60b2\u4e0e\u6b22","smalltext":"\u73b0\u5728\u6709\u4e00\u4e2a\u574f\u6d88\u606f\uff0c\u4e00\u4e2a\u597d\u6d88\u606f\uff0c\u4f60\u60f3\u5148\u77e5\u9053\u54ea\u4e2a\uff1f\r\n\u4eba\u751f\u6709\u7684\u65f6\u5019\uff0c\u5c31\u662f\u8fd9\u4e48\u4f1a\u6349\u5f04\u4eba\u3002\u4eba\u751f\u5982\u620f\uff0c\u5728\u4ed6\u60a3\u4e0a\u767d\u8840\u75c5\u540e\u768439\u5929\uff0c\u60b2\u4e0e\u6b22\u7684\u5267\u76ee\u6210\u4e86\u4ed6\u4eba\u751f\u4e2d\u6700\u96be\u5fd8\u7684\u4e00\u51fa\uff0c\u5e78\u597d\uff0c\u7ed3\u5c40\u662f\u6b22\u4e50\u7684\u2026\u2026","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1273"};
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 () {
}
});
});
}