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=3775&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: 1745108650,
nonceStr: 'bkvV7jBUqIbqkkD8',
signature: '7e02294ae093a1fb84dd094923d4b96e888c3cc8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fbe\u5ddd\u533a\u4eba\u6c11\u533b\u9662:\u4eba\u6587\u4e4b\u7f8e\u662f\u533b\u9662\u6700\u7f8e\u7684\u98ce\u666f","smalltext":" \u4e0a\u5468\u542c\u4e86\u4e00\u5802\u5173\u4e8e\u201c\u4f18\u8d28\u670d\u52a1\u548c\u6807\u51c6\u5316\u5efa\u8bbe\u201d\u7684\u57f9\u8bad\u8bfe\uff0c\u5176\u4e2d\u201c\u5982\u679c\u4e00\u4e2a\u5ba2\u6237\u56e0\u4ef7\u683c\u539f\u56e0\u79bb\u53bb\uff0c\u53ef\u80fd\u4f1a\u56de\u6765\uff0c\u56e0\u8d28\u91cf\u539f\u56e0\uff0c\u591a\u534a\u4e0d\u4f1a\u56de\u6765\uff0c\u56e0\u6001\u5ea6\u539f\u56e0\uff0c\u4e00\u5b9a\u4e0d\u4f1a\u56de\u6765\u201d\u7684\u89c2\u70b9\u5f15\u8d77\u4e0e\u4f1a\u4eba\u5458","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3775"};
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 () {
}
});
});
}