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=3936&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: 1746613021,
nonceStr: 'ISx41I4TqCNNCE14',
signature: 'a3ba79bd9df3d473ee41801f3e6da48415eb40c1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a62\u540d\u4e8c\u9662\u52c7\u58eb\u589e\u63f4\u5b9a\u70b9\u6536\u6cbb\u533b\u9662","smalltext":"\u8001\u4e61\u5e2e\u8001\u4e61\uff0c\u6218\u75ab\u4fdd\u5b89\u5eb7\u3002\u81ea\u6cb3\u5317\u7701\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u6211\u9662\u5168\u4f53\u804c\u5de5\u8fc5\u901f\u6295\u5165\u5230\u4e86\u7d27\u5f20\u6709\u5e8f\u7684\u6297\u75ab\u6218\u6597\u4e2d\u30021\u670810\u53f7\uff0c\u63a5\u6cb3\u5317\u7701\u536b\u5065\u59d4\u300a\u5173\u4e8e\u62bd\u8c03\u4e13\u5bb6\u652f\u63f4\u533b\u7597\u6551\u6cbb\u5de5\u4f5c\u300b\u7684\u901a\u77e5\u540e\uff0c\u533b\u9662\u515a\u59d4\u9ad8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3936"};
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 () {
}
});
});
}