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=3826&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: 1746619465,
nonceStr: '7VkQcRKVpGt1Mwv9',
signature: '1bb5b28251006abbdf4ddd053fe2bb0c7a41f00b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4e3a\u4e86\u4e00\u679a\u67a3\u6838 \u591a\u79d1\u533b\u751f\u6df1\u591c\u594b\u6218","smalltext":"\u201c\u6ca1\u60f3\u5230\u8bef\u541e\u4e00\u679a\u67a3\u6838\uff0c\u5dee\u70b9\u8981\u4e86\u547d\u3002\u201d11\u670826\u65e5\uff0c\u6b63\u51c6\u5907\u51fa\u9662\u7684\u5c0f\u674e\u60f3\u8d77\u6628\u665a\u7684\u4e8b\u60c5\u4ecd\u5fc3\u6709\u4f59\u60b8\u3002\u516b\u5b9d\u7ca5\u5403\u5f97\u592a\u7740\u6025\uff0c \u8bef\u541e\u67a3\u6838\u5dee\u70b9\u6233\u7a7f\u5927\u52a8\u810911\u670825\u65e5\u665a9\u70b9\u591a\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6d88\u5316\u5185","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3826"};
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 () {
}
});
});
}