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=4317&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: 1746257130,
nonceStr: 'bWSINYfC78A93i9k',
signature: '630ce8245597f42f86452dbe5b91d6d6fb9b08d6',
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\u5927\u5b66\u534e\u897f\u533b\u9662\uff1a\u795e\u7ecf\u5916\u79d1\u6210\u529f\u5b8c\u6210\u4e00\u4f8b\u4e16\u754c\u7f55\u89c1\u6df7\u5408\u6027\u751f\u957f\u6fc0\u7d20\u6ccc\u4e73\u7d20\u7ec6\u80de\u817a\u7624\u5e7c\u513f\u53cc\u955c\u8054\u5408\u624b\u672f","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u795e\u7ecf\u5916\u79d1\u8521\u535a\u6587\u6559\u6388\u3001\u90d1\u677e\u5e73\u526f\u6559\u6388\u56e2\u961f\u6210\u529f\u4e3a\u4e00\u540d\u4e16\u754c\u7f55\u89c1\u76842\u5c81\u5e7c\u513f\u5782\u4f53\u6df7\u5408\u6027\u751f\u957f\u6fc0\u7d20\u6ccc\u4e73\u7d20\u7ec6\u80de\u817a\u7624\u60a3\u8005\uff0c\u5b9e\u65bd\u4e86\u663e\u5fae\u955c\u3001\u9f3b\u5185\u955c\u53cc\u955c\u8054\u5408\u624b\u672f\u3002\u5782\u4f53\u6df7\u5408\u6027\u751f\u957f\u6fc0\u7d20\u6ccc\u4e73\u7d20\u7ec6\u80de\u817a\u7624\u5728\u5e7c\u513f\u4e2d\u53d1\u75c5\uff0c\u5168\u7403\u7ea6\u6570\u5341\u4f8b\u62a5\u9053\uff0c\u6b64\u75c5\u4f8b\u4e3a\u56fd\u5185\u9996\u4f8b\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4317"};
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 () {
}
});
});
}