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=2391&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: 1744328662,
nonceStr: 'hVW2H7v3ffRPSEQz',
signature: 'f40396e0734bc1eac7e562229223b11866ab9562',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91b4\u9675\u5e02\u5987\u5e7c\u4fdd\u5065\u8ba1\u5212\u751f\u80b2\u670d\u52a1\u4e2d\u5fc3\uff1a\u5f00\u62d3\u521b\u65b0\uff0c\u94f8\u5c31\u5987\u5e7c\u54c1\u724c","smalltext":"\u91b4\u9675\uff0c\u81ea\u4e1c\u6c49\u7f6e\u53bf\u5df2\u67092000\u4f59\u5e74\uff0c\u5730\u5904\u201c\u4e00\u90e8\u4e00\u5e26\u201d\u4ea4\u6c47\u70b9\u3001\u201c\u6e56\u5357\u4e1c\u5927\u95e8\u201d\u6700\u524d\u6cbf\u30021985\u5e74\u64a4\u53bf\u8bbe\u5e02\uff0c\u73b0\u8f9619\u4e2a\u9547\u30014\u4e2a\u8857\u9053\u30011\u4e2a\u7701\u7ea7\u7ecf\u6d4e\u5f00\u53d1\u533a\u30011\u4e2a\u201c\u4e24\u578b\u201d\u5efa\u8bbe\u793a\u8303\u533a\uff0c\u9762\u79ef2157\u5e73\u65b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2391"};
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 () {
}
});
});
}