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=5053&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: 1744318588,
nonceStr: 'XCPn6gdaVTMzYVv2',
signature: '3a78b47fb20e38651eda59e568af8a1be21a6433',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4e66\u9999\u6d53\u90c1\u6ea2\u5c71\u6751","smalltext":"11\u670816\u65e5\u4e00\u5927\u65e9\uff0c\u6309\u7167\u9662\u515a\u59d4\u5b89\u6392\u90e8\u7f72\uff0c\u526f\u9662\u957f\u6bb7\u79ef\u82b3\u5e26\u9886\u7ec4\u7ec7\u7edf\u6218\u79d1\u3001\u5ba3\u4f20\u79d1\u7b49\u5de5\u4f5c\u4eba\u5458\u6765\u5230\u6211\u9662\u5bf9\u53e3\u5e2e\u6276\u6751\u6587\u767b\u8425\u9547\u9a7e\u5c71\u7a91\u6751\uff0c\u4e3a\u533b\u9662\u4e0e\u6751\u91cc\u5171\u5efa\u7684\u201c\u6587\u5316\u4e66\u5c4b\u201d\u6302\u724c\u3002\u5728\u624e\u5b9e\u5f00\u5c55\u515a\u53f2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5053"};
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 () {
}
});
});
}