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=176&classid=13&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: 1746165849,
nonceStr: 'zYcvAmV5K6c7zSUU',
signature: '03b9923fd26b894f6de4d3d5316c5064d2dd046d',
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\uff1a\u767e\u5e74\u4eba\u6587\u4e00\u76f4\u5728\u8def\u4e0a","smalltext":"\u6cb3\u5317\uff0c\u53c8\u79f0\u71d5\u8d75\u5927\u5730\u3002\u4e1c\u4e34\u6e24\u6d77\uff0c\u73af\u7ed5\u4eac\u6d25\uff0c\u56e0\u5730\u5904\u9ec4\u6cb3\u4ee5\u5317\u800c\u5f97\u540d\u3002\u5343\u767e\u5e74\u6765\uff0c\u4e3a\u82f1\u96c4\u8f88\u51fa\u4e4b\u5730\u3002\u8fd9\u65b9\u6c34\u571f\uff0c\u6ecb\u517b\u7740\u8bda\u4e49\u539a\u91cd\u7684\u5730\u57df\u6587\u5316\u3002\u5728\u8fd9\u91cc\uff0c\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff0c\u5df2\u7ecf\u8d70\u8fc7\u767e\u5e74\u6625\u79cb\u3002\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=176"};
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 () {
}
});
});
}