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=4829&classid=10&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: 1743764484,
nonceStr: 'VW8LuM63Lgiv9fon',
signature: 'f88f0891724f72688b25c4f032c1b5d79e5df641',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u8054\u52e4\u4fdd\u969c\u90e8\u961f\u7b2c988\u533b\u9662-\u79c9\u627f\u521d\u5fc3 \u516b\u7eae\u540c\u8f68","smalltext":"988\u533b\u9662\u62a4\u7406\u4eba\u79c9\u627f\u4f18\u8d28\u5316\u53d1\u5c55\u3001\u540c\u8d28\u5316\u7ba1\u7406\u3001\u6807\u51c6\u5316\u5efa\u8bbe\u3001\u89c4\u8303\u5316\u8fd0\u884c\u7684\u7406\u5ff5\uff0c\u5c65\u884c\u201c\u4fc3\u8fdb\u5065\u5eb7\u3001\u9884\u9632\u75be\u75c5\u3001\u6062\u590d\u5065\u5eb7\u3001\u51cf\u8f7b\u75db\u82e6\u201d\u7684\u804c\u8d23\uff0c\u6309\u7167\u201c\u51fa\u624b\u5fc5\u51fa\u5f69\uff0c\u5b8c\u6210\u5fc5\u5b8c\u7f8e\u201d\u7684\u539f\u5219\uff0c\u6df1\u5316","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4829"};
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 () {
}
});
});
}