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=5092&classid=4&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: 1738774041,
nonceStr: 'kp5clZkFZXzZvTBY',
signature: 'b53d17717292c43aa2954f71212bb9ea4388cefa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4e00\u672c\u767b\u8bb0\u518c\u89c1\u8bc1\u4e00\u79cd\u4f20\u67d3\u75c5\u7684\u6d88\u4ea1","smalltext":"\u85cf\u53cb\u91d1\u5409\u78ca\u5148\u751f\u6536\u85cf\u4e86\u4e00\u4efd\u300a\u79cd\u75d8\u6237\u53e3\u767b\u8bb0\u518c\u300b\uff0c\u4e3a1952\u5e744\u67088\u65e5\u586b\u5199\u7684\u6587\u767b\u53bf\u5341\u4e09\u533a\u67f3\u6797\u4e61\u51b6\u53e3\u6751\u7684\u79cd\u75d8\u60c5\u51b5\uff0c\u843d\u6b3e\u4e3a\u201c\u5c71\u4e1c\u7701\u4eba\u6c11\u653f\u5e9c\u536b\u751f\u5385\u5236\u201d\u3002\u8be5\u767b\u8bb0\u518c\u7ea625\u00d720\u5398\u7c73\u5927\u5c0f\uff0c30\u4f59\u9875","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=5092"};
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 () {
}
});
});
}