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=4772&classid=11&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: 1743764483,
nonceStr: 'BtQba4ePmjVlME61',
signature: '6a529c0d3c950fef720780e003b30488240089fa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5229\u7fa4\u533b\u9662-\u85aa\u706b\u76f8\u4f20 \u628a\u793e\u533a\u5065\u5eb7\u76f4\u901a\u8f66\u5f00\u5230\u5c45\u6c11\u5bb6\u95e8\u53e3","smalltext":"\u4e00\u3001\u6848\u4f8b\u80cc\u666f\u6ca1\u6709\u5168\u6c11\u5065\u5eb7\uff0c\u5c31\u6ca1\u6709\u5168\u9762\u5c0f\u5eb7\u3002\u5065\u5eb7\u662f\u5e7f\u5927\u5c45\u6c11\u7fa4\u4f17\u5bf9\u7f8e\u597d\u751f\u6d3b\u7684\u5411\u5f80\uff0c\u4e5f\u662f\u767e\u59d3\u201c\u9ad8\u54c1\u8d28\u751f\u6d3b\u201d\u7684\u91cd\u8981\u652f\u6491\u3002\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5229\u7fa4\u533b\u9662\u662f\u4e00\u5bb6\u4e8c\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u533b\u9662\uff0c\u5730\u5904\u666e\u9640","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4772"};
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 () {
}
});
});
}