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=1269&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: 1747169597,
nonceStr: 'A0CMpKdm3Vo00wVi',
signature: 'df95f69ef65a0585aeba432a82d784ec83fed0a9',
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\uff1a\u542c\u4ece\u533b70\u5e74\u524d\u8f88\u8bdd\u533b\u8005\u7684\u56fd\u5bb6\u4f7f\u547d","smalltext":"\u4e3a\u5e86\u795d\u7b2c\u4e8c\u5c4a\u201c\u4e2d\u56fd\u533b\u5e08\u8282\u201d\uff0c\u6df1\u5165\u8d2f\u5f7b\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\uff0c\u5f18\u626c\u201c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u536b\u751f\u5065\u5eb7\u5d07\u9ad8\u7cbe\u795e\uff0c\u6211\u9662\u4e8e8\u670819\u65e5\u4e3e\u884c\u201c\u5fc6\u4ece\u533b\u4e4b\u8def\u3001\u62c5\u4e2d\u5c71\u4f7f\u547d\u201d\u5e86\u795d\u7b2c\u4e8c\u5c4a\u201c\u4e2d\u56fd\u533b\u5e08\u8282\u201d\u5927\u4f1a\u3002\u590d\u65e6\u5927\u5b66\u515a\u59d4\u526f\u4e66\u8bb0\u3001\u7eaa\u59d4\u4e66\u8bb0\u3001\u4e0a\u6d77\u533b\u5b66\u9662\u515a\u59d4\u4e66\u8bb0\u8881\u6b63\u5b8f\uff0c\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u6c6a\u6615\u3001\u9662\u957f\u517c\u515a\u59d4\u526f\u4e66\u8bb0\u6a0a\u5609\u3001\u9662\u9886\u5bfc\u73ed\u5b50\u6210\u5458\u3001\u515a\u59d4\u59d4\u5458\u3001\u804c\u80fd\u90e8\u95e8\u8d1f\u8d23\u4eba\u3001\u515a\u5458\u4ee3\u8868\u3001\u56e2\u5458\u4ee3\u8868\u3001\u65b0\u804c\u5de5\u4ee3\u8868\u7b49\u51fa\u5e2d\u4f1a\u8bae\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1269"};
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 () {
}
});
});
}