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=4527&classid=11&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: 1743764819,
nonceStr: 'w0v22xL1gbz40kFv',
signature: '596b01b84f37a5bd5f87d7ac47a97f538f3951f0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9042\u5b81\u5e02\u4e2d\u533b\u9662-\u7a81\u51fa\u5148\u950b\u5f15\u9886\u4f5c\u7528 \u6fc0\u53d1\u5168\u9662\u5458\u5de5\u6d3b\u529b","smalltext":"\u80cc\u666f\u4e0e\u8d77\u56e0\uff1a\u515a\u7684\u5341\u4e5d\u5927\u5bf9\u65b0\u65f6\u4ee3\u63a8\u8fdb\u515a\u7684\u5efa\u8bbe\u65b0\u7684\u4f1f\u5927\u5de5\u7a0b\u4f5c\u51fa\u4e86\u5168\u9762\u90e8\u7f72\uff0c\u8981\u6c42\u63a8\u52a8\u5168\u9762\u4ece\u4e25\u6cbb\u515a\u5411\u7eb5\u6df1\u53d1\u5c55\u3002\u516c\u7acb\u533b\u9662\u627f\u62c5\u7740\u515a\u548c\u653f\u5e9c\u4e3a\u4eba\u6c11\u63d0\u4f9b\u57fa\u672c\u533b\u7597\u670d\u52a1\uff0c\u4fdd\u969c\u516c\u5e73\u4eab\u6709\u3001\u7ef4\u62a4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4527"};
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 () {
}
});
});
}