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=1143&classid=4&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: 1746128624,
nonceStr: 'W7rwDxtsGaa5atHd',
signature: 'a14b1206e76b5ec17d09ad4b31361249a35967dc',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u5357\u5927\u5b66\u9644\u5c5e\u533b\u9662\u738b\u7f18\uff1a\u4ee5\u7231\u4e4b\u540d\uff0c\u5171\u7b51\u5fd7\u613f\u4e4b\u57ce","smalltext":"\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u662f\u533b\u9662\u7ade\u4e89\u4e2d\u65e0\u5904\u4e0d\u5728\u4e14\u6781\u4e3a\u91cd\u8981\u7684\u8f6f\u56e0\u7d20\u3002\u5bf9\u4e8e\u804c\u5de5\u800c\u8a00\uff0c\u826f\u597d\u7684\u533b\u9662\u6587\u5316\u80fd\u591f\u52a0\u5f3a\u804c\u5de5\u7684\u5fc3\u7406\u5f52\u5c5e\u611f\uff0c\u6784\u7b51\u5171\u540c\u7684\u4ef7\u503c\u89c2\u548c\u4fe1\u5ff5\u8ffd\u6c42\uff0c\u6f5c\u79fb\u9ed8\u5316\u5730\u63d0\u5347\u804c\u5de5\u601d\u60f3\u3001\u6587\u5316\u3001\u9053","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1143"};
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 () {
}
});
});
}