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=3356&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: 1745136061,
nonceStr: 'Xa6h6mCa9lx5A7xB',
signature: '9acbcfae8dbe8a57b99b9bbade82d8e6f6b19202',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u5173\u6ce8\u7559\u5b88\u513f\u7ae5 \u643a\u624b\u8ba9\u7231\u56de\u5bb6","smalltext":"5\u670830\u65e5\uff08\u661f\u671f\u516d\uff09\u4e0b\u5348\uff0c\u6c14\u6e2930\u2103\uff0c\u7231\u5fc3\u6307\u6570\u767e\u5206\u767e\u3002\u5728\u4e50\u5c71\u5e02\u5939\u6c5f\u53bf\u7518\u6c5f\u9547\u5eb7\u4e2d\u575d\u6587\u5316\u5927\u9662\u91cc\uff0c\u4e09\u5341\u540d\u5b69\u5b50\u4eec\u5174\u9ad8\u91c7\u70c8\u5730\u805a\u5728\u4e00\u8d77\uff0c\u4ed6\u4eec\u73a9\u6e38\u620f\u4f20\u8bdd\u7b52\u3001\u6413\u6a61\u76ae\u6ce5\u3001\u505a\u624b\u5de5\u827a\u54c1\u5fd9\u4e2a\u4e0d\u505c\u3002\u6d3b\u52a8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3356"};
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 () {
}
});
});
}