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=4098&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: 1745056099,
nonceStr: 'bEBhIwkS0SuWGlaf',
signature: 'dcf6a0c87d0f1dec15c213d4fd863e470cb5b9e9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u5b89\u5168\u751f\u4ea7\u8b66\u793a\u6559\u80b2\u4e13\u9898\u57f9\u8bad","smalltext":"\u4e3a\u8ba4\u771f\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5173\u4e8e\u5b89\u5168\u751f\u4ea7\u7684\u4e00\u7cfb\u5217\u91cd\u8981\u6307\u793a\u6279\u793a\u7cbe\u795e\uff0c\u843d\u5b9e\u4e0a\u7ea7\u5b89\u5168\u751f\u4ea7\u51b3\u7b56\u90e8\u7f72\uff0c\u5207\u5b9e\u52a0\u5f3a\u5b89\u5168\u751f\u4ea7\u5ba3\u4f20\u6559\u80b2\uff0c\u4fdd\u969c\u533b\u9662\u5b89\u5168\u751f\u4ea7\uff0c2\u670819\u65e5\u4e0b\u5348\uff0c\u70df\u51e4\u51f0\u53f0\u533b\u9662\u53ec\u5f00\u5b89\u5168\u751f\u4ea7\u8b66","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4098"};
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 () {
}
});
});
}