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=5357&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: 1743829974,
nonceStr: '60acxIPThAXSS21s',
signature: '31fb214eb30b7c5c63fe84026f04c5cb33f75365',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\u80bf\u7624\u79d1\uff1a\u5efa\u4eba\u6587\u79d1\u5ba4\uff0c\u505a\u6e29\u6696\u533b\u62a4","smalltext":"\u7aef\u5348\u8282\uff0c\u4e3a\u6bcf\u5e74\u519c\u5386\u4e94\u6708\u521d\u4e94\uff0c\u7cbd\u5b50\u662f\u7aef\u5348\u8282\u7684\u4f20\u7edf\u7f8e\u98df\uff0c\u53e4\u79f0\u201c\u89d2\u9ecd\u201d\uff0c\u5305\u7cbd\u5b50\u662f\u5176\u72ec\u6709\u7684\u98ce\u4fd7\u6587\u5316\u3002\u5728\u7aef\u5348\u4f73\u8282\u6765\u4e34\u4e4b\u9645\uff0c\u4e3a\u4e86\u8ba9\u6211\u79d1\u4f4f\u9662\u60a3\u8005\u53ca\u5176\u5bb6\u5c5e\u771f\u5207\u5730\u611f\u53d7\u4f20\u7edf\u8282\u65e5\u6c1b\u56f4\uff0c\u4e30\u5bcc\u60a3\u8005\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5357"};
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 () {
}
});
});
}