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=1982&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: 1747145454,
nonceStr: '0q4jVowTGM2AaLtE',
signature: '7ab2afe859a8e3637e76774043b30b8f069accd1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a \u884c\u8d70\u5728\u5200\u5c16\u4e0a\u7684\u201c\u8d85\u80fd\u6218\u961f\u201d","smalltext":" \u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u533b\u5b66\u68c0\u9a8c\u79d1\u7684\u5fae\u4fe1\u5de5\u4f5c\u7fa4\u53eb \u201c\u8d85\u80fd\u6218\u961f\u201d\uff0c\u8fd9\u4e2a\u5143\u6c14\u6ee1\u6ee1\u7684\u7fa4\u79f0\uff0c\u5728\u7a81\u53d1\u75ab\u60c5\u671f\u95f4\uff0c\u5b8c\u7f8e\u7206\u68da\u3002\u79bb\u75c5\u6bd2\u6700\u8fd1\u7684\u4fa6\u5bdf\u5c16\u5175 \u65b0\u51a0\u80ba\u708e\u60a3\u8005\u7684\u786e\u8bca\uff0c\u6838\u9178\u68c0\u6d4b\u662f\u91cd\u8981\u8bca\u65ad\u4f9d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1982"};
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 () {
}
});
});
}