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=3314&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: 1745135124,
nonceStr: 'vjM0WcutyqNMebyU',
signature: 'a88db995a31ea0f4f21ca4f7690f77bf0e62acf8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662:\u4e00\u5c01\u6c38\u8fdc\u6ca1\u6709\u56de\u590d\u7684\u4fe1","smalltext":" \u8fd9\u51e0\u5929\u5fc3\u60c5\u9887\u4e0d\u5e73\u9759\uff0c\u5f88\u60f3\u5b89\u9759\u4e0b\u6765\u5199\u4e00\u5c01\u4fe1\uff0c\u867d\u7136\u6211\u77e5\u9053\uff0c\u8fd9\u5c06\u662f\u4e00\u5c01\u6c38\u8fdc\u4e0d\u4f1a\u6709\u56de\u590d\u7684\u4fe1\u2026\u4eb2\u7231\u7684\u5c0f\u6770\u5144\uff08\u5316\u540d):\u4f60\u73b0\u5728\u8fd8\u597d\u5417\uff1f\u8ddd\u79bb\u6211\u4eec\u7684\u6700\u540e\u4e00\u9762\u5df2\u7ecf\u4e03\u5e74\u4e86\uff0c\u4e0d\u77e5\u9053\u4f60\u5728\u5929\u5802\u662f\u5426\u4e00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3314"};
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 () {
}
});
});
}