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=4250&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: 1744972373,
nonceStr: '5fKtKjbz1sk3aDCF',
signature: '6f3ced0929f173a88dc5d19edc0d0ce995e6cb79',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u8154\u955c\u624b\u672f\u5316\u8eab\u201c\u62c6\u5f39\u4e13\u5bb6\u201d","smalltext":"\u201c\u53f3\u4fa7\u8179\u819c\u540e\u5360\u4f4d\uff0c\u80bf\u5757\u5927\u7ea64\u5398\u7c73\u201d\u3002\u524d\u6bb5\u65f6\u95f458\u5c81\u7684\u5434\u5973\u58eb\uff0c\u56e0\u4f53\u68c0\u610f\u5916\u53d1\u73b0\u4f53\u5185\u85cf\u7740\u4e2a\u201c\u70b8\u5f39\u201d\uff0c\u968f\u65f6\u90fd\u53ef\u80fd\u53d1\u8d77\u731b\u70c8\u653b\u51fb\uff0c\u8fd9\u5bf9\u4e8e\u5434\u5973\u58eb\u4e00\u5bb6\u800c\u8a00\uff0c\u65e0\u7591\u662f\u6674\u5929\u9739\u96f3\u3002\u8fd9\u4e2a\u201c\u70b8\u5f39\u201d\u5230\u5e95","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4250"};
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 () {
}
});
});
}