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=1808&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: 1747167148,
nonceStr: 'TfbjOxK8C07FoEv8',
signature: '46ceb9f17ae555c56b0c3b43db487303b16d4381',
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\u9ed8\u9ed8\u7684\u201c\u9006\u884c\u8005\u201d\uff0c\u8840\u900f\u533b\u62a4\u4e3a\u80be\u53cb\u8d60\u9001\u6696\u5fc3\u5143\u5bb5\u793c","smalltext":"\u201c\u603b\u6709\u4e00\u9053\u5149\u7167\u5728\u6211\u5fc3\u91cc\u201d\uff0c\u5728\u6536\u5230\u7279\u6b8a\u7684\u5143\u5bb5\u793c\u7269\u540e\uff0c\u4e00\u60a3\u8005\u5728\u201c\u79d1\u6280\u57ce\u533b\u9662\u80be\u53cb\u533b\u62a4\u4ea4\u6d41\u7fa4\u201d\u4e2d\u8bf4\u9053\uff01\u5728\u8be5\u9662\u8840\u900f\u5ba4\uff0c\u4e00\u573a\u7279\u6b8a\u7684\u6696\u5fc3\u884c\u52a8\u6b63\u5728\u5c55\u5f00\uff0c\u80be\u5185\u79d1\uff08\u8840\u900f\u5ba4\uff09\u7684\u533b\u62a4\u4eba\u5458\u6b63\u5728\u7ed9\u80be\u53cb\u4eec","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1808"};
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 () {
}
});
});
}