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=1688&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: 1747169077,
nonceStr: 'rU6UaviffX4wlYd9',
signature: '50e64b56b39827c0624974859864d70187a91e33',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u4f5c\u6218\u6700\u524d\u7ebf\u90a3\u4e9b\u4eba\u7684\u201c\u6545\u4e8b\u201d","smalltext":" \u50cf\u4e00\u679a\u786c\u5e01\u6295\u5165\u5e73\u9759\u7684\u6c34\u9762\uff0c\u6cdb\u8d77\u7684\u6d9f\u6f2a\u6253\u4e71\u4e86\u672c\u5c5e\u4e8e\u8282\u65e5\u7684\u6b22\u4e50\u4e0e\u559c\u5e86\u3002\u201c\u65b0\u578b\u51a0\u75c5\u6bd2\u201d\u5728\u77ed\u77ed\u6570\u65e5\u5185\u9891\u9891\u4e0a\u70ed\u641c\uff0c\u4e5f\u6210\u4e3a\u7d27\u7ef7\u4e8e\u5168\u56fd\u4eba\u6c11\u5fc3\u4e2d\u7684\u4e00\u6839\u5f26\u3002\u51fa\u4e8e\u533b\u52a1\u5de5\u4f5c\u8005\u9aa8\u5b50\u91cc\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1688"};
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 () {
}
});
});
}