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=4203&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: 1749300393,
nonceStr: 'wWrgunOz0XXDUtVC',
signature: 'b9ad9ad5776d54ba3cfc0ddd2364ffcaaa4f43fa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u5168\u56fd\u9996\u5bb6\u8111\u5fc3\u5065\u5eb7\u7ba1\u7406\u5e08\u57f9\u8bad\u57fa\u5730\u6388\u724c","smalltext":" \u6628\u65e5\uff0c\u6e56\u5317\u7701\u8111\u5fc3\u5065\u5eb7\u7ba1\u7406\u5e08\u57f9\u8bad\u57fa\u5730\u6388\u724c\u4eea\u5f0f\u66a8\u6e56\u5317\u7701\u7b2c\u4e00\u671f\u8111\u5fc3\u5065\u5eb7\u7ba1\u7406\u5e08\u57f9\u8bad\u73ed\u5f00\u73ed\u5178\u793c\u5728\u6b66\u6c49\u4e3e\u884c\uff0c\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u529e\u516c\u5385\u5de1\u89c6\u5458\u3001\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u8111\u9632\u59d4\u529e\u516c\u5ba4\u79d8\u4e66\u5de5","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4203"};
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 () {
}
});
});
}