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=6791&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: 1746120918,
nonceStr: 'PLC44v8Pwu2xOwA6',
signature: 'ba63f386e9d241c08ec52e20f57f1c731d9370f3',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u201c\u6211\u662f\u5c0f\u5c0f\u4e2d\u533b\u5e08\u201d\uff0c\u8ba9\u5b69\u5b50\u611f\u53d7\u4e2d\u533b\u836f\u6587\u5316\u5965\u79d8\u4e0e\u9b45\u529b","smalltext":"\u4e2d\u533b\u4e0d\u4ec5\u4ec5\u662f\u4e00\u95e8\u5bcc\u6709\u9b45\u529b\u7684\u4f20\u7edf\u533b\u5b66\uff0c\u66f4\u662f\u4e00\u79cd\u503c\u5f97\u88ab\u4e16\u4ee3\u76f8\u4f20\u7684\u4e98\u53e4\u6587\u5316\u3002\u4e3a\u4e86\u79ef\u6781\u4f20\u64ad\u4e2d\u533b\u836f\u4f20\u7edf\u6587\u5316\uff0c\u4e30\u5bcc\u9752\u5c11\u513f\u4e2d\u533b\u836f\u6587\u5316\u6559\u80b2\uff0c20\u65e5\u4e0a\u5348\uff0c\u97f6\u5173\u5e02\u5987\u5973\u8054\u5408\u4f1a\u3001\u97f6\u5173\u5e02\u536b\u751f\u5065\u5eb7\u5c40","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6791"};
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 () {
}
});
});
}