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=3712&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: 1745119174,
nonceStr: 'seiEsMjfhDapKsNg',
signature: 'ddf48baef509f0ec699fc4c27d19ff44656f2c6a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3:\u4e00\u540d\u764c\u75db\u5bb6\u5c5e\u5f00\u836f\u7684\u6545\u4e8b","smalltext":"\u201c\u4eca\u5929\u4f60\u4eec\u4e0d\u7ed9\u6211\u5f00\u836f\uff0c\u6211\u5c31\u649e\u6b7b\u5728\u8fd9\u91cc\u201d\u8bf4\u5b8c\u8fd9\u53e5\u8bdd\uff0c\u674e\u5e08\u5085\u5c06\u5934\u72e0\u72e0\u5730\u649e\u5411\u5899\u9762......\u8fd9\u662f\u53d1\u751f\u5728\u75ab\u60c5\u671f\u95f4\u75bc\u75db\u79d1\u75c5\u623f\u7684\u4e00\u4e2a\u771f\u5b9e\u4e8b\u4ef6\u3002\u674e\u5e08\u5085\u600e\u4e48\u4e86\uff1f\u4e3a\u4ec0\u4e48\u8981\u5728\u75bc\u75db\u79d1\u75c5\u623f\u649e\u5899\u5462\uff1f\u539f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3712"};
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 () {
}
});
});
}