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=1232&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: 1749481238,
nonceStr: '8lSI2weszBtgVbrk',
signature: 'c470e39ab65c6f949dc26b86eb300a9a3e89caa3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u56e0\u4e3a\u7231\u56fd\uff0c\u4e0d\u9700\u8981\u7406\u7531","smalltext":"\u4e3a\u5e86\u795d\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6210\u7acb70\u5468\u5e74\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u62a4\u7406\u5fd7\u613f\u8005\u5229\u7528\u4e1a\u4f59\u65f6\u95f4,\u5206\u6279\u3001\u5206\u6b21\u8fdb\u5165\u5c0f\u533a\u4e3a\u5c45\u6c11\u8bb2\u89e3\u5fc3\u80ba\u590d\u82cf\u6025\u6551\u77e5\u8bc6\uff0c\u8d70\u8fdb\u4e61\u9547\u5e7f\u573a\u4e3a\u6751\u6c11\u6d4b\u91cf\u8840\u538b\u3001\u8840\u7cd6\uff0c\u53d1\u653e\u9884\u9632\u9ad8\u8840\u538b\u5ba3","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1232"};
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 () {
}
});
});
}