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=4960&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: 1743703344,
nonceStr: '0B1ABQl0A77K4jfc',
signature: '8879ca0b8de68d6d1e2a17e8a0dff320a5d2f2b3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u5927\u5b66\u9644\u5c5e\u533b\u9662-\u670d\u52a1\u7ba1\u7406\u90e8","smalltext":"\u9752\u5c9b\u5927\u5b66\u9644\u5c5e\u533b\u9662\u662f\u4e00\u6240\u5efa\u9662123\u5e74\u7684\u7efc\u5408\u6027\u4e09\u7ea7\u7532\u7b49\u533b\u9662\uff0c\u73b0\u62e5\u67095\u4e2a\u9662\u533a\uff0c5682\u5f20\u5e8a\u4f4d\uff0c\u5458\u5de5\u8fd1\u4e07\u4eba\u3002\u62e5\u6709\u9ad8\u7ea7\u4e13\u4e1a\u6280\u672f\u4eba\u54581574\u540d\uff0c\u535a\u58eb978\u540d\uff0c\u7855\u58eb1858\u540d\uff0c\u62e5\u6709\u53cc\u8058\u9662\u58eb1\u4eba\uff0c\u4eab\u53d7\u56fd\u52a1\u9662\u653f\u5e9c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4960"};
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 () {
}
});
});
}