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=5240&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: 1746152609,
nonceStr: 'hZZiKPnoNmGitrA4',
signature: 'ca76bf712649e33186d00e8e64c772dd108f51c4',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a95\u540e\u533b\u62a4\u592b\u59bb\u56e0\u6297\u75ab2\u6708\u76f8\u9694\uff0c\u7ec8\u8fce\u6625\u5929","smalltext":"\u201c\u60f3\u5403\u4ec0\u4e48\u63d0\u524d\u544a\u8bc9\u6211\uff0c\u6211\u6765\u51c6\u5907\uff01\u201d\u4e09\u516b\u5987\u5973\u8282\u5f53\u5929\uff0c\u9646\u9759\u5b8c\u621060\u5929\u9694\u79bb\u70b9\u9a7b\u5b88\u4efb\u52a1\uff0c\u5f00\u59cb\u4e3a\u671f14\u5929\u7684\u96c6\u4e2d\u5065\u5eb7\u7ba1\u7406\u3002\u5728\u8fd9\u4e2a\u7279\u6b8a\u7684\u65e5\u5b50\uff0c\u5979\u7684\u4e08\u592b\u94b1\u6587\u8c6a\u505a\u4e86\u4e00\u987f\u4e30\u76db\u7684\u7231\u5fc3\u665a\u9910\u9001\u4e86\u8fc7\u53bb\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5240"};
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 () {
}
});
});
}