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=4793&classid=10&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: 1743764479,
nonceStr: 'vYYNfWvmWD7nwMVB',
signature: '9fc9315d7706bbc90ca55aca58b2fc4ae502887a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u5987\u5e7c\u4fdd\u5065\u9662-\u65b0\u751f\u513f\u75be\u75c5\u7b5b\u67e5\u56e2\u961f","smalltext":"\u56e0\u52bf\u800c\u52a8\uff0c\u66f4\u8981\u8d62\u5f97\u4e3b\u52a8\u3002\u5728\u52a0\u5feb\u5efa\u8bbe\u4e0e\u7ca4\u6e2f\u6fb3\u5927\u6e7e\u533a\u76f8\u914d\u5957\u7684\u533b\u7597\u4f53\u7cfb\uff0c\u6253\u9020\u54c1\u8d28\u533b\u7597\u7684\u9053\u8def\u4e0a\uff0c\u5168\u5e02\u4e43\u81f3\u5168\u7701\u5404\u4e2a\u533b\u7597\u673a\u6784\u5728\u5404\u81ea\u8d5b\u9053\u4e0a\u4e89\u9f99\u593a\u9526\u3002\u5728\u7ca4\u6e2f\u6fb3\u5927\u6e7e\u533a\u6218\u7565\u89c4\u5212\u7eb2\u8981\u4e2d\uff0c\u6253\u9020","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4793"};
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 () {
}
});
});
}