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=5378&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: 1746128885,
nonceStr: '34m7RlhIzz77J9Hf',
signature: '999c74bb697acffcd994aeb2c47644ee1f18690d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6ef4\u6ef4\uff01\u9662\u5185\u7231\u5fc3\u6446\u6e21\u8f66\u6b63\u5f0f\u8fd0\u884c","smalltext":"\u4e3a\u5207\u5b9e\u6539\u5584\u533b\u7597\u670d\u52a1\uff0c\u4f18\u5316\u60a3\u8005\u670d\u52a1\u6d41\u7a0b\uff0c\u65b9\u4fbf\u60a3\u8005\u5c31\u533b\uff0c\u6539\u5584\u4eba\u6c11\u7fa4\u4f17\u5c31\u533b\u611f\u53d7\uff0c\u589e\u5f3a\u7fa4\u4f17\u5c31\u533b\u83b7\u5f97\u611f\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u518d\u6dfb\u4f18\u8d28\u670d\u52a1\u65b0\u4e3e\u63aa\uff0c\u57283\u670811\u65e5\u8bd5\u8fd0\u884c\u7231\u5fc3\u6446\u6e21\u8f66\u7684\u57fa\u7840\u4e0a\uff0c\u7ecf\u8fc73\u4e2a\u6708\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5378"};
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 () {
}
});
});
}