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=5030&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: 1744318663,
nonceStr: 'jiC88PC5qKmkg8V0',
signature: 'cacd4ba6cd4874f80eb7d1b1b56ce978758f1109',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u6e56\u5317\u7701\u8111\u5352\u4e2d\u6025\u6551\u5730\u56fe3.0\u53d1\u5e03","smalltext":" 10\u670829\u65e5\u662f\u7b2c16\u4e2a\u201c\u4e16\u754c\u5352\u4e2d\u65e5\u201d\uff0c\u201c\u6e56\u5317\u7701\u8111\u5352\u4e2d\u4e07\u4eba\u514d\u8d39\u5927\u7b5b\u67e5\u66a82021\u5e74\u6e56\u5317\u7701\u8111\u5352\u4e2d\u6025\u6551\u5730\u56fe\u53d1\u5e03\u4eea\u5f0f\u201d \u5728\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u7701\u4e2d\u5c71\u533b\u9662\uff09\u4e3e\u884c\u3002\u5f53\u5929\u73b0\u573a\u53d1\u5e03\u7684\u201c\u6e56\u5317","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5030"};
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 () {
}
});
});
}