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=1038&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: 1749447385,
nonceStr: '8L7LUTqw848UQRke',
signature: 'd15504bd78c1e2107ee032dd2b7933f795c0c9a3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u548c\u7f13\u9047\u89c1 \u503e\u5fc3\u6cbb\u6108","smalltext":"\u201c\u84dd\u83b2\u82b1\u201d\u5728\u85cf\u8bed\u91cc\u53eb\u6b27\u767d\u6885\u6735\uff0c\u751f\u957f\u5728\u6d77\u62d45000\u7c73\u7684\u9ad8\u5c71\u5cfb\u5cad\uff0c\u88ab\u8a89\u4e3a\u79bb\u5929\u6700\u8fd1\u7684\u82b1\u6735\uff0c\u8c61\u5f81\u7740\u987d\u5f3a\u7684\u751f\u547d\u529b\u3002\u5979\u53eb\u4f55\u83b2\uff0c\u662f\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u7684\u91cd\u75c7\u533b\u5b66\u79d1\u4e3b\u4efb\u3001\u66f4\u662f\u4e00\u540d\u591a\u5e74\u594b\u6218\u4e00\u7ebf","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1038"};
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 () {
}
});
});
}