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=4650&classid=10&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: 1743764814,
nonceStr: 'Ujag6AdxDyvgUiHU',
signature: '212880e7704c3bed17b7b3494d522baacbe40f14',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662-\u4e92\u8054\u7f51\u533b\u9662\u4e0e\u533b\u5b66\u4eba\u6587\u7684\u201c\u4e91\u201d\u4e0a\u4e4b\u7ea6","smalltext":"\u4e00\u3001\u6848\u4f8b\u7b80\u4ecb\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u4e92\u8054\u7f51\u533b\u9662\uff0c\u575a\u6301\u4ee5\u4eba\u6c11\u4e3a\u4e2d\u5fc3\u7684\u53d1\u5c55\u7406\u5ff5\uff0c\u5145\u5206\u53d1\u6325\u4e92\u8054\u7f51\u533b\u9662\u8fdc\u7a0b\u3001\u9ad8\u6548\u3001\u4fbf\u6377\u7684\u4f18\u52bf\uff0c\u7a81\u7834\u65f6\u7a7a\u9650\u5236\uff0c\u5347\u7ea7\u62d3\u5c55\u548c\u5ef6\u4f38\u201c\u4e92\u8054\u7f51+\u533b\u7597\u201d\u670d\u52a1\u5185\u6db5\uff0c\u4e3a\u4eba\u6c11\u7fa4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4650"};
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 () {
}
});
});
}