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=2795&classid=10&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: 1743764655,
nonceStr: 'x6hRSLNGIIN5Kqw1',
signature: '695a13323a8c172424cf7f62600659368c3629e6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u5916\u534e\u4e2d\u5fc3\u8840\u7ba1\u75c5\u533b\u9662:\u521b\u65b0\u8f7d\u4f53 \u5411\u5916\u8f90\u5c04 \u878d\u6587\u5316\u4eba \u8d23\u4efb\u62c5\u5f53","smalltext":"\u961c\u5916\u534e\u4e2d\u5fc3\u8840\u7ba1\u75c5\u533b\u9662\u662f\u7531\u4e2d\u56fd\u533b\u5b66\u79d1\u5b66\u9662\u961c\u5916\u533b\u9662\u3001\u56fd\u5bb6\u5fc3\u8840\u7ba1\u75c5\u4e2d\u5fc3\u4e0e\u6cb3\u5357\u7701\u4eba\u6c11\u653f\u5e9c\u5408\u4f5c\u5171\u5efa\uff0c\u56fd\u5bb6\u4e09\u7ea7\u7532\u7b49\u516c\u7acb\u533b\u9662\uff0c\u4e5f\u662f\u56fd\u5bb6\u5fc3\u8840\u7ba1\u75c5\u4e2d\u5fc3\u534e\u4e2d\u5206\u4e2d\u5fc3\u6240\u5728\u5730\u3002\u672c\u7740\u201c\u4ec1\u5fc3\u3001\u7b03","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2795"};
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 () {
}
});
});
}