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=1328&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: 1747193816,
nonceStr: '0WGDYajFaL9ICLt0',
signature: '433ded118fdecd0158255a1e1e67ef15c5a32f28',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662:\u9664\u98a4400\u4f59\u6b21,\u591a\u79d1\u534f\u4f5c\u521b\u5947\u8ff9\uff01","smalltext":"\u7535\u95ea\u96f7\u9e23\u662f\u7531\u4e8e\u5e26\u5f02\u79cd\u7535\u8377\u7684\u4e91\u5c42\u6216\u4e91\u5c42\u4e0e\u5927\u5730\u4e4b\u95f4\u7684\u4e00\u79cd\u653e\u7535\u73b0\u8c61\uff0c\u653e\u7535\u65f6\u4ea7\u751f\u706b\u82b1\u5c31\u662f\u6211\u4eec\u89c1\u5230\u7684\u95ea\u7535\uff0c\u4ea7\u751f\u7684\u58f0\u97f3\u5c31\u662f\u6211\u4eec\u542c\u5230\u7684\u96f7\u58f0\u3002\u95ea\u7535\u4e0e\u6253\u96f7\u8ba9\u4eba\u5bb3\u6015\uff0c\u800c\u6709\u4e00\u79cd\u53d1\u751f\u5728\u4eba\u8eab\u4e0a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1328"};
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 () {
}
});
});
}