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=5322&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: 1744062308,
nonceStr: '7mjwlm5Df3AsXfTu',
signature: 'f78abc86e0ebf6cf5525520097c59b5e264b7786',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e24\u5c81\u7537\u5b69\u559d\u8c46\u82bd\u6c64\u545b\u5165\u6c14\u9053\uff0c\u533b\u751f\u5999\u624b\u53d6\u5f02\u7269","smalltext":"4\u670818\u65e5\u4e2d\u5348\uff0c\u5317\u6d77\u4e00\u540d\u4e24\u5c81\u5c0f\u7537\u5b69\u559d\u8c46\u82bd\u6c64\u65f6\u4e0d\u5c0f\u5fc3\u545b\u8fdb\u6c14\u9053\uff0c\u7d27\u6025\u9001\u5f80\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u5c31\u8bca\uff0c\u513f\u79d1\u533b\u52a1\u4eba\u5458\u987a\u5229\u5c06\u5f02\u7269\u53d6\u51fa\uff0c4\u670821\u65e5\u4e0b\u5348\uff0c\u60a3\u513f\u987a\u5229\u529e\u7406\u51fa\u9662\u624b\u7eed\uff0c\u5eb7\u590d\u56de\u5bb6\u3002\u636e\u5bb6\u5c5e\u4ecb\u7ecd\uff0c4\u67081","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5322"};
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 () {
}
});
});
}