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=2335&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: 1747124464,
nonceStr: '3lCz9FAS9UdLKKWR',
signature: '9af7dee3b2c9a1237264f7e3ce6f2015b0cecd6a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a4\u540d\u201c\u6297\u75ab\u6218\u58eb\u201d\u5149\u8363\u706b\u7ebf\u5165\u515a","smalltext":"\u81ea\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u4ee5\u6765\uff0c\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u515a\u59d4\u8fc5\u901f\u884c\u52a8\uff0c\u5145\u5206\u53d1\u6325\u515a\u7ec4\u7ec7\u6218\u6597\u5821\u5792\u4f5c\u7528\uff0c\u6210\u7acb\u75ab\u60c5\u9632\u63a7\u6307\u6325\u90e8\uff0c\u5439\u54cd\u6297\u51fb\u75ab\u60c5\u7684\u201c\u96c6\u7ed3\u53f7\u201d\u3002\u5168\u9662\u515a\u5458\u5e72\u90e8\u5728\u9662\u515a\u59d4\u7684\u5e26\u9886\u4e0b\uff0c\u820d\u751f\u5fd8\u6b7b\uff0c\u9006\u884c\u800c\u4e0a\uff0c\u5e26\u5934\u51b2\u4e0a\u6297\u51fb\u75ab\u60c5\u7684\u7b2c\u4e00\u7ebf\uff0c\u5728\u515a\u7ec4\u7ec7\u7684\u5f15\u9886\u548c\u5171\u4ea7\u515a\u5458\u7684\u611f\u53ec\u4f5c\u7528\u4e0b\uff0c\u5168\u9662\u591a\u540d\u533b\u52a1\u4eba\u5458\u9012\u4ea4\u4e86\u5165\u515a\u7533\u8bf7\u4e66\u3002\u7ecf\u4e0a\u7ea7\u515a\u7ec4\u7ec7\u6279\u51c6\uff0c\u6700\u7ec8\u786e\u5b9a\u5c06\u5f20\u7fd4\u3001\u4e01\u82f1\u3001\u5b59\u5efa\u534e\u3001\u83ab\u8273\u59ae\u7b494\u540d\u5728\u6297\u75ab\u4e00\u7ebf\u8868\u73b0\u7a81\u51fa\u7684\u5165\u515a\u79ef\u6781\u5206\u5b50\u706b\u7ebf\u53d1\u5c55\u4e3a\u4e2d\u5171\u9884\u5907\u515a\u5458\u3002\u4ed6\u4eec\u4e00\u76f4\u594b\u6218\u5728\u9632\u75ab\u4e00\u7ebf\uff0c\u5371\u9669\u7cfb\u6570\u9ad8\uff0c\u5de5\u4f5c\u91cf\u7e41\u91cd\uff0c\u4f46\u4ed6\u4eec\u4e1d\u6beb\u6ca1\u6709\u9000\u7f29\uff0c\u4e00\u76f4\u7528\u5171\u4ea7\u515a\u5458\u7684\u6807\u51c6\u4e25\u683c\u8981\u6c42\u81ea\u5df1\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u8d62\u5f97","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2335"};
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 () {
}
});
});
}