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=2344&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: 1730422986,
nonceStr: 'jUSKdgiHuNxhsbFh',
signature: '0e1724ee7f2567f35c9d891ed44f34d9ddeaa046',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\uff1a\u5f18\u626c\u4e4c\u5170\u7267\u9a91\u7cbe\u795e \u505a\u6839\u690d\u4e8e\u7956\u56fd\u8fb9\u7586\u7684\u4eba\u6587\u7231\u5fc3\u533b\u9662","smalltext":"\u5f18\u626c\u4e4c\u5170\u7267\u9a91\u7cbe\u795e \u505a\u6839\u690d\u4e8e\u7956\u56fd\u8fb9\u7586\u7684\u4eba\u6587\u7231\u5fc3\u533b\u9662\u2014\u2014\u5185\u8499\u53e4\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\u521b\u5efa\u201c\u4eba\u6587\u7231\u5fc3\u533b\u9662\u201d\u7eaa\u5b9e\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\u4f4d\u4e8e\u5185\u8499\u53e4\u897f\u90e8\uff0c\u5317\u4e0e\u8499\u53e4\u56fd\u63a5\u58e4\uff0c\u95f4\u4e8e\u9655\u7518\u5b81\u8fb9\u533a\u5939\u89d2\u4e2d\uff0c\u53f2","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2344"};
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 () {
}
});
});
}