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=4259&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: 1744969709,
nonceStr: 'L3dC64jB4sjEMZJ0',
signature: 'f4ae1438e8aa6d55dcf77a28d16c5e37952de12a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u8b66\u8f66\u5f00\u9053 \u97f6\u5173\u5987\u5e7c3\u4e07\u4e2a\u201c\u80da\u80ce\u5b9d\u5b9d\u201d\u642c\u65b0\u5bb6","smalltext":"4\u67089\u65e5\uff0c\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u751f\u6b96\u533b\u5b66\u4e2d\u5fc3\u6574\u4f53\u642c\u8fc1\u81f3\u8299\u84c9\u65b0\u9662\u533a\u3002\u5f53\u5929\u4e0b\u5348\uff0c3\u4e07\u591a\u4e2a\u51b7\u51bb\u80da\u80ce\u88ab\u88c5\u516520\u4e2a\u534a\u7c73\u591a\u9ad8\u7684\u6db2\u6c2e\u7f50\u4e2d\uff0c\u5728\u8b66\u8f66\u7684\u5f00\u9053\u4e0b\uff0c\u7531\u4e13\u4e1a\u80da\u80ce\u5e08\u966a\u540c\uff0c\u642d\u4e58\u201c\u6210\u529f\u53f7\u201d\u8fd0\u8f93\u8f66\uff0c\u4ece","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4259"};
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 () {
}
});
});
}