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=4507&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: 1741889233,
nonceStr: 'L3n36ZklyaevucSo',
signature: '1bff627673174c991418d71f1353392534176f8f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u7528\u201c\u5fc3\u201d\u4e0e\u201c\u65b0\u201d\u6539\u5584\u533b\u7597\u670d\u52a1","smalltext":"\u81ea\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u5f00\u5c55\u4ee5\u6765\uff0c\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u591a\u63aa\u5e76\u4e3e\uff0c\u79ef\u6781\u8df5\u884c\u4e3a\u4eba\u6c11\u670d\u52a1\u7684\u5b97\u65e8\uff0c\u628a\u201c\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u201d\u5b9e\u8df5\u6d3b\u52a8\u4f5c\u4e3a\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u7684\u91cd\u8981\u5185\u5bb9\u548c\u7a81\u51fa\u6293\u624b\uff0c\u575a\u6301\u95ee\u9898\u5bfc\u5411\uff0c\u7acb\u8db3\u7fa4\u4f17\u9700\u6c42","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4507"};
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 () {
}
});
});
}