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=3463&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: 1746982424,
nonceStr: 'e7PD1bOn1a4W8WiU',
signature: '05f36bad94317088fcfb81d5108f4cf37febade3',
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\u6210\u7acb\u7ef5\u9633\u9996\u5bb6\u80ba\u764c\u8bca\u7597\u4e00\u4f53\u5316\u4e2d\u5fc3","smalltext":"\u4e3a\u63d0\u9ad8\u80ba\u764c\u7684\u6574\u4f53\u9632\u6cbb\u6c34\u5e73\uff0c\u63d0\u9ad8\u60a3\u8005\u751f\u5b58\u8d28\u91cf\u3002\u79ef\u6781\u9884\u9632\u764c\u75c7\uff0c\u63a8\u8fdb\u65e9\u7b5b\u67e5\u3001\u65e9\u8bca\u65ad\u3001\u65e9\u6cbb\u7597\uff0c\u964d\u4f4e\u764c\u75c7\u53d1\u75c5\u7387\u548c\u6b7b\u4ea1\u7387\uff0c\u5168\u65b9\u4f4d\u63d0\u9ad8\u60a3\u8005\u751f\u5b58\u7387\uff0c7\u67085\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u80ba\u764c\u8bca\u7597\u4e00\u4f53\u5316\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3463"};
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 () {
}
});
});
}