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=3803&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: 1745108533,
nonceStr: 'Zko2ZmKHbYjtYliK',
signature: '075e37c6e869336912d91f116d993fb8388d9452',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u7cbe\u51c6\u6276\u8d2b\u653e\u5728\u5fc3\u574e\u4e0a \u843d\u5728\u884c\u52a8\u4e0a","smalltext":"11\u670813\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u3001\u9662\u957f\u738b\u7426\u540c\u5fd7\u5e26\u9886\u5e2e\u6276\u5e72\u90e8\u518d\u6b21\u6765\u5230\u5bf9\u53e3\u5e2e\u6276\u5355\u4f4d\u7ff0\u7ae0\u6c38\u5bcc\u6751\u5f00\u5c55\u5e2e\u6276\u5de5\u4f5c\u3002\u738b\u7426\u9662\u957f\u4e0e\u6751\u8d1f\u8d23\u4eba\u8fdb\u884c\u8bbf\u8c08\u540e\u4e86\u89e3\u5230\uff0c\u4e00\u6237\u8d2b\u56f0\u6751\u6c11\u5bb6\u91cc\u5728\u79cb\u6536\u540e\uff0c\u5269\u4f59\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3803"};
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 () {
}
});
});
}