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=1717&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: 1747170135,
nonceStr: 'PIvUX7VvlIs15bl8',
signature: '9f3b0bfd8e7add89bba9cb32f296c4131c829124',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fde\u4e91\u6e2f\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u7b49\u5fd9\u5b8c\u4e86\uff0c\u7238\u7238\u5c31\u56de\u5bb6\u966a\u4f60","smalltext":"\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\uff0c\u5982\u5de8\u77f3\u9ad8\u7a7a\u843d\u6c34\uff0c\u51fb\u7834\u4e86\u6574\u6e56\u5b81\u9759\u3002\u6625\u8282\u7965\u548c\u7684\u6c14\u6c1b\u6ca1\u5f85\u4e0a\u6f14\uff0c\u8fde\u4e8c\u533b\u5168\u4f53\u533b\u62a4\u4eba\u5458\u5c31\u548c\u5168\u56fd\u5404\u5730\u5411\u75ab\u60c5\u5ba3\u6218\u7684\u533b\u7597\u540c\u884c\u4eec\u4e00\u9053\u7acb\u5373\u6295\u8eab\u4e8e\u5bf9\u6297\u75ab\u60c5\u7684\u6218\u6597\u4e2d\u3002\u5728\u8fd9\u573a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1717"};
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 () {
}
});
});
}