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=3073&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: 1747102095,
nonceStr: 'RDnc2AluZWCWOQSx',
signature: '2b44e34afe8b515689245592dcce0f92d22d6fa9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f18\u626c\u4e4c\u5170\u7267\u9a91\u7cbe\u795e\uff0c\u6d41\u52a8\u533b\u9662\u5230\u7fa4\u4f17\u6700\u9700\u8981\u7684\u5730\u65b9\u53bb","smalltext":"\u65f6\u4e0b\u6b63\u503c\u5317\u65b9\u6570\u4e5d\u5bd2\u5929\u51b0\u5c01\u4e07\u91cc\u7684\u9686\u51ac\u65f6\u8282\uff0c\u5df4\u5f66\u6dd6\u5c14\u5e02\u533b\u9662\u201c\u6d41\u52a8\u533b\u9662\u201d\u7a7f\u68ad\u5728\u9634\u5c71\u5357\u9e93\u7684\u4e4c\u62c9\u7279\u540e\u65d7\u3001\u4e4c\u62c9\u7279\u4e2d\u65d7\u8fb9\u5883\u7ebf\u4e0a\uff0c\u4e13\u5bb6\u4e49\u8bca\u56e2\u961f\u6df1\u5165\u504f\u8fdc\u7267\u533a\u3001\u5382\u77ff\uff0c\u53d1\u626c\u4e4c\u5170\u7267\u9a91\u7cbe\u795e\uff0c\u7528\u4f18","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3073"};
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 () {
}
});
});
}