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=6410&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: 1746134212,
nonceStr: 'oqsGIFSepgrionHb',
signature: 'eff9bfbac1f45acf1251d3f5aa25b692f3f27725',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662:\u8d70\u8fc7\u9ed1\u591c \u8fc8\u5411\u5149\u660e","smalltext":" \u4f34\u968f\u7740\u4e00\u58f0\u58f0\u6025\u4fc3\u7684120\u8b66\u62a5\u58f0\uff0c\u5e02\u5185\u67d0\u4e09\u7532\u6559\u5b66\u533b\u9662icu\u5411\u6211\u9662\u80c3\u80a0\u80f8\u5916\u79d1\u8f6c\u5165\u4e00\u4f8b\u6709\u673a\u78f7\u519c\u836f\u4e2d\u6bd2\u5bfc\u81f4\u80a0\u7618\u7684\u91cd\u75c7\u60a3\u8005\u3002 \u8f6c\u8fd0\u5e73\u8f66\u4ece\u7535\u68af\u63a8\u51fa\uff0c\u4e00\u540d\u4e2d\u5e74\u7537\u5b50\u53cc\u773c\u9971\u542b\u6cea\u6c34\uff0c\u6fc0\u52a8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6410"};
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 () {
}
});
});
}