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=428&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: 1746209140,
nonceStr: 'nrBBHucmAwAbd8gE',
signature: '8b0c0ef0f8b072ba18d3baa26fd2aec26f4440c8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5f00\u4e00\u573a\u522b\u6837\u7684\u6d88\u9632\u8fd0\u52a8\u4f1a","smalltext":" \u4e3a\u8fdb\u4e00\u6b65\u589e\u5f3a\u804c\u5de5\u6d88\u9632\u5b89\u5168\u610f\u8bc6\uff0c\u719f\u6089\u638c\u63e1\u57fa\u672c\u6d88\u9632\u5668\u6750\u7684\u6b63\u786e\u4f7f\u7528\u65b9\u6cd5\uff0c\u5207\u5b9e\u63d0\u9ad8\u5458\u5de5\u6d88\u9632\u5b89\u5168\u5e94\u6025\u5904\u7f6e\u80fd\u529b\uff0c\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u4eba\u6c11\u533b\u9662\u5728\u5916\u79d1\u697c\u5357\u4fa7\u4e3e\u529e\u4e86\u4e00\u573a\u522b\u5f00\u751f\u9762\u7684\u804c\u5de5\u6d88","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=428"};
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 () {
}
});
});
}