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=5159&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: 1743764381,
nonceStr: 'jlop5noEAYgPWXgI',
signature: 'afe9a9e9f12c25b0ac29ff49435cd9c23388b9a6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u201c\u533b\u6559\u7ed3\u5408\u201d\u70b9\u4eae\u513f\u7ae5\u5eb7\u590d\u4e4b\u8def","smalltext":"\u6bcf\u4e00\u540d\u513f\u7ae5\u90fd\u4eab\u6709\u53d7\u6559\u80b2\u7684\u6743\u5229\uff0c\u4f46\u6709\u4e00\u4e2a\u7279\u6b8a\u7684\u7fa4\u4f53\uff0c\u4ed6\u4eec\u4e5f\u6709\u6e34\u76fc\u53d7\u6559\u80b2\u7684\u773c\u775b\uff0c\u53ef\u662f\u7531\u4e8e\u8eab\u4f53\u539f\u56e0\uff0c\u50cf\u666e\u901a\u5b69\u5b50\u4e00\u6837\u80cc\u7740\u4e66\u5305\u4e0a\u5e7c\u513f\u56ed\u3001\u4e0a\u5b66\u5374\u5341\u5206\u5730\u4e0d\u6613\u2026\u2026","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5159"};
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 () {
}
});
});
}