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=4684&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: 1743764483,
nonceStr: 'RN2oU5aDQnejer8J',
signature: 'fcef7c71e8f0705897d03c8e56103ae10063b7fe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e03\u4eba\u6c11\u533b\u9662-\u5185\u5206\u6ccc\u79d1\u533b\u62a4\u56e2\u961f","smalltext":"\u4e3a\u52a0\u5f3a\u5bf9\u7cd6\u5c3f\u75c5\u7684\u9632\u6cbb\u610f\u8bc6\uff0c\u9f13\u52b1\u7cd6\u5c3f\u75c5\u60a3\u8005\u6cbb\u7597\u3001\u6559\u80b2\u3001\u8fd0\u52a8\u3001\u7ba1\u7406\u591a\u63aa\u5e76\u4e3e\uff0c\u6211\u9662\u5185\u5206\u6ccc\u79d1\u575a\u6301\u79c9\u627f\u201c\u4ee5\u60a3\u8005\u4e3a\u4e2d\u5fc3\u201d\u7684\u670d\u52a1\u5b97\u65e8\uff0c\u5168\u529b\u6253\u9020\u4ee5\u79ef\u6781\u63a7\u7cd6\u3001\u89c4\u8303\u7ba1\u7406\u3001\u79d1\u5b66\u996e\u98df\u3001\u52a0\u5f3a\u8fd0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4684"};
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 () {
}
});
});
}