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=3187&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: 1745151346,
nonceStr: 'GchMHB4otT3lt0bU',
signature: 'bdbb6a2e9eb45c9606318e21620b87951762b439',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u6709\u6696\u98ce\u5728\u5fc3\u4e2d \u6625\u6696\u82b1\u5f00\u7ec8\u6709\u65f6","smalltext":" \u516c\u5171\u536b\u751f\u79d1\u662f\u4e00\u4e2a\u4e0d\u88ab\u5927\u5bb6\u6240\u719f\u6089\u7684\u79d1\u5ba4\uff0c\u4e3b\u8981\u627f\u62c5\u7a81\u53d1\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u98ce\u9669\u6392\u67e5\u3001\u6536\u96c6\u548c\u4fe1\u606f\u4e0a\u62a5\u5de5\u4f5c\uff0c\u300a\u533b\u5b66\u51fa\u751f\u8bc1\u660e\u300b\u4e0e\u300a\u6b7b\u4ea1\u8bc1\u660e\u300b\u7ba1\u7406\u3001\u5ba1\u6838\u76d6\u7ae0\u5de5\u4f5c\u3001\u533b\u9662\u516c\u5171\u536b\u751f\u76d1\u6d4b\u4fe1\u606f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3187"};
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 () {
}
});
});
}