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=6654&classid=14&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: 1746135579,
nonceStr: 'Vkpv8m1vfCQATGu3',
signature: '615e12f786c091014ea410341c8fbdcfc87235e0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5171\u7b51\u7231\u5fc3\u6865\u6881 \u70b9\u4eae\u5e0c\u671b\u4e4b\u706f","smalltext":"\u4e09\u6708\u5982\u6b4c\uff0c\u4e07\u7269\u590d\u82cf\uff0c\u662f\u64ad\u79cd\u7684\u5b63\u8282\uff0c\u6211\u4eec\u4e5f\u6d12\u4e0b\u4e86\u4e00\u7c92\u7231\u7684\u79cd\u5b50\u30023\u6708\u7684\u4e00\u5929\uff0c\u6e56\u5317\u7701\u80bf\u7624\u533b\u9662\u80f8\u90e8\u653e\u7597\u4e00\u75c5\u533a\u5168\u4f53\u533b\u52a1\u4eba\u5458\u5728\u5149\u8c37\u5e7f\u573a\u4e3e\u884c\u4e86\u4e00\u6b21\u7231\u5fc3\u52df\u6350\u6d3b\u52a8\uff0c\u5e0c\u671b\u80fd\u4e3a\u672c\u79d1\u5ba4\u4e00\u540d\u5e74\u8f7b\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6654"};
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 () {
}
});
});
}