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=957&classid=4&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: 1743702960,
nonceStr: 'YB7TrJaKbqYc7YdX',
signature: '3194c9e9bc99682f3f1b912e9b5e1ee5da1d1c49',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u9b4f\u7f8e\u5a1f:\u753b\u6846\u91cc\u7684\u90a3\u628a\u73a9\u5177\u67aa","smalltext":"\u5728\u522b\u4eba\u7684\u773c\u4e2d\uff0c\u533b\u751f\u662f\u4e00\u4efd\u6210\u5c31\u611f\u5f88\u9ad8\u7684\u7279\u6b8a\u804c\u4e1a\u3002\u4f46\u603b\u6709\u90a3\u4e48\u4e00\u523b\uff0c\u4f5c\u4e3a\u533b\u751f\u7684\u81ea\u5df1\uff0c\u6211\u4e5f\u4f1a\u611f\u5230\u5982\u6b64\u7684\u65e0\u5948\u548c\u7edd\u671b\uff01\u751a\u81f3\u89c9\u5f97\u81ea\u5df1\u5f88\u65e0\u60c5\uff0111\u5e74\u524d\uff0c\u6211\u521a\u8fdb\u5165\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662PICU(\u91cd\u75c7\u76d1\u62a4\u75c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=957"};
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 () {
}
});
});
}