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=4728&classid=11&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: 1743669033,
nonceStr: 'KazT07Yofld8V52a',
signature: 'f7f2983b9fd7df7d74e01968e541660caa210ccf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u4e2d\u77f3\u6cb9\u4e2d\u5fc3\u533b\u9662-\u4ee5\u515a\u5efa\u9879\u76ee\u5236\u4e3a\u6293\u624b\u5efa\u8bbe\u4eba\u6587\u79d1\u5ba4","smalltext":"\u6cb3\u5317\u4e2d\u77f3\u6cb9\u4e2d\u5fc3\u533b\u9662\u9ebb\u9189\u79d1\u662f\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u4e3a\u4e00\u4f53\u7684\u4e34\u5e8a\u5b66\u79d1\uff0c\u662f\u5eca\u574a\u5e02\u533b\u5b66\u91cd\u70b9\u53d1\u5c55\u79d1\u5ba4\uff0c\u6cb3\u5317\u7701\u4f4f\u9662\u533b\u5e08\u89c4\u8303\u5316\u57f9\u8bad\u57fa\u5730\u3002\u79d1\u5ba4\u627f\u62c5\u5168\u9662\u5404\u79d1\u5ba4\u6025\u75c7\u53ca\u62e9\u671f\u624b\u672f\u75c5\u4eba\u4e34\u5e8a\u9ebb\u9189\u3001","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4728"};
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 () {
}
});
});
}