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=408&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: 1730419091,
nonceStr: 'OMk0VXsApG4mEigB',
signature: '748a08056ec29715f5698d51ad7950e16aff118e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u767d\u8863\u5929\u4f7f\u8fdb\u7279\u6821\uff0c\u5065\u5eb7\u5feb\u4e50\u6211\u76f8\u4f34","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u53d1\u6325\u5171\u4ea7\u515a\u5458\u7684\u5148\u950b\u6a21\u8303\u4f5c\u7528\uff0c\u53d1\u626c\u4e2d\u534e\u6c11\u65cf\u201c\u8001\u543e\u8001\u4ee5\u53ca\u4eba\u4e4b\u8001\uff0c\u5e7c\u543e\u5e7c\u4ee5\u53ca\u4eba\u4e4b\u5e7c\u201d\u7684\u4f18\u826f\u4f20\u7edf\uff0c\u7ef5\u7af9\u5e02\u533b\u9662\u5185\u79d1\u652f\u90e8\u7ec4\u7ec7\u5f00\u5c55\u201c\u767d\u8863\u5929\u4f7f\u8fdb\u7279\u6821\uff0c\u5065\u5eb7\u5feb\u4e50\u6211\u76f8\u4f34\u201d\u7279\u522b\u515a\u65e5\u6d3b\u52a8\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=408"};
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 () {
}
});
});
}