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=2058&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: 1747147181,
nonceStr: '2AAw9Z4DcovLn5fj',
signature: 'c37314eb2fde53e620e312dd08538307e310983e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c\u6253\u6cb9\u8bd7\u201d\u533b\u751f\u51fa\u5173\uff0c\u540c\u4e8b\u5728\u201c\u5b66\u4e60\u5f3a\u56fd\u201d\u5f00\u4e86\u89c6\u9891\u6b22\u8fce\u4f1a","smalltext":" \u201c\u4f53\u6e29\u62a5\u4e0a\u6765\uff0c\u6d88\u6740\u505a\u8d77\u6765\u3002\u7a97\u6237\u5f00\u8d77\u6765\uff0c\u65e9\u996d\u5c31\u5feb\u6765\u201d\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u533b\u5b66\u89c2\u5bdf\u70b9\u533b\u751f\u674e\u745e\u971e\u6bcf\u5929\u90fd\u4f1a\u5728\u201c\u56e0\u75ab\u7ed3\u7f18\u7fa4\u201d\u4e2d\u53d1\u4e00\u4e9b\u6253\u6cb9\u8bd7\u3001\u641e\u7b11\u89c6\u9891\u4ee5\u53ca\u5b89\u6170\u758f\u5bfc\u7684\u8bdd\u8bed\uff0c\u4e0d\u505c\u7684\u4e3a\u7559\u89c2\u8005","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2058"};
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 () {
}
});
});
}