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=5334&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: 1746153504,
nonceStr: 'wCR7T7MnnpWejwxS',
signature: 'aae8baa43ecb011e3a543f872aa74616003cd926',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a98\u5e74\u5c0f\u4f19\u6838\u9178\u91c7\u6837\u8def\u4e0a\u65bd\u6551 \u5c06\u201c\u8f6c\u6218\u201d\u9694\u79bb\u70b92\u6708","smalltext":"4\u670817\u65e5\u4e0a\u5348\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u9ebb\u9189\u79d1\u62a4\u58eb\u9646\u68a6\u6ce2\u6b63\u524d\u5f80\u9547\u6e56\u8857\u9053\u897f\u4eac\u6751\u8fdb\u884c\u6d41\u52a8\u91c7\u6837\u5de5\u4f5c\uff0c\u770b\u5230\u8def\u8fb9\u6709\u4e00\u4eba\u8eba\u5230\u5728\u5730\uff0c\u4ed6\u7acb\u5373\u53eb\u505c\u8f66\u8f86\u9760\u8fb9\u505c\u4e0b\uff0c\u5411\u7fa4\u4f17\u96c6\u805a\u5730\u8dd1\u53bb\u3002\u539f\u6765\u662f\u4e00\u4f4d\u8001\u4eba\u9a91\u884c\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5334"};
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 () {
}
});
});
}