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=3898&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: 1745108887,
nonceStr: 'K8BTiJ2g2RRNiE8N',
signature: 'b3cdb92f87a97e2443a1d26726018ebc0b8124da',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u6211\u4e0d\u662f\u4e00\u4e2a\u5408\u683c\u7684\u5973\u513f\uff0c\u4f46\u6211\u662f\u4e00\u540d\u5408\u683c\u7684\u533b\u62a4\u4eba\u5458\uff01","smalltext":"\u51e0\u5929\u524d\uff0c\u60a3\u8005\u56e0\u4e3a\u75c5\u60c5\u9700\u8981\u5c06\u8f6c\u5f80\u4e0a\u7ea7\u533b\u9662\u7ee7\u7eed\u6cbb\u7597\uff0c\u6211\u4e58\u5750120\u6551\u62a4\u8f66\u62a4\u9001\u60a3\u8005\u3002\u8fd9\u4f4d\u60a3\u8005\u539f\u672c\u5c31\u662f\u6211\u4e0a\u73ed\u671f\u95f4\u6240\u7ba1\u75c5\u623f\u7684\u60a3\u8005\uff0c\u5927\u5a18\u5df2\u7ecf\u4f4f\u9662\u534a\u4e2a\u591a\u6708\u4e86\uff0c\u6211\u65e9\u5c31\u548c\u5979\u7684\u5bb6\u4eba\u719f\u7edc\u8d77\u6765\u3002\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3898"};
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 () {
}
});
});
}