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=1726&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: 1747168013,
nonceStr: 'tgcUmRJaO5o6CvRX',
signature: 'eba862847a140d5988f91a6caf2f2e6f667310db',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6ee1\u4e16\u754c\u627e\u76fe\u724c\u7684\u4eba\uff1a\u4ed6\u4eec\u4e0e\u6b7b\u795e\u640f\u6597\uff0c\u6211\u4eec\u6765\u5b88\u62a4\u4ed6\u4eec","smalltext":"1\u670831\u65e5\u51cc\u6668\uff0c\u5728\u5bd2\u98ce\u4e2d\uff0c\u56db\u5ddd\u822a\u7a7a\u7684\u4e00\u67b6\u56fd\u9645\u73ed\u673a\u964d\u843d\u5728\u6210\u90fd\u53cc\u6d41\u673a\u573a\u3002\u56db\u5ddd\u7701\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u7684\u5de5\u4f5c\u4eba\u5458\u5df2\u5728\u7b49\u5f85\u3002\u4ed6\u4eec\u7fd8\u9996\u4ee5\u76fc\u7684\u9632\u62a4\u7269\u8d44\u2014\u2014600\u4e2a\u533b\u7528\u62a4\u76ee\u955c\u548c\u4e00\u6279\u533b\u7528\u624b\u5957","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1726"};
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 () {
}
});
});
}