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=4262&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: 1744969850,
nonceStr: 'rrvSs3hNg7wOJQNX',
signature: 'a60be6a2c482db2fadce348d2260b5ec867ac118',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u626c\u5b50\u6d32\u5b66\u6821\u661f\u706b\u6587\u5b66\u793e\uff1a\u5c06\u8bdd\u5267\u8868\u6f14\u878d\u5165\u620f\u5267\u8bb2\u5ea7","smalltext":"\u4e3a\u54cd\u5e94\u6c5f\u897f\u661f\u706b\u6587\u5b66\u6742\u5fd7\u793e\u7684\u5021\u5bfc\uff0c\u6df1\u5165\u5b9e\u65bd\u201c\u4f5c\u5bb6\u6559\u4f60\u5199\u4f5c\u201d\u6587\u827a\u5fd7\u613f\u670d\u52a1\u9879\u76ee\uff0c\u52a0\u5f3a\u515a\u53f2\u5b66\u4e60\u6559\u80b2\uff0c4\u670811\u65e5\uff0c\u626c\u5b50\u6d32\u5b66\u6821\u661f\u706b\u6587\u5b66\u793e\u6307\u5bfc\u8001\u5e08\u3001\u300a\u661f\u706b\u300b\u5065\u5eb7\u9a7f\u9a7f\u957f\u6234\u59d7\u5728\u5f55\u64ad\u5ba4\u4ee5\u300a\u821e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4262"};
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 () {
}
});
});
}