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=941&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: 1747101798,
nonceStr: 'gUEPv0y8Y30z3PgV',
signature: 'e9a4d1275b1348390b82faa8beb3c4d1ca07bca9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c88\u6d9b\uff1a\u5728\u57fa\u5c42\u505a\u5bb6\u5ead\u533b\u751f\uff0c\u5f88\u6709\u610f\u4e49","smalltext":"\u4ee5\u5bb6\u5ead\u4e3a\u5355\u4f4d\uff0c\u9700\u6c42\u4e3a\u5bfc\u5411\uff0c\u4f5c\u4e3a\u4e00\u540d\u5bb6\u5ead\u533b\u751f\uff0c\u6c88\u6d9b\u89c9\u5f97\u6c89\u6d78\u5728\u57fa\u5c42\u5f00\u5c55\u5168\u79d1\u533b\u7597\u5de5\u4f5c\u662f\u4e00\u4ef6\u5f88\u6709\u610f\u4e49\u7684\u4e8b\u60c5\u3002\u8fd0\u7528\u751f\u7269-\u5fc3\u7406-\u793e\u4f1a\u6a21\u5f0f\u5f00\u5c55\u8bca\u7597\u548c\u5065\u5eb7\u7ba1\u7406\u6d3b\u52a8\uff0c\u8fd9\u6761\u8def\u8d70\u5bf9\u4e86\u8fd8\u4e0d\u591f\uff0c\u66f4\u8981","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=941"};
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 () {
}
});
});
}