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=971&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: 1747100720,
nonceStr: 'cLiXPh5IdNg7vCJp',
signature: 'cf54d47a252f12985b71f41824cfd426e653dec7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u00b7700\u4f4d\u8001\u4eba\u63a5\u53d7\u533b\u9662\u773c\u79d1\u514d\u8d39\u767d\u5185\u969c\u590d\u660e\u624b\u672f","smalltext":"\u76db\u590f\u65f6\u8282\uff0c\u8377\u82b1\u5140\u81ea\u5a07\u8273\uff0c65\u5c81\u7684\u5f20\u5927\u7237\u603b\u5728\u6e05\u6668\u65f6\u5206\u53bb\u5f80\u65b0\u90fd\u6842\u6e56\u516c\u56ed\uff0c\u4ed6\u8981\u53bb\u770b\u90a3\u6216\u76db\u5f00\u6216\u542b\u82de\u5f85\u653e\u7684\u8377\u82b1\u3002\u6bcf\u5929\u90fd\u53bb\u4e5f\u4e0d\u538c\u70e6\uff0c\u6bcf\u5929\u90fd\u53bb\u4e5f\u80fd\u53d1\u73b0\u4e0e\u524d\u4e00\u5929\u4e0d\u4e00\u6837\u7684\u98ce\u666f\uff0c\u4ed6\u8981\u597d\u597d\u5730\u770b\u770b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=971"};
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 () {
}
});
});
}