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=2095&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: 1747146071,
nonceStr: 'afVqTACFUUjeFYnB',
signature: '63fcd708d956cb2dd8489ba2e55eb6635972800c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u5f3a\u5316\u63aa\u65bd \u8865\u9f50\u77ed\u677f\uff0c\u593a\u53d6\u75ab\u60c5\u9632\u63a7\u7684\u6700\u540e\u80dc\u5229","smalltext":" \u4e3a\u8fdb\u4e00\u6b65\u5f3a\u5316\u7cbe\u795e\u536b\u751f\u533b\u7597\u673a\u6784\u7684\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\uff0c\u6beb\u4e0d\u653e\u677e\u6293\u7d27\u6293\u5b9e\u6293\u7ec6\u9632\u63a7\u5404\u9879\u5de5\u4f5c\uff0c\u593a\u53d6\u6218\u201c\u75ab\u201d\u7684\u6700\u540e\u80dc\u5229\uff0c 2\u670825\u65e5\u4e0b\u5348\uff0c\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u515a\u7ec4\u6210\u5458\u3001\u526f\u4e3b\u4efb\u66f2\u522b\u62c9\u5e03\uff0c\u5e02\u536b\u751f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2095"};
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 () {
}
});
});
}