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=1632&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: 1747190655,
nonceStr: 'yyK6wBAomCWiWdVu',
signature: '38c70d690d9238ddb40cdc962578f4c3438a74bb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u300a\u5fc3\u613f\u300b\u83b7\u56db\u5ddd\u7701\u536b\u751f\u5065\u5eb7\u59d4\u5fae\u7535\u5f71\u5c55\u64ad\u6700\u4f73\u5bfc\u6f14\u5956","smalltext":"1\u670811\u65e5\uff0c\u7531\u56db\u5ddd\u7701\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u4e3b\u529e\u7684\u201c\u58ee\u4e3d\u4e03\u5341\u5e74 \u594b\u8fdb\u5065\u5eb7\u8def\u2014\u2014\u4f20\u627f\u5149\u8363 \u5b88\u62a4\u751f\u547d\u201d\u7b2c\u4e94\u5c4a\u5fae\u7535\u5f71\u5c55\u64ad\u6d3b\u52a8\u4e3e\u884c\uff0c\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\u5fae\u89c6\u9891\u300a\u5fc3\u613f\u300b\u83b7\u7701\u536b\u5065\u59d4\u5fae\u7535\u5f71\u5c55\u64ad\u6700\u4f73\u5bfc\u6f14\u5956\u94dc\u5956\u3002\u540c\u65f6\uff0c\u8be5\u7247\u8fd8\u83b7\u5f97\u4e86\u6210\u90fd\u5e02\u536b\u5065\u59d4\u7b2c\u4e09\u5c4a\u201c\u6210\u90fd\u9a84\u50b2 \u5927\u7f8e\u533b\u8005\u201d\u5fae\u89c6\u9891\u5927\u8d5b\u6700\u4f73\u7f16\u5267\u5956\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1632"};
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 () {
}
});
});
}