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=5463&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: 1746134314,
nonceStr: 'UaPWxQxPRK27Xf1b',
signature: '099a35ef609fcb618d2cb16519068156b1d7aad0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff1a\u4e0d\u6015\u4e22\uff01\u66f4\u9ad8\u6548\uff01\u533b\u9662\u4e0a\u7ebf\u201c\u7535\u5b50\u7968\u636e\u201d","smalltext":"\u5c31\u533b\u65f6\uff0c\u5f80\u8fd4\u7a97\u53e3\u3001\u6392\u961f\u53d6\u7eb8\u8d28\u7968\u636e\u592a\u590d\u6742\uff1f\u533b\u7597\u53d1\u7968\u4e00\u65e6\u4e22\u5931\u62a5\u9500\u592a\u9ebb\u70e6\uff1f \u8fd1\u65e5\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\u4e0a\u7ebf\u201c\u7535\u5b50\u7968\u636e\u201d\u4fbf\u6c11\u670d\u52a1\uff0c\u7f34\u8d39\u540e\u53ef\u7ebf\u4e0a\u67e5\u770b\u7535\u5b50\u7968\u636e\uff0c\u4e0d\u518d\u5f00\u5177\u7eb8\u8d28\u7968\u636e\uff0c\u8ba9\u5c45\u6c11\u5c31\u533b\u66f4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5463"};
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 () {
}
});
});
}