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=4612&classid=5&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: 1746209024,
nonceStr: 'BZN48AsLYvBKNRxt',
signature: 'd7daff90e994cdcbf843f05f629abe7b352c2d82',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6551\u6cbb\u6210\u529f\u4e00\u4f8b\u5c11\u89c1\u7684\u690e\u52a8\u8109\u5939\u5c42\u52a8\u8109\u7624\u7834\u88c2\u51fa\u8840\u60a3\u8005","smalltext":"\u75c5\u60c5\u8fdb\u5c55\u6709\u65f6\u5019\u5c31\u50cf\u662f\u51b3\u5824\u7684\u6d2a\u6c347\u670822\u65e518\u65f6\u8bb8\uff0c\u6025\u8bca\u6765\u4e86\u4e00\u4f4d\u4e2d\u5e74\u7537\u6027\u60a3\u8005\uff0c\u770b\u4e0a\u53bb\u7cbe\u795e\u72b6\u6001\u8fd8\u4e0d\u9519\uff0c\u4ed6\u544a\u8bc9\u533b\u751f\u201c\u53f3\u8033\u5fc3\u75bc\u75db\u201d\uff0c\u6025\u8bca\u533b\u751f\u53ca\u8033\u9f3b\u5589\u79d1\u533b\u751f\u4f1a\u8bca\u68c0\u67e5\u540e\u8003\u8651\u201c\u7591\u4f3c\u4e2d\u8033\u708e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4612"};
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 () {
}
});
});
}