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=4524&classid=11&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: 1743764590,
nonceStr: 'pczIlUJxzlOMLSix',
signature: '4b19c4f7462bc42bcb330af811e853dfb802ab88',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u7ed9\u5b69\u5b50\u4eec\u5fc3\u7684\u672a\u6765","smalltext":"\u6848\u4f8b1\uff1a\u5bb6\u4f4f\u6606\u5c71\u5e02\u6b63\u4eea\u9547\u7684\u4e01\u79cb\u82b3\uff08\u5316\u540d\uff09\u5973\u58eb\uff0c\u6000\u62b1\u7740\u5b9d\u5b9d\u4e01\u5c0f\u6770\uff08\u5316\u540d\uff09\uff0c\u6765\u5230\u4e86\u9644\u8fd1\u7684\u6b63\u4eea\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff0c\u7ed9\u5b9d\u5b9d\u8fdb\u884c3\u6708\u9f84\u513f\u7ae5\u5065\u5eb7\u68c0\u67e5\u3002\u63a5\u5f85\u5979\u7684\u662f\u6b63\u4eea\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u7684\u5434\u82b3\u82b3\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4524"};
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 () {
}
});
});
}