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=1226&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: 1747147590,
nonceStr: '8Iz58xavnAjGT13c',
signature: '7dd8d37808b39a91214a8c9b56803cd386173fed',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662:\u5acc\u7591\u4eba\u751f\u541e40\u591a\u6839\u94a2\u9488 \u5185\u955c\u4e2d\u5fc3\u5de7\u529b\u52a9\u8b66","smalltext":"\u4e0d\u4e45\u524d\uff0c\u5185\u955c\u4e2d\u5fc3\u8fce\u6765\u4e86\u7279\u522b\u7684\u8bbf\u5ba2\u2014\u2014\u4e0a\u6d77\u5211\u8b66\u603b\u961f\u7684\u8b66\u5bdf\u540c\u5fd7\uff0c\u4ed6\u4eec\u4e13\u7a0b\u6765\u8d60\u9001\u9526\u65d7\uff1a\u201c\u611f\u8c22\u4e2d\u5c71\u533b\u9662\u5185\u955c\u4e2d\u5fc3\u533b\u62a4\u4eba\u5458\uff01\u534f\u52a9\u8b66\u65b9\u7c89\u788e\u4e86\u5acc\u7591\u72af\u9003\u8131\u6cd5\u5f8b\u5236\u88c1\u7684\u75af\u72c2\u5c1d\u8bd5\uff01\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1226"};
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 () {
}
});
});
}