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=1136&classid=4&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: 1746120828,
nonceStr: 'DcCsqZ8VaJMAnNzO',
signature: 'b5a3a113a70e2ff2030b9ec102b01d51369cac87',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u7985\u57ce\u9ad8\u65b0\u533a\u533b\u9662\u674e\u5b66\u71d5\uff1a\u6211\u4eec\u9700\u8981\u771f\u8bda\u5b9e\u5e72","smalltext":"\u5728\u6211\u773c\u91cc\uff0c\u52a0\u5f3a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u5177\u6709\u4e09\u65b9\u9762\u7684\u597d\u5904\uff0c\u4e00\u662f\u53ef\u4ee5\u63d0\u9ad8\u533b\u9662\u7f8e\u8a89\u5ea6\uff0c\u4e8c\u662f\u53ef\u4ee5\u589e\u5f3a\u533b\u9662\u7684\u51dd\u805a\u529b,\u5411\u5fc3\u529b\uff0c\u4e09\u662f\u53ef\u4ee5\u52a9\u63a8\u826f\u597d\u533b\u5fb7\u851a\u7136\u6210\u98ce\uff0c\u6253\u9020\u6709\u6e29\u5ea6\u7684\u548c\u8c10\u533b\u9662\u3002\u5982\u679c\u8bf4\u600e\u6837\u624d\u80fd\u505a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1136"};
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 () {
}
});
});
}