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=4816&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: 1743764663,
nonceStr: 'b7xYrLqaaMEZsakt',
signature: '501cbf27badedffff35ec5c3ab52a60d29bef61d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662-\u201c\u5c0f\u5357\u201d\uff0c\u6253\u9020\u4e00\u770b\u5c31\u61c2\u4e00\u5b66\u5c31\u4f1a\u7684\u79d1\u666e\u54c1\u724c","smalltext":"\u57ce\u4e4b\u5357\uff0c\u6d77\u4e4b\u6ee8\uff0c\u5341\u5b57\u6c34\u8857\uff0c\u7530\u5b57\u7eff\u5eca\u2026\u2026\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662\u5c31\u5750\u843d\u4e8e\u7f8e\u4e3d\u7684\u5357\u4e0a\u6d77\u5949\u8d24\uff0c \u201c\u5c0f\u5357\u201d\u4e4b\u540d\u4e5f\u7531\u6b64\u800c\u6765\u3002\u5c0f\u5357\u8bdd\u79d1\u666e\u662f\u5949\u4e2d\u5fc3\u7684\u4e00\u4e2a\u7279\u8272\u5065\u5eb7\u79d1\u666e\u54c1\u724c\uff0c\u6210\u7acb\u4e8e2016\u5e748\u6708\uff0c\u8fc4\u4eca","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4816"};
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 () {
}
});
});
}