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=4588&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: 1746160351,
nonceStr: 'DU4CfRUEuLjhbn3y',
signature: '043a3c58ad9ff1a59d800069acbd38fc1b3e6c65',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u868c\u57e0\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662-\u201c\u75ab\u82d7\u63a5\u79cd\uff0c\u6211\u4eec\u5728\u884c\u52a8\u201d\u4eba\u6587\u4e3b\u9898\u516c\u76ca\u6d3b\u52a8","smalltext":"\u6839\u636e\u5168\u5e02\u7edf\u4e00\u90e8\u7f72\u5b89\u6392\uff0c\u81ea2020\u5e745\u6708\u5f00\u59cb\uff0c\u868c\u533b\u4e8c\u9644\u9662\u603b\u9662\u9884\u9632\u63a5\u79cd\u95e8\u8bca\u5c06\u627f\u63a5\u6dee\u4e0a\u533a\u5c45\u6c11\u65b0\u51a0\u75ab\u82d7\u63a5\u79cd\u5de5\u4f5c\uff0c\u5982\u4f55\u63a8\u52a8\u63a5\u79cd\u5de5\u4f5c\u5e73\u7a33\u6709\u5e8f\u8fdb\u884c\uff0c\u5c06\u75ab\u82d7\u63a5\u79cd\u79d1\u666e\u4e0e\u670d\u52a1\u60a3\u8005\u6709\u6548\u7ed3\u5408\uff0c\u5ba3\u4f20\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4588"};
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 () {
}
});
});
}