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=1289&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: 1747168377,
nonceStr: '0JFcVwKt5dAVX4ad',
signature: '7a7774f102b5aa6dc859d5a90f067404cd455712',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a\u51fa\u751f47\u5929\u91cd\u75c7\u5148\u5fc3\u75c5\u60a3\u513f\u751f\u6b7b\u8fc1\u5f99\u83b7\u201c\u5fc3\u751f\u201d","smalltext":"\u4e00\u540d\u51fa\u751f47\u5929\u60a3\u6709\u4e25\u91cd\u5148\u5929\u6027\u5fc3\u810f\u75c5\u7684\u60a3\u513f\uff0c\u5728\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u7ecf\u8fc720\u591a\u5929\u7684\u6cbb\u7597\uff0c\u7ec8\u4e8e\u5eb7\u590d\u51fa\u9662\u4e86\u3002\u5728\u6574\u4e2a\u6cbb\u7597\u8fc7\u7a0b\u4e2d\uff0c\u533b\u62a4\u4eba\u5458\u7684\u7cbe\u6e5b\u7684\u6280\u672f\u548c\u65e0\u79c1\u7684\u5173\u7231\uff0c\u4e00\u6b21\u53c8\u4e00\u6b21\u611f\u52a8\u7740\u60a3\u513f\u5bb6\u4eba.....","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1289"};
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 () {
}
});
});
}