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=5206&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: 1746152671,
nonceStr: 'EIz277P430POVaBp',
signature: '76487379412478355e586cfdd277ba32b2407e67',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u6b66\u6c49\u591c\u665a\u7684\u516c\u4ea4\u4e0a\u6f14\u6696\u5fc3\u4e00\u5e55\uff0c\u5973\u62a4\u58eb\u679c\u65ad\u51fa\u624b\u6025\u6551\u6655\u5012\u7537\u5b50","smalltext":" \u591c\u665a\u7684\u516c\u4ea4\u8f66\u4e0a\uff0c\u5e74\u8f7b\u7537\u5b50\u7a81\u7136\u6655\u53a5\uff0c\u4e58\u5ba2\u614c\u4e71\u4e4b\u65f6\uff0c\u521a\u4e0a\u8f66\u7684\u5973\u62a4\u58eb\u679c\u65ad\u5c55\u5f00\u6025\u6551\uff0c\u7537\u5b50\u8f6c\u5371\u4e3a\u5b89\u300220\u65e5\u665a\uff0c\u6b66\u6c49538\u8def\u516c\u4ea4\u8f66\u4e0a\u53d1\u751f\u6696\u5fc3\u4e00\u5e55\u3002 \u5f53\u665a\u8fd19\u65f6\uff0c\u6b66\u660c\u5b9d\u901a\u5bfa\u7ad9\u5f00\u5f80\u5353","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5206"};
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 () {
}
});
});
}