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=886&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: 1747081594,
nonceStr: 'gqhMOLEh2NFeFjxd',
signature: 'ca5ab33fca96318dff015a3458b9204336b7f206',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d59\u533b\u4e8c\u9662\uff1a\u62a4\u58eb\u5c0f\u59d0\u59d0\u62cd\u4e0b\u4e0a\u5343\u5f20\u4f24\u53e3\u7167\uff0c\u83b7\u65b0\u534e\u793e\u5b98\u5fae\u70b9\u8d5e","smalltext":"\u201c\u60a3\u8005\u7684\u6ee1\u610f\u5c31\u662f\u6700\u5927\u7684\u8ba4\u53ef\u3002\u201d\u80e1\u8776\u8bf4\uff0c\u6210\u4e3a\u4f24\u53e3\u9020\u53e3\u4e13\u79d1\u62a4\u58eb\u540e\uff0c\u66f4\u80fd\u4f53\u73b0\u81ea\u5df1\u7684\u4ef7\u503c\u3002\u867d\u7136\u5fd9\u788c\uff0c\u4f46\u5f88\u5145\u5b9e\uff01\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=886"};
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 () {
}
});
});
}