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=1168&classid=4&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: 1746128725,
nonceStr: 'Kk2lvqpyyjIG4SUY',
signature: 'ba21a62aef6d4b557f4430fea5deaed51a900ce5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\u53f2\u5a01\u97e1\uff1a\u533b\u9662\u91cc\u7684\u4eba\u751f\u611f\u609f","smalltext":"\u4ece\u5c0f\u7684\u8bb0\u5fc6\u5c31\u662f\u548c\u533b\u9662\u8054\u7cfb\u5728\u4e00\u8d77\uff0c\u5988\u5988\u5728\u533b\u9662\u540e\u52e4\u5e93\u623f\u4e0a\u73ed\uff0c\u6bcf\u5f53\u5979\u4e0a\u591c\u73ed\u6211\u90fd\u4f1a\u95f9\u7740\u8981\u548c\u5979\u4e00\u8d77\u4e0a\uff0c\u533b\u9662\u91cc\u7684\u5047\u5c71\u82b1\u56ed\u662f\u6211\u7684\u6e38\u4e50\u573a\uff0c\u4e00\u4e2a\u5c0f\u5c71\u6d1e\u4e5f\u6210\u4e86\u5b69\u5b50\u4eec\u4e89\u5148\u6050\u540e\u62a2\u5360\u7684\u201c\u5b9d\u5730\u201d\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1168"};
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 () {
}
});
});
}