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=2684&classid=13&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: 1746164587,
nonceStr: 'OHyebLPstTsRE9VP',
signature: '32de802d27a81a98734574fd5113c115e1fdf5b0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u513f\u7ae5\u533b\u9662\u793e\u5de5\u90e8\uff1a\u4ee5\u8425\u9020\u533b\u5b66\u4eba\u6587\u73af\u5883\u4e3a\u7406\u5ff5\u5f00\u5c55\u6148\u5584\u516c\u76ca\u548c\u65b0\u95fb\u5ba3\u4f20","smalltext":"\u591a\u5e74\u4ee5\u6765\uff0c\u6df1\u5733\u5e02\u513f\u7ae5\u533b\u9662\u9ad8\u5ea6\u91cd\u89c6\u521b\u5efa\u4eba\u6587\u5173\u6000\u533b\u9662\uff0c2013\u5e744\u6708\uff0c\u533b\u9662\u4e13\u95e8\u6210\u7acb\u793e\u5de5\u90e8\uff0c\u4f5c\u4e3a\u9662\u957f\u76f4\u63a5\u5206\u7ba1\u7684\u4e00\u7ea7\u884c\u653f\u804c\u80fd\u79d1\u5ba4\uff0c\u914d\u5907\u9ad8\u7d20\u8d28\u4eba\u624d\uff0c\u5de5\u4f5c\u804c\u8d23\u4e3b\u8981\u5305\u62ec\u7edf\u7b79\u533b\u9662\u6148\u5584\u516c\u76ca\u548c\u65b0\u95fb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2684"};
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 () {
}
});
});
}