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=2444&classid=12&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: 1730419860,
nonceStr: 'mIW8OqtrJTFdFq7w',
signature: '917868eafb4f2ab6b8b105fbd21429b5c93245a0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u9b4f\u7f8e\u5a1f:\u7eff\u8863\u6218\u58eb","smalltext":"\u9b4f\u7f8e\u5a1f\uff0c\u5357\u660c\u5927\u5b66\u672c\u79d1\u6bd5\u4e1a\uff0c\u4efb\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u5ba3\u4f20\u79d1\u5e72\u4e8b\uff0c\u4e00\u76f4\u8d1f\u8d23\u8fd0\u8425\u533b\u9662\u5b98\u65b9\u5fae\u4fe1\u3001\u7f51\u7ad9\u4e0e\u5fae\u535a\u3002\u4e3b\u8981\u5de5\u4f5c\u5305\u62ec\u6bcf\u5468\u6587\u7a3f\u7684\u91c7\u7f16\uff1b\u533b\u9662\u901a\u8baf\u5458\u7a3f\u4ef6\u7684\u6536\u7a3f\u3001\u4fee\u6539\uff1b\u5bf9\u5916\u8054\u7edc\u5a92\u4f53\u3002\u6211\u4ece\u4e8b\u533b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2444"};
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 () {
}
});
});
}