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=260&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: 1743702962,
nonceStr: 'F6kZW41SZPPXWWKs',
signature: '70f0be40edcea7c1e17d9c8a759bb02566317b35',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u201c\u63d0\u706f\u5973\u795e\u201d\u53e4\u7a00\u4e4b\u5e74\u6297\u764c\u3001\u593a\u51a0 \u5e26\u7740\u4f18\u96c5\u7684\u7b11\u5bb9\u6210\u4e3a\u751f\u547d\u7684\u5f3a\u8005","smalltext":"\u5979\u662f\u4e00\u4f4d76\u5c81\u7684\u8001\u4eba\uff0c\u5979\u662f\u4e00\u4e2a\u764c\u75c7\u60a3\u8005\uff0c\u5979\u662f\u4e00\u4e2a\u5728\u62a4\u7406\u5c97\u4f4d\u5e72\u4e8630\u591a\u5e74\u7684\u8001\u62a4\u58eb\u957f\uff0c\u5979\u662f\u4e00\u4e2a\u8111\u529b\u8fd0\u52a8\u7684\u667a\u8005\uff0c\u5979\u662f\u4e00\u4f4d\u6148\u7965\u7684\u6bcd\u4eb2\uff0c\u5979\u662f\u4e00\u4e2a\u6d51\u8eab\u6563\u53d1\u9752\u6625\u6c14\u606f\u7684\u5973\u795e\uff0c\u5979\u6765\u81ea\u6210\u90fd\u6e29\u6c5f\uff0c\u5979\u7684\u540d\u5b57\u53eb\u674e\u4e9a\u4e03\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=260"};
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 () {
}
});
});
}