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=4739&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: 1744100215,
nonceStr: '0BTimBIREebQnK2F',
signature: '978701c52c1908ba9946183c3ad671fe9d375d06',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u5987\u513f\u5065\u5eb7\u79d1\u666e\u56e2\u961f","smalltext":"\u5987\u5973\u513f\u7ae5\u5065\u5eb7\u662f\u5168\u6c11\u5065\u5eb7\u7684\u57fa\u77f3\uff0c\u662f\u8861\u91cf\u793e\u4f1a\u6587\u660e\u8fdb\u6b65\u7684\u6807\u5c3a\uff0c\u662f\u4eba\u7c7b\u53ef\u6301\u7eed\u53d1\u5c55\u7684\u57fa\u7840\u548c\u524d\u63d0\u3002\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5987\u513f\u4e2d\u5fc3\u4ee5\u201c\u62a4\u4f51\u5987\u5973\u513f\u7ae5\u5065\u5eb7\u201d\u4e3a\u5df1\u4efb\uff0c\u7acb\u8db3\u533b\u9662\u7684\u516c\u76ca\u5c5e\u6027\uff0c\u8ba4\u771f\u8df5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4739"};
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 () {
}
});
});
}