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=3518&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: 1745119735,
nonceStr: 'st8wUZDsqUPmCvKv',
signature: 'd7cc964dd0733f75ed5d622e88c947ef216059f2',
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\u6e38\u7ef5\u9633\u65b9\u7279\uff0c\u533b\u7597\u4fdd\u969c\u4e0d\u53ef\u5c11","smalltext":"\u201c\u8fd9\u4e48\u70ed\uff0c\u53bb\u65b9\u7279\u4e2d\u6691\u4e86\u600e\u4e48\u529e\uff1f\u201d\u201c\u4e0d\u6015\u3002\u201d\u201c\u56ed\u533a\u90a3\u4e48\u5927\uff0c\u4e0d\u5c0f\u5fc3\u53d7\u4f24\u4e86\u600e\u4e48\u529e\uff1f\u201d\u201c\u4e0d\u6015\u3002\u201d\u201c\u7f8e\u98df\u90a3\u4e48\u591a\uff0c\u5403\u6491\u4e86\u4e0d\u6d88\u5316\u62c9\u809a\u5b50\u600e\u4e48\u529e\uff1f\u201d\u201c\u4e0d\u6015\u3002\u201d\u201c\u548b\u4e2a\u5565\u90fd\u4e0d\u6015\u54e6\uff1f\u201d\u201c\u56e0\u4e3a\u4e8c\u533b\u9662\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3518"};
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 () {
}
});
});
}