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=5204&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: 1743764379,
nonceStr: 'uFk02jIcNTtK1HLt',
signature: 'f456b1aea4ffb13967b154d1cb34560989123e49',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6765\u81ea\u4e24\u540d\u60a3\u8005\u7684\u201c\u7ea2\u5305\u201d\uff0c\u5982\u4f55\u5904\u7f6e\uff1f","smalltext":"\u201c\u60a8\u597d\uff0c\u8fd9\u662f\u60a8\u4e4b\u524d\u7ed9\u6211\u7684\u7ea2\u5305\uff0c\u6211\u5df2\u7ecf\u628a\u94b1\u5b58\u5165\u5230\u60a8\u7684\u4f4f\u9662\u8d39\uff0c\u8fd9\u662f\u6536\u636e\u8bf7\u60a8\u6536\u597d\u3002\u4f60\u4eec\u7684\u7406\u89e3\u4e0e\u4fe1\u4efb\u5c31\u662f\u6700\u597d\u7684\u2018\u7ea2\u5305\u2019\u201d\u3002\u65e5\u524d\uff0c\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5185\u5206\u6ccc\u79d1\u62a4\u58eb\u957f\u59dc\u6c38\u6167\u5c06\u6536\u5230\u7684\u4e24","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5204"};
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 () {
}
});
});
}