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=1920&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: 1747146485,
nonceStr: 'kBlCWqLKAUqw36hd',
signature: '1400543702c5b0a2d46703a66de79548702d5bff',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u629a\u987a\u5e02\u7b2c\u56db\u533b\u9662:\u4ed6\u4eec\u7528\u624b\u7ed8\u5411\u533b\u62a4\u4eba\u5458\u81f4\u656c\uff01","smalltext":"\u9762\u5bf9\u75ab\u60c5\uff0c\u4e0d\u662f\u6bcf\u4f4d\u533b\u62a4\u4eba\u5458\u90fd\u80fd\u591f\u5230\u4e00\u7ebf\u5de5\u4f5c\uff0c\u4f46\u4f5c\u4e3a\u540c\u884c\u7684\u4ed6\u4eec\u6bd4\u6211\u4eec\u666e\u901a\u4eba\u66f4\u4e86\u89e3\u5176\u4e2d\u7684\u5371\u9669\uff0c\u66f4\u80fd\u4f53\u4f1a\u5176\u4e2d\u7684\u8f9b\u82e6\u3002\u629a\u987a\u5e02\u7b2c\u56db\u533b\u9662\u62a4\u58eb\u4e8e\u535a\u56e0\u4e3a\u9aa8\u6298\uff0c\u5728\u5bb6\u4f11\u606f\uff0c\u5f53\u5979\u770b\u5230\u7535\u89c6\u62a5\u9053\u5f53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1920"};
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 () {
}
});
});
}