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=5307&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: 1741751357,
nonceStr: 'YNzeWoQb3y4kbVhO',
signature: 'f91efc51dd2a3fa673f4e4f5b2df73c3921ea4b3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u201c\u75ab\u201d\u7ebf\u80cc\u540e\u7684\u201c\u6570\u636e\u5c16\u5175\u201d","smalltext":"\u5728\u51e4\u51f0\u53f0\u533b\u9662\u7684\u6297\u75ab\u961f\u4f0d\u4e2d\uff0c\u6709\u8fd9\u6837\u4e00\u4e2a\u4eba\uff0c\u5979\u6781\u5c11\u51fa\u73b0\u5728\u9632\u63a7\u4e00\u7ebf\u7684\u753b\u9762\u91cc\uff0c\u5374\u662f\u8fd9\u573a\u6297\u51fb\u75ab\u60c5\u6218\u6597\u7684\u91cd\u8981\u89d2\u8272\uff0c\u662f\u75ab\u60c5\u6218\u7ebf\u7684\u201c\u9690\u5f62\u6218\u58eb\u201d\uff0c\u5979\u5c31\u662f\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u516c\u536b\u79d1\u526f\u4e3b\u4efb\u5218\u7ea2\u71d5\uff0c\u4f5c\u4e3a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5307"};
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 () {
}
});
});
}