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=2753&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: 1746164587,
nonceStr: 'XnASG4NwW2qR96yb',
signature: 'e7613a66cbff9d0111e130eeb5465e594cab9ca6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u533b\u60a3\u76f4\u901a\u8f66\u8bf4\u51fa\u5fc3\u91cc\u8bdd\uff0c\u643a\u624b\u5728\u4e00\u8d77","smalltext":"\u968f\u7740\u793e\u4f1a\u8fdb\u6b65\uff0c\u5927\u4f17\u8d8a\u6765\u8d8a\u5173\u6ce8\u81ea\u8eab\u5065\u5eb7\uff0c\u533b\u52a1\u4eba\u5458\u7684\u5de5\u4f5c\u4efb\u52a1\u548c\u5de5\u4f5c\u538b\u529b\u4e5f\u8d8a\u6765\u8d8a\u91cd\uff0c\u53ef\u6709\u65f6\u5374\u6362\u6765\u60a3\u8005\u548c\u5bb6\u5c5e\u8d8a\u6765\u8d8a\u591a\u7684\u4e0d\u7406\u89e3\u4e0e\u62b1\u6028\uff0c\u533b\u60a3\u6c9f\u901a\u4e0d\u7545\u662f\u5f15\u53d1\u4e0a\u8ff0\u77db\u76fe\u7684\u4e00\u4e2a\u975e\u5e38\u4e3b\u8981\u7684\u539f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2753"};
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 () {
}
});
});
}