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=5279&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: 1746208921,
nonceStr: 'gSakRjTvYLjvv5OX',
signature: 'c82faa34c1184930fdec6dd95aabd62d046c41f7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6e29\u6696\u7684\u201c\u5927\u767d\u201d","smalltext":"\u201c\u4eca\u5929\u662f\u6211\u7684\u751f\u65e5\uff0c\u53ef\u4ee5\u795d\u6211\u751f\u65e5\u5feb\u4e50\u5417\uff1f\u201d\u542c\u5230\u8fd9\u53e5\u8bdd\uff0c\u6b63\u5728\u7d27\u5f20\u6709\u5e8f\u91c7\u96c6\u6838\u9178\u6837\u672c\u7684\u9ad8\u6d77\u660e\u62a4\u58eb\u9a6c\u4e0a\u653e\u4e0b\u624b\u91cc\u7684\u5de5\u4f5c\uff0c\u5bf9\u8fd9\u4f4d\u9694\u79bb\u7684\u5c0f\u59b9\u59b9\u8bf4\uff0c\u751f\u65e5\u5feb\u4e50\uff01\u5f97\u77e5\u4ed6\u6b63\u5728\u5f55\u89c6\u9891\uff0c\u4fbf\u4e3b\u52a8\u548c\u5c0f\u59b9\u59b9\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5279"};
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 () {
}
});
});
}