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=2588&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: 1746210599,
nonceStr: 'trFA0cRquy48RKhl',
signature: '86f7b59e6e17ca8c5ee86ef18c7f193ea7a8e710',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u516c\u76ca\u63a5\u529b \u8ba9\u7231\u5e26\u6765\u5149\u660e","smalltext":"\u4ee5\u516c\u76ca\u4e4b\u540d\uff0c\u884c\u516c\u76ca\u4e4b\u4e8b\uff0c\u8ba9\u7231\u5e26\u6765\u5149\u660e\u30022014\u20142019\u5e74\uff0c\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\u201c\u5149\u660e\u5217\u8f66\u201d\u5df2\u8fde\u7eed\u884c\u9a76\u516d\u5e74\uff1b\u5c71\u4e1c\u6d4e\u5357\u5f80\u8fd4\u9752\u6d77\u3001\u5c71\u4e1c\u9769\u547d\u8001\u533a\u3001\u9655\u897f\u3001\u65b0\u7586\uff0c\u603b\u884c\u7a0b\u8fbe6\u4e07\u4f59\u516c\u91cc\uff1b\u7d2f\u8ba1\u5706\u6ee1\u5b8c\u6210","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2588"};
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 () {
}
});
});
}