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=6747&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: 1743633015,
nonceStr: 'KHcX2y66B3Rofqtu',
signature: 'a1a3e14122fbe6e42f422a1626fd987040e902a9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u513f\u7ae5\u53cb\u597d\u578b\u533b\u9662\u5efa\u8bbe\u63a2\u7d22","smalltext":"\u4e3a\u6df1\u5165\u8d2f\u5f7b\u843d\u5b9e\u300a\u5065\u5eb7\u4e2d\u56fd2030\u89c4\u5212\u7eb2\u8981\u300b\uff0c\u5168\u9762\u63d0\u9ad8\u4eba\u6c11\u5065\u5eb7\u6c34\u5e73\uff0c\u5404\u5927\u533b\u9662\u7eb7\u7eb7\u5f00\u5c55\u4ece\u73af\u5883\u5efa\u8bbe\u5230\u8bca\u7597\u670d\u52a1\uff0c\u4ee5\u53ca\u533b\u9662\u4eba\u6587\u670d\u52a1\u7b49\u5168\u65b9\u9762\u7684\u521b\u65b0\u3002\u521b\u5efa\u513f\u7ae5\u53cb\u597d\u578b\u533b\u9662\uff0c\u5c31\u6210\u4e86\u5f53\u4e0b\u513f\u7ae5\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6747"};
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 () {
}
});
});
}