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=273&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: 1743702952,
nonceStr: 'xmEKxyL7u364j9my',
signature: 'c210f3009bd7b6a6f3c779e6312c77198674eb7f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u53e3\u8154\u533b\u5b66\u9662:\u597d\u6696\uff0c\u4e00\u4f4d\u5988\u5988\u7ed9\u767d\u8863\u5929\u4f7f\u9001\u8bd7","smalltext":"\u6e29\u533b\u5927\u9644\u5c5e\u53e3\u8154\u533b\u9662\u513f\u7ae5\u53e3\u8154\u79d1\u7684\u533b\u751f\u6885\u4e3d\u7434\u8fd1\u65e5\u6536\u5230\u4e00\u4efd\u7279\u6b8a\u201c\u793c\u7269\u201d\u3002\u8fd9\u662f\u4e00\u9996\u5c0f\u60a3\u8005\u7684\u6bcd\u4eb2\u5199\u4e0b\u7684\u8bd7\uff0c\u76ee\u7684\u662f\u611f\u8c22\u6885\u4e3d\u7434\u7cbe\u5fc3\u6cbb\u7597\u3001\u7167\u987e\u5b69\u5b50\u3002 \t\u6885\u4e3d\u7434\u8bf4\uff0c\u6536\u5230\u8bd7\u5f88\u60ca\u559c\uff0c\u968f\u4e4b\u800c\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=273"};
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 () {
}
});
});
}