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=6935&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: 1776377031,
nonceStr: 'kLtQAsuamF2n0WT7',
signature: 'e2454f91ed408ca99900fea31a7d5b619403157d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u97f6\u5173\u5e02\u4e3e\u529e\u751f\u80b2\u652f\u6301\u653f\u7b56\u73b0\u573a\u5ba3\u4f20\u6d3b\u52a8","smalltext":"2\u670812\u65e5\uff0c\u7531\u5e02\u536b\u751f\u5065\u5eb7\u5c40\u3001\u5e02\u5987\u5973\u8054\u5408\u4f1a\u3001\u5e02\u8ba1\u5212\u751f\u80b2\u534f\u4f1a\u4e3b\u529e\uff0c\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u627f\u529e\u7684\u97f6\u5173\u5e02\u201c\u653f\u7b56\u8d4b\u80fd\uff0c\u80b2\u89c1\u672a\u6765\u201d\u751f\u80b2\u652f\u6301\u653f\u7b56\u73b0\u573a\u5ba3\u4f20\u6d3b\u52a8\u5728\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u95e8\u8bca\u5927\u5385\u4e3e\u884c\u3002\u6d3b\u52a8\u901a\u8fc7","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6935"};
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 () {
}
});
});
}