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=6757&classid=14&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: 1746135381,
nonceStr: 'ci67xM0P0hWVlBgz',
signature: 'e41ec96acadd0896141e82b11e94554223ca1daf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e0d\u4ec5\u662f\u6cbb\u7597\u8005\uff0c\u66f4\u662f\u966a\u4f34\u8005\u2014\u2014\u8fde\u9501\u5eb7\u590d\u533b\u9662\u7684\u4eba\u6587\u5173\u6000\u5b9e\u8df5","smalltext":"\u300c\u6709\u65f6\u53bb\u6cbb\u6108\uff0c\u5e38\u5e38\u53bb\u5e2e\u52a9\uff0c\u603b\u662f\u53bb\u5b89\u6170\u300d\u2014\u2014\u5728\u5065\u5609\u5eb7\u590d\uff0c\u4eba\u6587\u5173\u6000\u6240\u4f20\u9012\u7684\u533b\u5b66\u6e29\u5ea6\u6b63\u6e29\u6696\u6bcf\u4e00\u4f4d\u5eb7\u590d\u60a3\u8005\u5065\u5609\u5eb7\u590d\u4eba\u59cb\u7ec8\u575a\u6301\u4e0d\u4ec5\u8981\u6cbb\u8eab\uff0c\u66f4\u8981\u6cbb\u5fc3\u7684\u7406\u5ff5\uff0c\u5168\u529b\u6539\u5584\u60a3\u8005\u7684\u5c31\u533b\u4f53\u9a8c\uff0c\u6253\u9020","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6757"};
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 () {
}
});
});
}