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=1270&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: 1747169659,
nonceStr: '5HjR5aD3btvIgCxt',
signature: 'b68685d93b0b0eee7ad9913067c6d910608c4702',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u5fc3\u00b7\u809d\u5b9d\u8d1d\u201d\u533b\u7597\u516c\u76ca\u9879\u76ee \u83b7\u6551\u201c\u5fc3\u5b9d\u8d1d\u201d\u56de\u5bb6\u4e86\uff01","smalltext":"8\u5c81\u7684\u4e91\u5357\u5973\u5b69\u5c0f\u7433\u4e39\u7531\u4e8e\u5148\u5929\u201c\u5ba4\u95f4\u9694\u7f3a\u635f\u201d\uff0c\u7a0d\u5fae\u6d3b\u52a8\u540e\u5c31\u5bb9\u6613\u5934\u6655\u4f34\u660e\u663e\u4e4f\u529b\uff0c\u53ef\u4ee5\u624b\u672f\u6cbb\u7597\u4f46\u6570\u4e07\u5143\u7684\u624b\u672f\u8d39\u4ee4\u8fd9\u4e2a\u547d\u8fd0\u591a\u821b\u7684\u5bb6\u5ead\u671b\u800c\u5374\u6b65\uff0c\u76f4\u5230\u6211\u9662\u9648\u704f\u73e0\u9662\u58eb\u4eba\u624d\u57fa\u91d1\u201c\u751f\u547d\u4e4b\u82b1\u201d\u7684\u6551\u52a9\u9879\u76ee\u201c\u5fc3\u00b7\u809d\u5b9d\u8d1d\u201d\u8ba1\u5212\u7684\u542f\u52a8\uff0c\u624d\u7ed9\u5c0f\u7433\u4e39\u91cd\u83b7\u5065\u5eb7\u5e26\u6765\u5e0c\u671b\u2014\u2014\u4e24\u5e74\u524d\uff0c\u4e2d\u56fd\u79d1\u5b66\u9662\u9662\u58eb\u3001\u4e0a\u6d77\u5e02\u5fc3\u8840\u7ba1\u75c5\u7814\u7a76\u6240\u6240\u957f\u3001\u6211\u9662\u5fc3\u5185\u79d1\u4e3b\u4efb\u845b\u5747\u6ce2\u6559\u6388\u5e26\u9886\u56e2\u961f\u5728\u5fc3\u5bfc\u7ba1\u5ba4\u6210\u529f\u4e3a\u5c0f\u7433\u4e39\u8fdb\u884c\u4e86\u5fc3\u810f\u624b\u672f\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1270"};
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 () {
}
});
});
}