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=2786&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: 1747119383,
nonceStr: 'DDPoN7hHnIdB0rEZ',
signature: '22bb6772da34b9cded2fb7a06ab37573228c8613',
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\u7b2c\u4e09\u6279\u63f4\u6e56\u5317\u533b\u7597\u961f\uff1a\u4ece\u201c\u846b\u82a6\u5a03\u201d\u7ec4\u5408\u5230\u201c\u718a\u732b\u5929\u56e2\u201d \u4ed6\u4eec\u5df2\u5728\u6b66\u6c49\u594b\u621854\u5929","smalltext":"3\u670826\u65e5\uff0c\u6b66\u6c49\u5927\u5b66\u4eba\u6c11\u533b\u9662\u4e1c\u9662\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u75c5\u533a\u8fdb\u884c\u75c5\u533a\u6574\u5408\uff0c\u7b2c\u4e94\u75c5\u533a\u6b63\u5f0f\u5173\u95e8\u3002\u4e00\u6bb5\u80cc\u4e0a\u753b\u7740\u5f62\u6001\u5404\u5f02\u3001\u61a8\u840c\u53ef\u7231\u5927\u718a\u732b\u7684\u533b\u7597\u961f\u5458\u5728\u7b2c\u4e94\u75c5\u533a\u6253\u626b\u536b\u751f\u548c\u6d88\u6740\u7684\u89c6\u9891\u5237\u5c4f\u670b\u53cb\u5708","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2786"};
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 () {
}
});
});
}