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=3047&classid=13&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: 1746109279,
nonceStr: 'Znyme5vOElIdtMor',
signature: 'dfb61c745fdd90ceee3646a1237e12cd43e873a9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6025\u8bca-\u513f\u7ae5\u91cd\u75c7\u533b\u5b66\u79d1\uff1a\u5947\u8ff9\u56e2\u961f\u662f\u8fd9\u6837\u70bc\u6210\u7684","smalltext":"\u5341\u516d\u5e74\u524d\u7684\u8d35\u5dde\u5927\u5730\uff0c2004\u5e74\uff0c\u8d35\u5dde\u77013500\u591a\u4e07\u4eba\u53e3\uff0c\u5176\u4e2d0-14\u5c81\u513f\u7ae5\u536022.4%\uff0c\u7ea6800\u591a\u4e07\u5c11\u5e74\u513f\u7ae5\uff0c\u4f46\u662f\u6574\u4e2a\u8d35\u5dde\u7701\u5185\u6ca1\u6709\u4e00\u5bb6\u533b\u9662\u62e5\u6709\u513f\u7ae5\u91cd\u75c7\u76d1\u62a4\u75c5\u623f\uff0c\u6761\u4ef6\u8f83\u597d\u7684\u4e09\u7ea7\u7532\u7b49\u533b\u9662\u4ec5\u4ec5\u67091-2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=3047"};
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 () {
}
});
});
}