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=2036&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: 1747147877,
nonceStr: 'Gm8eOUPvpf1bT3Db',
signature: '2f6145e98e95364fd5649660b48a796f4d12fe48',
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\uff1a\u82cf\u9102\u9694\u5730\u4e0d\u9694\u7231\uff0c2\u5206\u949f\u7684\u751f\u65e5\u805a\u4f1a\u8ba9\u4eba\u6cea\u76ee","smalltext":" 2\u670821\u65e5\uff0c\u662f\u7b2c\u4e94\u6279\u6c5f\u82cf\u9a70\u63f4\u6e56\u5317\u533b\u7597\u961f\u961f\u5458\u3001\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u91cd\u75c7\u76d1\u62a4\u5ba4\u62a4\u58eb\u957f\u7a0b\u9759\u5a1f2\u4e2a\u5973\u513f\u5171\u540c\u7684\u751f\u65e5\u3002\u5f80\u5e74\u7684\u8fd9\u4e00\u5929\uff0c\u90fd\u662f\u4e00\u5bb6\u4eba\u805a\u5728\u4e00\u8d77\u8fc7\u7684\u3002\u800c\u4eca\u5e74\uff0c\u7a0b\u9759\u5a1f\u5374\u4e0d\u5728\u4ed6\u4eec\u8eab\u8fb9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2036"};
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 () {
}
});
});
}